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