Algorithm class for making predictions based on the SVM model
More...
- Enumerations
- Method Prediction methods
- classifier.prediction.NumericTableInputId Input Numeric Table objects for the SVM prediction algorithm
- classifier.prediction.ModelInputId Identifiers of input Model objects for the SVM prediction algorithm
- classifier.prediction.ResultId Identifiers of prediction results
- References
-
- Aliases
Batch_Float64DefaultDense
is an alias of Batch(fptype=float64, method=daal.algorithms.svm.prediction.defaultDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.svm.prediction.defaultDense)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Default constructor
- Variant 2
Constructs an SVM prediction algorithm by copying input objects and parameters of another SVM prediction 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 SVM prediction algorithm with a copy of input objects and parameters of this SVM prediction algorithm
- Returns
- Pointer to the newly allocated algorithm
Get input objects for the SVM prediction algorithm
- Returns
- Input objects for the SVM prediction algorithm
Returns method of the algorithm
- Returns
- Method of the algorithm
Input objects of the algorithm
The documentation for this class was generated from the following file: