Class MulticlassBayesPointMachineClassifierPredictionSettings<TLabel>
Settings for the multi-class Bayes point machine classifier which affect prediction.
Inheritance
MulticlassBayesPointMachineClassifierPredictionSettings<TLabel>
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Learners
Assembly: Microsoft.ML.Probabilistic.Learners.Classifier.dll
Syntax
[Serializable]
public class MulticlassBayesPointMachineClassifierPredictionSettings<TLabel> : BayesPointMachineClassifierPredictionSettings<TLabel>, IBayesPointMachineClassifierPredictionSettings<TLabel>, ICustomSerializable
Type Parameters
Name | Description |
---|---|
TLabel | The type of a label. |
Remarks
These settings can be modified after training.
Fields
IterationCountDefault
The default number of iterations of the prediction algorithm.
Declaration
public const int IterationCountDefault = 10
Field Value
Type | Description |
---|---|
Int32 |
Properties
IterationCount
Gets or sets the number of iterations of the prediction algorithm.
Declaration
public int IterationCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
SaveForwardCompatible(IWriter)
Saves the prediction 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 prediction settings to. |
Overrides
Microsoft.ML.Probabilistic.Learners.BayesPointMachineClassifierPredictionSettings<TLabel>.SaveForwardCompatible(Microsoft.ML.Probabilistic.Serialization.IWriter)