Base:
property
PredictionKind
Microsoft.ML.Trainers.Ensemble.EnsembleTrainerBase<TOutput, TSelector, TCombiner>.PredictionKind
4 references to PredictionKind
Microsoft.ML.Ensemble (4)
Trainer\Regression\RegressionEnsembleTrainer.cs (4)
73Host.CheckParam(predictionKind == PredictionKind.Regression, nameof(PredictionKind)); 76private protected override PredictionKind PredictionKind => PredictionKind.Regression; 80return new EnsembleModelParameters(Host, PredictionKind, CreateModels<TScalarPredictor>(models), Combiner);