6 references to Input
Microsoft.ML.Transforms (6)
SvmLight\SvmLightLoader.cs (6)
109
public static void MapComment(
Input
input, CommentIndicator output)
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)
660
var transformer = new CustomMappingTransformer<
Input
, CommentIndicator>(env,
Input
.MapComment, null);
667
data = new CustomMappingTransformer<
Input
, IntermediateInput>(env, inputMapper.MapInput, null).Transform(data);