1 write to PredColType
Microsoft.ML.Data (1)
Scorers\PredictedLabelScorerBase.cs (1)
56PredColType = predColType;
7 references to PredColType
Microsoft.ML.Data (7)
Scorers\BinaryClassifierScorer.cs (3)
208if (Bindings.PredColType is KeyDataViewType) 252if (Bindings.PredColType is KeyDataViewType) 292if (!(Bindings.PredColType is KeyDataViewType))
Scorers\ClusteringScorer.cs (1)
103int keyCount = Bindings.PredColType is KeyDataViewType key ? key.GetCountAsInt32(Host) : 0;
Scorers\MulticlassClassificationScorer.cs (1)
572int scoreLength = Bindings.PredColType.GetKeyCountAsInt32(Host);
Scorers\PredictedLabelScorerBase.cs (2)
116return new BindingsImpl(input, rowMapper, Suffix, ScoreColumnKind, true, mapperScoreColumn, PredColType); 169return PredColType;