4 implementations of DistType
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
300DataViewType IValueMapperDist.DistType => NumberDataViewType.Single;
Microsoft.ML.Ensemble (1)
Trainer\EnsembleDistributionModelParameters.cs (1)
51DataViewType IValueMapperDist.DistType => NumberDataViewType.Single;
Microsoft.ML.StandardTrainers (2)
Standard\Simple\SimpleTrainers.cs (2)
66DataViewType IValueMapperDist.DistType => NumberDataViewType.Single; 443DataViewType IValueMapperDist.DistType => NumberDataViewType.Single;
5 references to DistType
Microsoft.ML.Data (1)
Scorers\SchemaBindablePredictorWrapper.cs (1)
488Contracts.Check(distMapper.DistType == NumberDataViewType.Single,
Microsoft.ML.Ensemble (1)
Trainer\EnsembleDistributionModelParameters.cs (1)
110&& mapper.DistType == NumberDataViewType.Single)
Microsoft.ML.StandardTrainers (3)
Standard\MulticlassClassification\OneVersusAllTrainer.cs (2)
316ivmd.DistType != NumberDataViewType.Single)) 707return base.IsValid(mapper, ref inputType) && mapper.DistType == NumberDataViewType.Single;
Standard\MulticlassClassification\PairwiseCouplingTrainer.cs (1)
340if (mapper.DistType != NumberDataViewType.Single)