Computes a linear kernel function in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations of kernel functions, double or float |
method | Computation method of the algorithm, Method |
- Enumerations
- Method Methods for computing kernel functions
- InputId Identifiers of input objects for the kernel function algorithm
- ResultId Identifiers of results of the kernel function algorithm
- References
-
- Aliases
Batch_Float64DefaultDense
is an alias of Batch(fptype=float64, method=daal.algorithms.kernel_function.linear.defaultDense)
Batch_Float64FastCSR
is an alias of Batch(fptype=float64, method=daal.algorithms.kernel_function.linear.fastCSR)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.kernel_function.linear.defaultDense)
Batch_Float32FastCSR
is an alias of Batch(fptype=float32, method=daal.algorithms.kernel_function.linear.fastCSR)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Default constructor
- Variant 2
Constructs linear kernel function algorithm by copying input objects and parameters of another linear kernel function algorithm
- Parameters
-
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Returns a pointer to the newly allocated linear kernel function algorithm with a copy of input objects and parameters of this linear kernel function algorithm
- Returns
- Pointer to the newly allocated algorithm
Get input objects for the kernel function algorithm
- Returns
- Input objects for the kernel function algorithm
Returns the method of the algorithm
- Returns
- Method of the algorithm
Get parameters of the kernel function algorithm
- Returns
- Parameters of the kernel function algorithm
The documentation for this class was generated from the following file: