3 references to Label
Microsoft.ML.Data (3)
Evaluators\AnomalyDetectionEvaluator.cs (3)
202
topKdvBldr.AddColumn(TopKResultsColumns.
Label
, NumberDataViewType.Single, labels.ToArray());
682
column = top.Schema.GetColumnOrNull(AnomalyDetectionEvaluator.TopKResultsColumns.
Label
);
684
throw Host.ExceptSchemaMismatch(nameof(top.Schema), "label", AnomalyDetectionEvaluator.TopKResultsColumns.
Label
);