1 write to _predColMetadata
Microsoft.ML.Data (1)
Scorers\PredictedLabelScorerBase.cs (1)
72_predColMetadata = Utils.MarshalInvoke(_keyValueMetadataFromMetadataMethodInfo, trainLabelColVecType.RawType,
8 references to _predColMetadata
Microsoft.ML.Data (8)
Scorers\PredictedLabelScorerBase.cs (8)
182if (_predColMetadata != null) 184var sch = _predColMetadata.Schema; 204if (iinfo < DerivedColumnCount && _predColMetadata != null) 207if (_predColMetadata.Schema.TryGetColumnIndex(kind, out mcol)) 208return _predColMetadata.Schema[mcol].Type; 225if (iinfo < DerivedColumnCount && _predColMetadata != null) 227var mcol = _predColMetadata.Schema.GetColumnOrNull(kind); 233_predColMetadata.GetGetter<TValue>(mcol.Value)(ref value);