2 writes to PredictionKind
Microsoft.ML.Ensemble (2)
Trainer\EnsembleModelParameters.cs (2)
61
PredictionKind
= kind;
68
PredictionKind
= (PredictionKind)ctx.Reader.ReadInt32();
2 references to PredictionKind
Microsoft.ML.Ensemble (2)
Trainer\EnsembleModelParameters.cs (2)
53
/// <param name="kind">The prediction kind <see cref="
PredictionKind
"/></param>
127
ctx.Writer.Write((int)
PredictionKind
);