5 references to Arguments
Microsoft.ML.Data (5)
Commands\ShowSchemaCommand.cs (5)
20[assembly: LoadableClass(ShowSchemaCommand.Summary, typeof(ShowSchemaCommand), typeof(ShowSchemaCommand.Arguments), typeof(SignatureCommand), 25internal sealed class ShowSchemaCommand : DataCommand.ImplBase<ShowSchemaCommand.Arguments> 54public ShowSchemaCommand(IHostEnvironment env, Arguments args) 83internal static void RunOnData(TextWriter writer, Arguments args, IDataView data) 117private static void PrintSchema(TextWriter writer, Arguments args, DataViewSchema schema, ITransposeDataView transposeDataView)