1 write to _predColMetadata
Microsoft.ML.Data (1)
Scorers\PredictedLabelScorerBase.cs (1)
78_predColMetadata = Utils.MarshalInvoke(_keyValueMetadataFromMetadataMethodInfo, trainLabelColVecType.RawType,
8 references to _predColMetadata
Microsoft.ML.Data (8)
Scorers\PredictedLabelScorerBase.cs (8)
188if (_predColMetadata != null) 190var sch = _predColMetadata.Schema; 210if (iinfo < DerivedColumnCount && _predColMetadata != null) 213if (_predColMetadata.Schema.TryGetColumnIndex(kind, out mcol)) 214return _predColMetadata.Schema[mcol].Type; 231if (iinfo < DerivedColumnCount && _predColMetadata != null) 233var mcol = _predColMetadata.Schema.GetColumnOrNull(kind); 239_predColMetadata.GetGetter<TValue>(mcol.Value)(ref value);