Provides methods to access final results obtained with the compute() method of the LogitBoost training algorithm in the batch processing mode.
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Allocates memory to store final results of the LogitBoost training algorithm
- Parameters
-
input | Input of the LogitBoost training algorithm |
parameter | Parameters of the algorithm |
method | LogitBoost computation method |
- Returns
- Status of allocation
- Full Names
allocate_Float64
is for float64
allocate_Float32
is for float32
def check |
( |
|
self, |
|
|
|
input, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
s Checks the result of decision forest model-based training
- Parameters
-
input | Input object for the algorithm |
par | Parameter of the algorithm |
method | Computation method |
- Returns
- Status of checking
Returns the model trained with the LogitBoost algorithm
- Parameters
-
id | Identifier of the result, classifier.training.ResultId |
- Returns
- Model trained with the LogitBoost algorithm
def getEngine |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns the engine updated after computations
- Parameters
-
id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
def getTable |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns the result of decision forest model-based training
- Parameters
-
id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
impl(Result self) -> daal.algorithms.decision_forest.classification.training.Result.ResultImpl *
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the result of decision forest model-based training
- Parameters
-
id | Identifier of the result |
value | Result |
def setTable |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the result of decision forest model-based training
- Parameters
-
id | Identifier of the result |
value | Result |
The documentation for this class was generated from the following file:
- decision_forest/classification/training.py