46 references to EntryPointsOnly
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
542
if (argumentAttribute?.Visibility == ArgumentAttribute.VisibilityType.
EntryPointsOnly
)
Microsoft.ML.Data (16)
DataLoadSave\Text\TextLoader.cs (1)
473
[Argument(ArgumentType.AtMostOnce, Name = nameof(Separator), Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
, HelpText = "Source column separator.", ShortName = "sep")]
EntryPoints\InputBase.cs (2)
31
[Argument(ArgumentType.Required, ShortName = "data", HelpText = "The data to be used for evaluation.", SortOrder = 1, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
34
[Argument(ArgumentType.AtMostOnce, HelpText = "Name column name.", ShortName = "name", SortOrder = 2, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
Training\TrainerInputBase.cs (8)
26
[Argument(ArgumentType.Required, ShortName = "data", HelpText = "The data to be used for training", SortOrder = 1, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
32
[Argument(ArgumentType.AtMostOnce, HelpText = "Column to use for features", ShortName = "feat", SortOrder = 2, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
39
[Argument(ArgumentType.AtMostOnce, HelpText = "Normalize option for the feature column", ShortName = "norm", SortOrder = 5, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
48
[Argument(ArgumentType.LastOccurrenceWins, HelpText = "Whether trainer should cache input training data", ShortName = "cache", SortOrder = 6, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
63
[Argument(ArgumentType.AtMostOnce, HelpText = "Column to use for labels", ShortName = "lab", SortOrder = 3, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
79
[Argument(ArgumentType.AtMostOnce, HelpText = "Column to use for example weight", ShortName = "weight", SortOrder = 4, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
94
[Argument(ArgumentType.AtMostOnce, HelpText = "Column to use for example weight", ShortName = "weight", SortOrder = 4, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
109
[Argument(ArgumentType.AtMostOnce, HelpText = "Column to use for example groupId", ShortName = "groupId", SortOrder = 5, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
Transforms\TransformInputBase.cs (1)
23
[Argument(ArgumentType.Required, HelpText = "Input dataset", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
, SortOrder = 1)]
Transforms\TypeConverting.cs (2)
67
[Argument(ArgumentType.AtMostOnce, HelpText = "For a key column, this defines the range of values", ShortName = "key", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
141
[Argument(ArgumentType.AtMostOnce, HelpText = "For a key column, this defines the range of values", ShortName = "key", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
Transforms\ValueToKeyMappingTransformer.cs (2)
51
[Argument(ArgumentType.AtMostOnce, HelpText = "List of terms", Name = "Term", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
105
[Argument(ArgumentType.AtMostOnce, HelpText = "List of terms", Name = "Term", SortOrder = 106, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
Microsoft.ML.EntryPoints (4)
PermutationFeatureImportance.cs (4)
44
[Argument(ArgumentType.Required, HelpText = "The path to the model file", ShortName = "path", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
47
[Argument(ArgumentType.AtMostOnce, HelpText = "Use feature weights to pre-filter features", ShortName = "usefw", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
50
[Argument(ArgumentType.AtMostOnce, HelpText = "Limit the number of examples to evaluate on", ShortName = "numexamples", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
53
[Argument(ArgumentType.AtMostOnce, HelpText = "The number of permutations to perform", ShortName = "permutations", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
Microsoft.ML.FastTree (3)
RandomForestClassification.cs (2)
161
[Argument(ArgumentType.AtMostOnce, HelpText = "The calibrator kind to apply to the predictor. Specify null for no calibration", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
164
[Argument(ArgumentType.AtMostOnce, HelpText = "The maximum number of examples to use when training the calibrator", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
TreeEnsembleFeaturizer.cs (1)
571
[Argument(ArgumentType.Required, HelpText = "Trainer to use", SortOrder = 10, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
Microsoft.ML.OnnxConverter (4)
SaveOnnxCommand.cs (4)
51
[Argument(ArgumentType.AtMostOnce, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
, HelpText = "Array of input column names to drop", Name = nameof(InputsToDrop), SortOrder = 6)]
57
[Argument(ArgumentType.AtMostOnce, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
, HelpText = "Array of output column names to drop", Name = nameof(OutputsToDrop), SortOrder = 8)]
67
[Argument(ArgumentType.AtMostOnce, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
, HelpText = "Model that needs to be converted to ONNX format.", SortOrder = 10)]
74
[Argument(ArgumentType.AtMostOnce, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
, HelpText = "Predictor model that needs to be converted to ONNX format.", SortOrder = 12)]
Microsoft.ML.StandardTrainers (11)
LdSvm\LdSvmTrainer.cs (2)
138
[Argument(ArgumentType.AtMostOnce, HelpText = "The calibrator kind to apply to the predictor. Specify null for no calibration", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
141
[Argument(ArgumentType.AtMostOnce, HelpText = "The maximum number of examples to use when training the calibrator", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
Standard\Online\AveragedPerceptron.cs (2)
110
[Argument(ArgumentType.AtMostOnce, HelpText = "The calibrator kind to apply to the predictor. Specify null for no calibration", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
116
[Argument(ArgumentType.AtMostOnce, HelpText = "The maximum number of examples to use when training the calibrator", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
Standard\Online\LinearSvm.cs (3)
104
[Argument(ArgumentType.AtMostOnce, HelpText = "The calibrator kind to apply to the predictor. Specify null for no calibration", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
107
[Argument(ArgumentType.AtMostOnce, HelpText = "The maximum number of examples to use when training the calibrator", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
113
[Argument(ArgumentType.AtMostOnce, HelpText = "Column to use for example weight", ShortName = "weight,WeightColumn", SortOrder = 4, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
Standard\SdcaBinary.cs (4)
1765
[Argument(ArgumentType.AtMostOnce, HelpText = "The calibrator kind to apply to the predictor. Specify null for no calibration", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
1768
[Argument(ArgumentType.AtMostOnce, HelpText = "The maximum number of examples to use when training the calibrator", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
2418
[Argument(ArgumentType.AtMostOnce, HelpText = "The calibrator kind to apply to the predictor. Specify null for no calibration", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
2421
[Argument(ArgumentType.AtMostOnce, HelpText = "The maximum number of examples to use when training the calibrator", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
Microsoft.ML.Transforms (7)
SvmLight\SvmLightSaver.cs (4)
37
[Argument(ArgumentType.AtMostOnce, HelpText = "Column to use for features", ShortName = "feat", SortOrder = 2, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
40
[Argument(ArgumentType.AtMostOnce, HelpText = "Column to use for labels", ShortName = "lab", SortOrder = 3, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
43
[Argument(ArgumentType.AtMostOnce, HelpText = "Column to use for example weight", ShortName = "weight", SortOrder = 4, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
46
[Argument(ArgumentType.AtMostOnce, HelpText = "Column to use for example groupId", ShortName = "groupId", SortOrder = 5, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
Text\StopWordsRemovingTransformer.cs (1)
712
[Argument(ArgumentType.AtMostOnce, HelpText = "List of stopwords", Name = "Stopword", Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
Text\WordBagTransform.cs (1)
591
[Argument(ArgumentType.AtMostOnce, HelpText = "List of terms", Name = "Term", SortOrder = 1, Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
)]
Text\WordTokenizing.cs (1)
75
Visibility = ArgumentAttribute.VisibilityType.
EntryPointsOnly
,