Base:
property
PredictionKind
Microsoft.ML.Trainers.Ensemble.EnsembleTrainerBase<TOutput, TSelector, TCombiner>.PredictionKind
3 references to PredictionKind
Microsoft.ML.Ensemble (3)
Trainer\Binary\EnsembleTrainer.cs (3)
78Host.CheckParam(predictionKind == PredictionKind.BinaryClassification, nameof(PredictionKind)); 86return new EnsembleDistributionModelParameters(Host, PredictionKind, CreateModels<TDistPredictor>(models), Combiner); 87return new EnsembleModelParameters(Host, PredictionKind, CreateModels<TScalarPredictor>(models), Combiner);