MulticlassClassificationTrainer Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration of ML.NET multiclass classification trainers used by AutoML.
public enum MulticlassClassificationTrainer
type MulticlassClassificationTrainer =
Public Enum MulticlassClassificationTrainer
- Inheritance
-
MulticlassClassificationTrainer
Fields
Name | Value | Description |
---|---|---|
FastForestOva | 0 | |
FastTreeOva | 1 | |
LightGbm | 2 | |
LbfgsMaximumEntropy | 3 | |
LbfgsLogisticRegressionOva | 4 | OneVersusAllTrainer using LbfgsLogisticRegressionBinaryTrainer. |
SdcaMaximumEntropy | 5 |