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