2 writes to PredictionKind
Microsoft.ML.Ensemble (2)
Trainer\EnsembleModelParameters.cs (2)
61PredictionKind = kind; 68PredictionKind = (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> 127ctx.Writer.Write((int)PredictionKind);