6 references to Input
Microsoft.ML.Transforms (6)
SvmLight\SvmLightLoader.cs (6)
109public static void MapComment(Input input, CommentIndicator output) 132/// This class contains the mapper that maps an <see cref="Input"/> to an <see cref="IntermediateInput"/>. 149public void MapInput(Input input, IntermediateInput intermediate) 660var transformer = new CustomMappingTransformer<Input, CommentIndicator>(env, Input.MapComment, null); 667data = new CustomMappingTransformer<Input, IntermediateInput>(env, inputMapper.MapInput, null).Transform(data);