2 writes to _keyVectorsToIndexVectors
Microsoft.ML.Transforms (2)
SvmLight\SvmLightLoader.cs (2)
581
_keyVectorsToIndexVectors
= new ValueToKeyMappingEstimator(_host, nameof(IntermediateInput.FeatureKeys)).Fit(data);
607
ctx.LoadModelOrNull<ITransformer, SignatureLoadModel>(_host, out
_keyVectorsToIndexVectors
, "KeysToIndices");
5 references to _keyVectorsToIndexVectors
Microsoft.ML.Transforms (5)
SvmLight\SvmLightLoader.cs (5)
582
var keyCol =
_keyVectorsToIndexVectors
.GetOutputSchema(data.Schema).GetColumnOrNull(nameof(Indices.FeatureKeys));
635
if (
_keyVectorsToIndexVectors
!= null)
636
ctx.SaveModel(
_keyVectorsToIndexVectors
, "KeysToIndices");
645
var keyVectorsToIndexVectors =
_keyVectorsToIndexVectors
??
756
var keyVectorsToIndexVectors =
_keyVectorsToIndexVectors
??