Class BinaryBayesPointMachineClassifierPredictionSettings<TLabel>
Settings for the binary Bayes point machine classifier which affect prediction.
Inheritance
BinaryBayesPointMachineClassifierPredictionSettings<TLabel>
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Learners
Assembly: Microsoft.ML.Probabilistic.Learners.Classifier.dll
Syntax
[Serializable]
public class BinaryBayesPointMachineClassifierPredictionSettings<TLabel> : BayesPointMachineClassifierPredictionSettings<TLabel>, IBayesPointMachineClassifierPredictionSettings<TLabel>, ICustomSerializable
Type Parameters
Name | Description |
---|---|
TLabel | The type of a label. |
Remarks
These settings can be modified after training.
Constructors
BinaryBayesPointMachineClassifierPredictionSettings()
Initializes a new instance of the BinaryBayesPointMachineClassifierPredictionSettings<TLabel> class.
Declaration
public BinaryBayesPointMachineClassifierPredictionSettings()
BinaryBayesPointMachineClassifierPredictionSettings(IReader)
Initializes a new instance of the BinaryBayesPointMachineClassifierPredictionSettings<TLabel> class from a reader of a binary stream.
Declaration
public BinaryBayesPointMachineClassifierPredictionSettings(IReader reader)
Parameters
Type | Name | Description |
---|---|---|
IReader | reader | The binary reader to read the prediction settings from. |
Methods
SaveForwardCompatible(IWriter)
Saves the prediction settings of the binary 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 prediction settings to. |
Overrides
Microsoft.ML.Probabilistic.Learners.BayesPointMachineClassifierPredictionSettings<TLabel>.SaveForwardCompatible(Microsoft.ML.Probabilistic.Serialization.IWriter)