|
oevislib_net
0.14.3.0
|
Class containing a machine learning model. More...
Public Member Functions | |
| Model () | |
| Constructs an empty model. | |
| bool | IsTrained () |
| Checks if model has been trained. | |
| int | GetFeatures () |
| Returns the number of features considered by the model. | |
| int | GetClasses () |
| Returns the number of classes considered by the model. | |
| Model | Copy () |
| override object | Clone () |
| override void | Dispose () |
Class containing a machine learning model.
|
inline |
Constructs an empty model.
|
inline |
Returns the number of classes considered by the model.
|
inline |
Returns the number of features considered by the model.
|
inline |
Checks if model has been trained.