2 writes to PredictionKind
Microsoft.ML.Ensemble (2)
Trainer\EnsembleDistributionModelParameters.cs (2)
67PredictionKind = kind; 76PredictionKind = (PredictionKind)ctx.Reader.ReadInt32();
2 references to PredictionKind
Microsoft.ML.Ensemble (2)
Trainer\EnsembleDistributionModelParameters.cs (2)
59/// <param name="kind">The prediction kind <see cref="PredictionKind"/></param> 137ctx.Writer.Write((int)PredictionKind);