88 references to CheckInputArgs
Microsoft.ML.Core (1)
EntryPoints\EntryPointUtils.cs (1)
96CheckInputArgs(host, input);
Microsoft.ML.Data (28)
EntryPoints\SchemaManipulation.cs (3)
23EntryPointUtils.CheckInputArgs(host, input); 35EntryPointUtils.CheckInputArgs(host, input); 47EntryPointUtils.CheckInputArgs(host, input);
EntryPoints\SelectRows.cs (4)
24EntryPointUtils.CheckInputArgs(host, input); 37EntryPointUtils.CheckInputArgs(host, input); 49EntryPointUtils.CheckInputArgs(host, input); 61EntryPointUtils.CheckInputArgs(host, input);
EntryPoints\SummarizePredictor.cs (1)
37EntryPointUtils.CheckInputArgs(host, input);
Evaluators\AnomalyDetectionEvaluator.cs (1)
819EntryPointUtils.CheckInputArgs(host, input);
Evaluators\BinaryClassifierEvaluator.cs (1)
1508EntryPointUtils.CheckInputArgs(host, input);
Evaluators\ClusteringEvaluator.cs (1)
863EntryPointUtils.CheckInputArgs(host, input);
Evaluators\MulticlassClassificationEvaluator.cs (1)
1096EntryPointUtils.CheckInputArgs(host, input);
Evaluators\MultiOutputRegressionEvaluator.cs (1)
779EntryPointUtils.CheckInputArgs(host, input);
Evaluators\QuantileRegressionEvaluator.cs (1)
564EntryPointUtils.CheckInputArgs(host, input);
Evaluators\RankingEvaluator.cs (1)
1086EntryPointUtils.CheckInputArgs(host, input);
Evaluators\RegressionEvaluator.cs (1)
391EntryPointUtils.CheckInputArgs(host, input);
Prediction\Calibrator.cs (4)
2157EntryPointUtils.CheckInputArgs(host, input); 2168EntryPointUtils.CheckInputArgs(host, input); 2179EntryPointUtils.CheckInputArgs(host, input); 2190EntryPointUtils.CheckInputArgs(host, input);
Transforms\FeatureContributionCalculationTransformer.cs (1)
372EntryPointUtils.CheckInputArgs(host, options);
Transforms\LabelIndicatorTransform.cs (1)
236EntryPointUtils.CheckInputArgs(host, input);
Transforms\NopTransform.cs (1)
150EntryPointUtils.CheckInputArgs(host, input);
Transforms\NormalizeUtils.cs (5)
85EntryPointUtils.CheckInputArgs(host, input); 97EntryPointUtils.CheckInputArgs(host, input); 109EntryPointUtils.CheckInputArgs(host, input); 121EntryPointUtils.CheckInputArgs(host, input); 133EntryPointUtils.CheckInputArgs(host, input);
Microsoft.ML.Ensemble (4)
EntryPoints\Ensemble.cs (3)
22EntryPointUtils.CheckInputArgs(host, input); 35EntryPointUtils.CheckInputArgs(host, input); 48EntryPointUtils.CheckInputArgs(host, input);
EntryPoints\PipelineEnsemble.cs (1)
32EntryPointUtils.CheckInputArgs(host, input);
Microsoft.ML.EntryPoints (19)
CVSplit.cs (1)
53EntryPointUtils.CheckInputArgs(host, input);
DataViewReference.cs (1)
34EntryPointUtils.CheckInputArgs(host, input);
FeatureCombiner.cs (4)
51EntryPointUtils.CheckInputArgs(host, input); 233EntryPointUtils.CheckInputArgs(host, input); 269EntryPointUtils.CheckInputArgs(host, input); 291EntryPointUtils.CheckInputArgs(host, input);
ImportTextData.cs (2)
41EntryPointUtils.CheckInputArgs(host, input); 61EntryPointUtils.CheckInputArgs(host, input);
ModelOperations.cs (4)
89EntryPointUtils.CheckInputArgs(host, input); 105EntryPointUtils.CheckInputArgs(host, input); 120EntryPointUtils.CheckInputArgs(host, input); 137EntryPointUtils.CheckInputArgs(host, input);
PermutationFeatureImportance.cs (1)
27EntryPointUtils.CheckInputArgs(host, input);
ScoreColumnSelector.cs (2)
28EntryPointUtils.CheckInputArgs(env, input); 71EntryPointUtils.CheckInputArgs(host, input);
ScoreModel.cs (3)
73EntryPointUtils.CheckInputArgs(host, input); 105EntryPointUtils.CheckInputArgs(host, input); 121EntryPointUtils.CheckInputArgs(host, input);
TrainTestSplit.cs (1)
50EntryPointUtils.CheckInputArgs(host, input);
Microsoft.ML.FastTree (9)
FastTreeClassification.cs (1)
439EntryPointUtils.CheckInputArgs(host, input);
FastTreeRanking.cs (1)
1088EntryPointUtils.CheckInputArgs(host, input);
FastTreeRegression.cs (1)
539EntryPointUtils.CheckInputArgs(host, input);
FastTreeTweedie.cs (1)
575EntryPointUtils.CheckInputArgs(host, input);
GamTrainer.cs (2)
691EntryPointUtils.CheckInputArgs(host, input); 705EntryPointUtils.CheckInputArgs(host, input);
RandomForestClassification.cs (1)
415EntryPointUtils.CheckInputArgs(host, input);
RandomForestRegression.cs (1)
600EntryPointUtils.CheckInputArgs(host, input);
TreeEnsembleFeaturizer.cs (1)
828EntryPointUtils.CheckInputArgs(host, input);
Microsoft.ML.KMeansClustering (1)
KMeansPlusPlusTrainer.cs (1)
296EntryPointUtils.CheckInputArgs(host, input);
Microsoft.ML.LightGbm (4)
LightGbmBinaryTrainer.cs (1)
319EntryPointUtils.CheckInputArgs(host, input);
LightGbmMulticlassTrainer.cs (1)
401EntryPointUtils.CheckInputArgs(host, input);
LightGbmRankingTrainer.cs (1)
331EntryPointUtils.CheckInputArgs(host, input);
LightGbmRegressionTrainer.cs (1)
279EntryPointUtils.CheckInputArgs(host, input);
Microsoft.ML.Mkl.Components (2)
OlsLinearRegression.cs (1)
680EntryPointUtils.CheckInputArgs(host, options);
SymSgdClassificationTrainer.cs (1)
291EntryPointUtils.CheckInputArgs(host, options);
Microsoft.ML.PCA (1)
PcaTrainer.cs (1)
402EntryPointUtils.CheckInputArgs(host, input);
Microsoft.ML.StandardTrainers (13)
FactorizationMachine\FactorizationMachineTrainer.cs (1)
579EntryPointUtils.CheckInputArgs(host, input);
LdSvm\LdSvmTrainer.cs (1)
674EntryPointUtils.CheckInputArgs(host, input);
Standard\LogisticRegression\LogisticRegression.cs (1)
471EntryPointUtils.CheckInputArgs(host, input);
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
402EntryPointUtils.CheckInputArgs(host, input);
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (1)
213EntryPointUtils.CheckInputArgs(host, input);
Standard\Online\AveragedPerceptron.cs (1)
229EntryPointUtils.CheckInputArgs(host, input);
Standard\Online\LinearSvm.cs (1)
329EntryPointUtils.CheckInputArgs(host, input);
Standard\Online\OnlineGradientDescent.cs (1)
195EntryPointUtils.CheckInputArgs(host, input);
Standard\PoissonRegression\PoissonRegression.cs (1)
217EntryPointUtils.CheckInputArgs(host, input);
Standard\SdcaBinary.cs (2)
2472EntryPointUtils.CheckInputArgs(host, input); 2496EntryPointUtils.CheckInputArgs(host, input);
Standard\SdcaMulticlass.cs (1)
680EntryPointUtils.CheckInputArgs(host, input);
Standard\SdcaRegression.cs (1)
219EntryPointUtils.CheckInputArgs(host, input);
Microsoft.ML.Transforms (6)
EntryPoints\SelectFeatures.cs (2)
24EntryPointUtils.CheckInputArgs(host, input); 39EntryPointUtils.CheckInputArgs(host, input);
OneHotEncoding.cs (4)
358EntryPointUtils.CheckInputArgs(host, input); 372EntryPointUtils.CheckInputArgs(host, input); 386EntryPointUtils.CheckInputArgs(host, input); 400EntryPointUtils.CheckInputArgs(host, input);