1 write to _nameIndex
Microsoft.ML.Data (1)
Evaluators\AnomalyDetectionEvaluator.cs (1)
456
_nameIndex
= nameIndex;
2 references to _nameIndex
Microsoft.ML.Data (2)
Evaluators\AnomalyDetectionEvaluator.cs (2)
517
if (
_nameIndex
< 0)
523
_nameGetter = row.GetGetter<ReadOnlyMemory<char>>(row.Schema[
_nameIndex
]);