3 references to Instance
Microsoft.ML.Data (3)
Evaluators\AnomalyDetectionEvaluator.cs (3)
200
topKdvBldr.AddColumn(TopKResultsColumns.
Instance
, TextDataViewType.Instance, names.ToArray());
672
DataViewSchema.Column? column = top.Schema.GetColumnOrNull(AnomalyDetectionEvaluator.TopKResultsColumns.
Instance
);
674
throw Host.ExceptSchemaMismatch(nameof(top.Schema), "instance", AnomalyDetectionEvaluator.TopKResultsColumns.
Instance
);