Provides methods to access the result obtained with the compute() method of model-based training.
More...
| 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 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 getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the result of model-based training
- Parameters
-
| id | Identifier of the result |
| value | Result |
The documentation for this class was generated from the following file:
- gbt/classification/training.py