1 write to FeatureKeys
Microsoft.ML.Transforms (1)
SvmLight\SvmLightLoader.cs (1)
240
intermediate.
FeatureKeys
= new VBuffer<ReadOnlyMemory<char>>(keys.Count, keys.ToArray());
4 references to FeatureKeys
Microsoft.ML.Transforms (4)
SvmLight\SvmLightLoader.cs (4)
305
var editor = VBufferEditor.Create(ref output.FeatureKeys, input.
FeatureKeys
.Length);
306
var inputValues = input.
FeatureKeys
.GetValues();
581
_keyVectorsToIndexVectors = new ValueToKeyMappingEstimator(_host, nameof(IntermediateInput.
FeatureKeys
)).Fit(data);
677
var col = view.Schema.GetColumnOrNull(nameof(IntermediateInput.
FeatureKeys
));