3 references to CommentIndicator
Microsoft.ML.Transforms (3)
SvmLight\SvmLightLoader.cs (3)
109public static void MapComment(Input input, CommentIndicator output) 660var transformer = new CustomMappingTransformer<Input, CommentIndicator>(env, Input.MapComment, null); 662data = new NAFilter(env, data, columns: nameof(CommentIndicator.IsComment));