ILinearT Methods |
The ILinearT generic type exposes the following members.
Name | Description | |
---|---|---|
Add |
Elementwise addition of a and b, storing in result.
| |
Compress |
Compress a set of support vectors and weights into a single
parameter vector.
| |
CreateVector |
Creates an input vector from the given double values.
| |
Function(T, T) |
The kernel function.
(Inherited from IKernelT.) | |
Function(Double, T) |
The kernel function.
| |
GetLength |
Gets the number of parameters in the input vectors.
| |
Product(Double, T, Double) |
Elementwise multiplication of scalar a and vector b, accumulating in result.
| |
Product(Double, T, Double) |
Elementwise multiplication of vector a and vector b, accumulating in result.
| |
ToDouble |
Converts the input vectors to a double-precision representation.
|