Predicts LogitBoost classification results.
More...
- Deprecated:
- This item will be removed in a future release.
- Parameters
-
fptype | Data type to use in intermediate computations for the LogitBoost algortithm, double or float |
method | LogitBoost computation method, Method |
- Enumerations
- Method LogitBoost prediction methods
- classifier.prediction.NumericTableInputId Identifiers of input Numeric Table objects for the LogitBoost prediction algorithm
- classifier.prediction.ModelInputId Identifiers of input Model objects of the LogitBoost prediction algorithm
- classifier.prediction.ResultId Identifiers of LogitBoost prediction results
- References
-
- Aliases
Batch_Float64DefaultDense
is an alias of Batch(fptype=float64, method=daal.algorithms.logitboost.prediction.defaultDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.logitboost.prediction.defaultDense)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Constructs LogitBoost prediction algorithm
- Parameters
-
nClasses | Number of classes |
- Variant 2
Constructs a LogitBoost prediction algorithm by copying input objects and parameters of another LogitBoost 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 LogitBoost prediction algorithm with a copy of input objects and parameters of this LogitBoost prediction algorithm
- Returns
- Pointer to the newly allocated algorithm
Get input objects for the LogitBoost prediction algorithm
- Returns
- Input objects for the LogitBoost 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: