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