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
"/>.
149
public 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
303
public void ParseIndices(
IntermediateInput
input, Indices output)
581
_keyVectorsToIndexVectors = new ValueToKeyMappingEstimator(_host, nameof(
IntermediateInput
.FeatureKeys)).Fit(data);
646
new CustomMappingTransformer<
IntermediateInput
, Indices>(_host, indexParser.ParseIndices, null);
667
data = new CustomMappingTransformer<Input,
IntermediateInput
>(env, inputMapper.MapInput, null).Transform(data);
677
var col = view.Schema.GetColumnOrNull(nameof(
IntermediateInput
.FeatureKeys));
757
new CustomMappingTransformer<
IntermediateInput
, Indices>(_host, indexParser.ParseIndices, null);