10 references to IntermediateInput
Microsoft.ML.Transforms (10)
SvmLight\SvmLightLoader.cs (10)
101/// and the other maps the text to an object of type <see cref="IntermediateInput"/>. 132/// This class contains the mapper that maps an <see cref="Input"/> to an <see cref="IntermediateInput"/>. 149public void MapInput(Input input, IntermediateInput intermediate) 282/// This class is used for mapping the vector of <see cref="ReadOnlyMemory{T}"/> of <see cref="char"/> field in an <see cref="IntermediateInput"/> object 303public void ParseIndices(IntermediateInput input, Indices output) 581_keyVectorsToIndexVectors = new ValueToKeyMappingEstimator(_host, nameof(IntermediateInput.FeatureKeys)).Fit(data); 646new CustomMappingTransformer<IntermediateInput, Indices>(_host, indexParser.ParseIndices, null); 667data = new CustomMappingTransformer<Input, IntermediateInput>(env, inputMapper.MapInput, null).Transform(data); 677var col = view.Schema.GetColumnOrNull(nameof(IntermediateInput.FeatureKeys)); 757new CustomMappingTransformer<IntermediateInput, Indices>(_host, indexParser.ParseIndices, null);