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