Class MulticlassBayesPointMachineClassifierSettings<TLabel>
Settings of the multi-class Bayes point machine classifier.
Inheritance
BayesPointMachineClassifierSettings<TLabel, BayesPointMachineClassifierTrainingSettings, MulticlassBayesPointMachineClassifierPredictionSettings<TLabel>>
MulticlassBayesPointMachineClassifierSettings<TLabel>
Implements
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Learners
Assembly: Microsoft.ML.Probabilistic.Learners.Classifier.dll
Syntax
[Serializable]
public class MulticlassBayesPointMachineClassifierSettings<TLabel> : BayesPointMachineClassifierSettings<TLabel, BayesPointMachineClassifierTrainingSettings, MulticlassBayesPointMachineClassifierPredictionSettings<TLabel>>, IBayesPointMachineClassifierSettings<TLabel, BayesPointMachineClassifierTrainingSettings, MulticlassBayesPointMachineClassifierPredictionSettings<TLabel>>, ISettings, ICustomSerializable
Type Parameters
Name | Description |
---|---|
TLabel | The type of a label. |
Methods
SaveForwardCompatible(IWriter)
Saves the settings of the multi-class Bayes point machine classifier using the specified writer to a binary stream.
Declaration
public override void SaveForwardCompatible(IWriter writer)
Parameters
Type | Name | Description |
---|---|---|
IWriter | writer | The writer to save the settings to. |
Overrides
Microsoft.ML.Probabilistic.Learners.BayesPointMachineClassifierSettings<TLabel, Microsoft.ML.Probabilistic.Learners.BayesPointMachineClassifierTrainingSettings, Microsoft.ML.Probabilistic.Learners.MulticlassBayesPointMachineClassifierPredictionSettings<TLabel>>.SaveForwardCompatible(Microsoft.ML.Probabilistic.Serialization.IWriter)