11 references to PredictedLabel
Microsoft.ML.Data (11)
Evaluators\AnomalyDetectionEvaluator.cs (1)
589
string predictedLabel = DefaultColumnNames.
PredictedLabel
)
Scorers\MulticlassClassificationScorer.cs (1)
42
public string PredictedLabelColumnName = DefaultColumnNames.
PredictedLabel
;
Scorers\PredictedLabelScorerBase.cs (3)
48
bool user, int scoreColIndex, DataViewType predColType, string predictedLabelColumnName = DefaultColumnNames.
PredictedLabel
)
88
string scoreColKind, int scoreColIndex, DataViewType predColType, string predictedLabelColumnName = DefaultColumnNames.
PredictedLabel
)
278
Func<DataViewType, bool> outputTypeMatches, Func<DataViewType, ISchemaBoundRowMapper, DataViewType> getPredColType, string predictedLabelColumnName = DefaultColumnNames.
PredictedLabel
)
Scorers\PredictionTransformer.cs (2)
485
string scoreColumn = AnnotationUtils.Const.ScoreValueKind.Score, string predictedLabel = DefaultColumnNames.
PredictedLabel
) :
524
predictedLabelColumn = DefaultColumnNames.
PredictedLabel
;
TrainCatalog.cs (4)
203
string probabilityColumnName = DefaultColumnNames.Probability, string predictedLabelColumnName = DefaultColumnNames.
PredictedLabel
)
224
string predictedLabelColumnName = DefaultColumnNames.
PredictedLabel
)
523
string predictedLabelColumnName = DefaultColumnNames.
PredictedLabel
, int topKPredictionCount = 0)
763
string predictedLabelColumnName = DefaultColumnNames.
PredictedLabel
, int falsePositiveCount = 10)