1396 references to CheckValue
Microsoft.ML.Core (29)
CommandLine\CmdParser.cs (4)
239env.CheckValue(destination, nameof(destination)); 240env.CheckValue(destinationType, nameof(destinationType)); 242env.CheckValue(reporter, nameof(reporter)); 293env.CheckValue(reporter, nameof(reporter));
Data\LinkedRowRootCursorBase.cs (1)
26Ch.CheckValue(schema, nameof(schema));
Data\ModelLoadContext.cs (2)
82_ectx.CheckValue(ent, nameof(ent)); 106_ectx.CheckValue(reader, nameof(reader));
Data\ModelLoading.cs (9)
86env.CheckValue(rep, nameof(rep)); 120env.CheckValue(rep, nameof(rep)); 134_ectx.CheckValue(env, nameof(env)); 145_ectx.CheckValue(env, nameof(env)); 159env.CheckValue(rep, nameof(rep)); 181env.CheckValue(rep, nameof(rep)); 306_ectx.CheckValue(action, nameof(action)); 330_ectx.CheckValue(action, nameof(action)); 351_ectx.CheckValue(action, nameof(action));
Data\ModelSaveContext.cs (4)
125_ectx.CheckValue(writer, nameof(writer)); 159_ectx.CheckValue(action, nameof(action)); 175_ectx.CheckValue(action, nameof(action)); 206_ectx.CheckValue(str, nameof(str));
Data\ModelSaving.cs (1)
82_ectx.CheckValue(fn, nameof(fn));
Data\ProgressReporter.cs (1)
54_ectx.CheckValue(tracker, nameof(tracker));
Data\Repository.cs (2)
294ectx.CheckValue(stream, nameof(stream)); 453ectx.CheckValue(stream, nameof(stream));
Data\ServerChannel.cs (2)
83_chp.CheckValue(func, nameof(func)); 131_chp.CheckValue(toDo, nameof(toDo));
EntryPoints\EntryPointUtils.cs (3)
95host.CheckValue(input, nameof(input)); 109ectx.CheckValue(schema, nameof(schema)); 110ectx.CheckValue(value, nameof(value));
Microsoft.ML.Data (623)
Commands\CrossValidationCommand.cs (5)
403env.CheckValue(inputDataView, nameof(inputDataView)); 404env.CheckValue(splitColumn, nameof(splitColumn)); 406env.CheckValue(createExamples, nameof(createExamples)); 407env.CheckValue(applyTransformsToTestData, nameof(applyTransformsToTestData)); 408env.CheckValue(args.Trainer, nameof(args.Trainer));
Commands\DataCommand.cs (2)
72Host.CheckValue(ch, nameof(ch)); 83env.CheckValue(options, nameof(options));
Commands\SaveDataCommand.cs (6)
191ch.CheckValue(saver, nameof(saver)); 192ch.CheckValue(view, nameof(view)); 193ch.CheckValue(file, nameof(file)); 203ch.CheckValue(saver, nameof(saver)); 204ch.CheckValue(view, nameof(view)); 205ch.CheckValue(stream, nameof(stream));
Commands\SavePredictorCommand.cs (6)
62_host.CheckValue(args, nameof(args)); 124env.CheckValue(modelStream, nameof(modelStream)); 146ch.CheckValue(predictor, nameof(predictor)); 147ch.CheckValue(schema, nameof(schema)); 158ch.CheckValue(schema, nameof(schema)); 210env.CheckValue(modelStream, nameof(modelStream));
Commands\ScoreCommand.cs (3)
260env.CheckValue(predictor, nameof(predictor)); 261env.CheckValue(input, nameof(input)); 369env.CheckValue(predictor, nameof(predictor));
Commands\TrainCommand.cs (15)
229ectx.CheckValue(schema, nameof(schema)); 232ectx.CheckValue(defaultName, nameof(defaultName)); 262env.CheckValue(ch, nameof(ch)); 263ch.CheckValue(data, nameof(data)); 264ch.CheckValue(trainer, nameof(trainer)); 321env.CheckValue(ch, nameof(ch)); 324ch.CheckValue(data, nameof(data)); 345env.CheckValue(ch, nameof(ch)); 346ch.CheckValue(outputStream, nameof(outputStream)); 348ch.CheckValue(data, nameof(data)); 391env.CheckValue(repositoryWriter, nameof(repositoryWriter)); 392env.CheckValue(dataPipe, nameof(dataPipe)); 445env.CheckValue(ch, nameof(ch)); 446ch.CheckValue(trainer, nameof(trainer)); 447ch.CheckValue(view, nameof(view));
Commands\TypeInfoCommand.cs (1)
39_host.CheckValue(args, nameof(args));
Data\DataViewUtils.cs (2)
117host.CheckValue(view, nameof(view)); 152provider.CheckValue(input, nameof(input));
Data\RowCursorUtils.cs (1)
476env.CheckValue(row, nameof(row));
DataLoadSave\Binary\BinaryLoader.cs (9)
768_host.CheckValue(args, nameof(args)); 769_host.CheckValue(stream, nameof(stream)); 829_host.CheckValue(stream, nameof(stream)); 887h.CheckValue(ctx, nameof(ctx)); 889h.CheckValue(files, nameof(files)); 942_host.CheckValue(ctx, nameof(ctx)); 1012h.CheckValue(ctx, nameof(ctx)); 1013h.CheckValue(ctx, nameof(schema)); 2118env.CheckValue(args, nameof(args));
DataLoadSave\Binary\BinarySaver.cs (8)
645_host.CheckValue(stream, nameof(stream)); 646_host.CheckValue(data, nameof(data)); 807_host.CheckValue(stream, nameof(stream)); 808_host.CheckValue(type, nameof(type)); 831_host.CheckValue(stream, nameof(stream)); 849_host.CheckValue(stream, nameof(stream)); 850_host.CheckValue(type, nameof(type)); 884_host.CheckValue(stream, nameof(stream));
DataLoadSave\CompositeDataLoader.cs (1)
56h.CheckValue(ctx, nameof(ctx));
DataLoadSave\Database\DatabaseLoader.cs (4)
48_host.CheckValue(options, nameof(options)); 74h.CheckValue(ctx, nameof(ctx)); 82_host.CheckValue(ctx, nameof(ctx)); 711_host.CheckValue(source, nameof(source));
DataLoadSave\Database\DatabaseLoaderCursor.cs (1)
39Ch.CheckValue(source, nameof(source));
DataLoadSave\DataOperationsCatalog.cs (15)
80_env.CheckValue(data, nameof(data)); 107_env.CheckValue(data, nameof(data)); 108_env.CheckValue(schema, nameof(schema)); 132_env.CheckValue(data, nameof(data)); 164_env.CheckValue(input, nameof(input)); 194_env.CheckValue(input, nameof(input)); 226_env.CheckValue(input, nameof(input)); 258_env.CheckValue(input, nameof(input)); 285_env.CheckValue(input, nameof(input)); 323_env.CheckValue(input, nameof(input)); 354_env.CheckValue(input, nameof(input)); 382_env.CheckValue(input, nameof(input)); 413_env.CheckValue(data, nameof(data)); 460_env.CheckValue(data, nameof(data)); 476env.CheckValue(splitColumn, nameof(splitColumn));
DataLoadSave\LegacyCompositeDataLoader.cs (19)
99h.CheckValue(args, nameof(args)); 100h.CheckValue(args.Loader, nameof(args.Loader)); 101h.CheckValue(files, nameof(files)); 118h.CheckValue(srcLoader, nameof(srcLoader)); 182h.CheckValue(srcLoader, nameof(srcLoader)); 184h.CheckValue(createTransform, nameof(createTransform)); 281h.CheckValue(srcLoader, nameof(srcLoader)); 284h.CheckValue(createTransform, nameof(createTransform)); 298h.CheckValue(ctx, nameof(ctx)); 300h.CheckValue(files, nameof(files)); 327h.CheckValue(ctx, nameof(ctx)); 329h.CheckValue(srcLoader, nameof(srcLoader)); 330h.CheckValue(isTransformTagAccepted, nameof(isTransformTagAccepted)); 352h.CheckValue(ctx, nameof(ctx)); 365h.CheckValue(srcView, nameof(srcView)); 366h.CheckValue(isTransformTagAccepted, nameof(isTransformTagAccepted)); 505_host.CheckValue(ctx, nameof(ctx)); 525h.CheckValue(ctx, nameof(ctx)); 526h.CheckValue(loaderSaveAction, nameof(loaderSaveAction));
DataLoadSave\Text\TextLoader.cs (5)
1154_host.CheckValue(options, nameof(options)); 1314host.CheckValue(options, nameof(options)); 1390h.CheckValue(files, nameof(files)); 1482h.CheckValue(ctx, nameof(ctx)); 1502_host.CheckValue(ctx, nameof(ctx));
DataLoadSave\Text\TextSaver.cs (3)
340_host.CheckValue(stream, nameof(stream)); 341_host.CheckValue(data, nameof(data)); 359_host.CheckValue(data, nameof(data));
DataLoadSave\TransformWrapper.cs (4)
29_host.CheckValue(xf, nameof(xf)); 35_host.CheckValue(inputSchema, nameof(inputSchema)); 51_host.CheckValue(inputSchema, nameof(inputSchema)); 78Host.CheckValue(inputSchema, nameof(inputSchema));
DataLoadSave\Transpose\TransposeLoader.cs (7)
399_host.CheckValue(args, nameof(args)); 400_host.CheckValue(file, nameof(file)); 429_host.CheckValue(file, nameof(file)); 462_host.CheckValue(schemaView, nameof(schemaView)); 489h.CheckValue(ctx, nameof(ctx)); 491h.CheckValue(files, nameof(files)); 520_host.CheckValue(ctx, nameof(ctx));
DataLoadSave\Transpose\TransposeSaver.cs (4)
57env.CheckValue(args, nameof(args)); 67_host.CheckValue(type, nameof(type)); 84_host.CheckValue(stream, nameof(stream)); 85_host.CheckValue(data, nameof(data));
DataLoadSave\TrivialEstimator.cs (2)
30Host.CheckValue(transformer, nameof(transformer)); 36Host.CheckValue(input, nameof(input));
DataView\AppendRowsDataView.cs (1)
59env.CheckValue(sources, nameof(sources));
DataView\ArrayDataViewBuilder.cs (6)
53_host.CheckValue(name, nameof(name)); 54_host.CheckValue(values, nameof(values)); 85_host.CheckValue(getKeyValues, nameof(getKeyValues)); 99_host.CheckValue(getNames, nameof(getNames)); 124_host.CheckValue(getNames, nameof(getNames)); 160_host.CheckValue(getNames, nameof(getNames));
DataView\BatchDataViewMapperBase.cs (1)
32Host.CheckValue(columnsNeeded, nameof(columnsNeeded));
DataView\CacheDataView.cs (2)
84_host.CheckValue(input, nameof(input)); 302_host.CheckValue(predicate, nameof(predicate));
DataView\DataViewConstructionUtils.cs (2)
168Host.CheckValue(row, nameof(row)); 609Host.CheckValue(data, nameof(data));
DataView\EmptyDataView.cs (1)
27_host.CheckValue(schema, nameof(schema));
DataView\LambdaColumnMapper.cs (4)
26env.CheckValue(input, nameof(input)); 29env.CheckValue(typeSrc, nameof(typeSrc)); 30env.CheckValue(typeDst, nameof(typeDst)); 31env.CheckValue(mapper, nameof(mapper));
DataView\LambdaFilter.cs (3)
25env.CheckValue(input, nameof(input)); 27env.CheckValue(typeSrc, nameof(typeSrc)); 28env.CheckValue(predicate, nameof(predicate));
DataView\RowToRowMapperTransform.cs (7)
125h.CheckValue(ctx, nameof(ctx)); 127h.CheckValue(input, nameof(input)); 133Host.CheckValue(ctx, nameof(ctx)); 219Host.CheckValue(ctx, nameof(ctx)); 229Host.CheckValue(ctx, nameof(ctx)); 251Host.CheckValue(input, nameof(input)); 252Host.CheckValue(activeColumns, nameof(activeColumns));
DataView\Transposer.cs (5)
59h.CheckValue(view, nameof(view)); 79host.CheckValue(view, nameof(view)); 1370ctx.CheckValue(cursor, nameof(cursor)); 1397provider.CheckValue(cursor, nameof(cursor)); 1428_host.CheckValue(data, nameof(data));
DataView\TypedCursor.cs (3)
180_host.CheckValue(additionalColumnsPredicate, nameof(additionalColumnsPredicate)); 205_host.CheckValue(additionalColumnsPredicate, nameof(additionalColumnsPredicate)); 667env.CheckValue(data, nameof(data));
DataView\ZipDataView.cs (1)
36host.CheckValue(sources, nameof(sources));
Dirty\ChooseColumnsByIndexTransform.cs (4)
200Host.CheckValue(options, nameof(options)); 219h.CheckValue(ctx, nameof(ctx)); 220h.CheckValue(input, nameof(input)); 227Host.CheckValue(ctx, nameof(ctx));
Dirty\ModelParametersBase.cs (3)
53Host.CheckValue(ctx, nameof(ctx)); 81provider.CheckValue(ctx, nameof(ctx)); 82provider.CheckValue(typePredictor, nameof(typePredictor));
Dirty\PredictorUtils.cs (8)
21ch.CheckValue(predictor, nameof(predictor)); 23ch.CheckValue(writer, nameof(writer)); 41ch.CheckValue(predictor, nameof(predictor)); 43ch.CheckValue(writer, nameof(writer)); 88ch.CheckValue(predictor, nameof(predictor)); 90ch.CheckValue(writer, nameof(writer)); 120ch.CheckValue(predictor, nameof(predictor)); 122ch.CheckValue(writer, nameof(writer));
EntryPoints\EntryPointNode.cs (11)
313_ectx.CheckValue(variable, nameof(variable)); 378_ectx.CheckValue(varPrefix, nameof(varPrefix)); 567env.CheckValue(arguments, nameof(arguments)); 568env.CheckValue(context, nameof(context)); 569env.CheckValue(inputBindingMap, nameof(inputBindingMap)); 570env.CheckValue(inputMap, nameof(inputMap)); 571env.CheckValue(outputMap, nameof(outputMap)); 929_host.CheckValue(context, nameof(context)); 993_host.CheckValue(nodes, nameof(nodes)); 1012_host.CheckValue(node, nameof(node)); 1035_host.CheckValue(node, nameof(node));
EntryPoints\InputBase.cs (2)
44ectx.CheckValue(schema, nameof(schema)); 45ectx.CheckValue(value, nameof(value));
EntryPoints\InputBuilder.cs (6)
59_ectx.CheckValue(inputType, nameof(inputType)); 60_ectx.CheckValue(catalog, nameof(catalog)); 178_ectx.CheckValue(value, nameof(value)); 668_ectx.CheckValue(outputType, nameof(outputType)); 718_ectx.CheckValue(output, nameof(output)); 731_ectx.CheckValue(outputMap, nameof(outputMap));
EntryPoints\PredictorModelImpl.cs (6)
33env.CheckValue(trainingData, nameof(trainingData)); 34env.CheckValue(predictor, nameof(predictor)); 45env.CheckValue(stream, nameof(stream)); 73env.CheckValue(stream, nameof(stream)); 93env.CheckValue(transformModel, nameof(transformModel)); 102env.CheckValue(input, nameof(input));
EntryPoints\SchemaManipulation.cs (3)
22host.CheckValue(input, nameof(input)); 34host.CheckValue(input, nameof(input)); 46host.CheckValue(input, nameof(input));
EntryPoints\SelectRows.cs (4)
23host.CheckValue(input, nameof(input)); 36host.CheckValue(input, nameof(input)); 48host.CheckValue(input, nameof(input)); 60host.CheckValue(input, nameof(input));
EntryPoints\SummarizePredictor.cs (1)
36host.CheckValue(input, nameof(input));
EntryPoints\TransformModelImpl.cs (9)
63env.CheckValue(result, nameof(result)); 64env.CheckValue(input, nameof(input)); 87env.CheckValue(schemaRoot, nameof(schemaRoot)); 111env.CheckValue(stream, nameof(stream)); 139env.CheckValue(input, nameof(input)); 149env.CheckValue(input, nameof(input)); 172env.CheckValue(stream, nameof(stream)); 207_ectx.CheckValue(chain, nameof(chain)); 208_ectx.CheckValue(rootSchema, nameof(rootSchema));
Evaluators\AnomalyDetectionEvaluator.cs (3)
591Host.CheckValue(data, nameof(data)); 791Host.CheckValue(schema, nameof(schema)); 818host.CheckValue(input, nameof(input));
Evaluators\BinaryClassifierEvaluator.cs (9)
114host.CheckValue(args, nameof(args)); 812Host.CheckValue(data, nameof(data)); 860Host.CheckValue(data, nameof(data)); 941Host.CheckValue(data, nameof(data)); 987Host.CheckValue(data, nameof(data)); 1109env.CheckValue(ctx, nameof(ctx)); 1325Host.CheckValue(args, nameof(args)); 1474Host.CheckValue(schema, nameof(schema)); 1507host.CheckValue(input, nameof(input));
Evaluators\ClusteringEvaluator.cs (5)
67Host.CheckValue(data, nameof(data)); 624env.CheckValue(ctx, nameof(ctx)); 787Host.CheckValue(args, nameof(args)); 823Host.CheckValue(schema, nameof(schema)); 862host.CheckValue(input, nameof(input));
Evaluators\EvaluatorUtils.cs (8)
112ectx.CheckValue(schema, nameof(schema)); 167ectx.CheckValue(schema, nameof(schema)); 218ectx.CheckValue(schema, nameof(schema)); 393env.CheckValue(input, nameof(input)); 434env.CheckValue(input, nameof(input)); 755env.CheckValue(eval, nameof(eval)); 1359host.CheckValue(confusionDataView, nameof(confusionDataView)); 1382host.CheckValue(confusionDataView, nameof(confusionDataView));
Evaluators\MamlEvaluator.cs (5)
116Host.CheckValue(schema, nameof(schema)); 157Host.CheckValue(ch, nameof(ch)); 158Host.CheckValue(metrics, nameof(metrics)); 204Host.CheckValue(ch, nameof(ch)); 283Host.CheckValue(perInstance, nameof(perInstance));
Evaluators\MulticlassClassificationEvaluator.cs (6)
552Host.CheckValue(data, nameof(data)); 671env.CheckValue(ctx, nameof(ctx)); 679Host.CheckValue(ctx, nameof(ctx)); 900Host.CheckValue(args, nameof(args)); 1038Host.CheckValue(schema, nameof(schema)); 1095host.CheckValue(input, nameof(input));
Evaluators\MultiOutputRegressionEvaluator.cs (3)
422env.CheckValue(ctx, nameof(ctx)); 642Host.CheckValue(schema, nameof(schema)); 778host.CheckValue(input, nameof(input));
Evaluators\QuantileRegressionEvaluator.cs (3)
320env.CheckValue(ctx, nameof(ctx)); 541Host.CheckValue(schema, nameof(schema)); 563host.CheckValue(input, nameof(input));
Evaluators\RankingEvaluator.cs (8)
136Host.CheckValue(data, nameof(data)); 256Host.CheckValue(data, nameof(data)); 604h.CheckValue(ctx, nameof(ctx)); 606h.CheckValue(input, nameof(input)); 707Host.CheckValue(labelGains, nameof(labelGains)); 880Host.CheckValue(args, nameof(args)); 942Host.CheckValue(schema, nameof(schema)); 1085host.CheckValue(input, nameof(input));
Evaluators\RegressionEvaluator.cs (4)
176Host.CheckValue(data, nameof(data)); 238env.CheckValue(ctx, nameof(ctx)); 363Host.CheckValue(schema, nameof(schema)); 390host.CheckValue(input, nameof(input));
Model\ModelOperationsCatalog.cs (6)
41_env.CheckValue(loader, nameof(loader)); 43_env.CheckValue(stream, nameof(stream)); 68_env.CheckValue(loader, nameof(loader)); 87_env.CheckValue(stream, nameof(stream)); 154_env.CheckValue(stream, nameof(stream)); 260_env.CheckValue(stream, nameof(stream));
Model\Pfa\BoundPfaContext.cs (12)
49_host.CheckValue(inputSchema, nameof(inputSchema)); 50_host.CheckValue(toDrop, nameof(toDrop)); 109_host.CheckValue(schema, nameof(schema)); 110_host.CheckValue(toOutput, nameof(toOutput)); 207_host.CheckValue(vars, nameof(vars)); 224_host.CheckValue(value, nameof(value)); 240_host.CheckValue(name, nameof(name)); 241_host.CheckValue(type, nameof(type)); 242_host.CheckValue(init, nameof(init)); 259_host.CheckValue(names, nameof(names)); 274_host.CheckValue(name, nameof(name)); 288_host.CheckValue(name, nameof(name));
Model\Pfa\SavePfaCommand.cs (1)
68Host.CheckValue(args, nameof(args));
Prediction\Calibrator.cs (45)
217Host.CheckValue(predictor, nameof(predictor)); 218Host.CheckValue(calibrator, nameof(calibrator)); 347Host.CheckValue(ctx, nameof(ctx)); 348Host.CheckValue(input, nameof(input)); 358Host.CheckValue(ctx, nameof(ctx)); 359Host.CheckValue(input, nameof(input)); 381Host.CheckValue(ctx, nameof(ctx)); 382Host.CheckValue(outputNames, nameof(outputNames)); 513env.CheckValue(ctx, nameof(ctx)); 529Host.CheckValue(ctx, nameof(ctx)); 590env.CheckValue(ctx, nameof(ctx)); 606Host.CheckValue(ctx, nameof(ctx)); 783Host.CheckValue(ctx, nameof(ctx)); 784Host.CheckValue(schema, nameof(schema)); 793Host.CheckValue(ctx, nameof(ctx)); 795Host.CheckValue(schema, nameof(schema)); 802Host.CheckValue(env, nameof(env)); 803env.CheckValue(schema, nameof(schema)); 911env.CheckValue(ch, nameof(ch)); 912ch.CheckValue(trainer, nameof(trainer)); 913ch.CheckValue(predictor, nameof(predictor)); 914ch.CheckValue(data, nameof(data)); 943env.CheckValue(ch, nameof(ch)); 944ch.CheckValue(scored, nameof(scored)); 945ch.CheckValue(caliTrainer, nameof(caliTrainer)); 1016env.CheckValue(ch, nameof(ch)); 1017ch.CheckValue(caliTrainer, nameof(caliTrainer)); 1018ch.CheckValue(predictor, nameof(predictor)); 1019ch.CheckValue(data, nameof(data)); 1219_host.CheckValue(ctx, nameof(ctx)); 1244env.CheckValue(ctx, nameof(ctx)); 1296_host.CheckValue(ctx, nameof(ctx)); 1297_host.CheckValue(outputNames, nameof(outputNames)); 1734env.CheckValue(ctx, nameof(ctx)); 1741_host.CheckValue(ctx, nameof(ctx)); 1785_host.CheckValue(ctx, nameof(ctx)); 1786_host.CheckValue(input, nameof(input)); 1794_host.CheckValue(ctx, nameof(ctx)); 1795_host.CheckValue(scoreProbablityColumnNames, nameof(scoreProbablityColumnNames)); 2039env.CheckValue(ctx, nameof(ctx)); 2156host.CheckValue(input, nameof(input)); 2167host.CheckValue(input, nameof(input)); 2178host.CheckValue(input, nameof(input)); 2189host.CheckValue(input, nameof(input)); 2210host.CheckValue(input, nameof(input));
Prediction\CalibratorCatalog.cs (1)
270Host.CheckValue(ctx, nameof(ctx));
Prediction\PredictionEngine.cs (1)
134ectx.CheckValue(transformer, nameof(transformer));
Scorers\BinaryClassifierScorer.cs (5)
58env.CheckValue(mapper, nameof(mapper)); 162h.CheckValue(ctx, nameof(ctx)); 163h.CheckValue(input, nameof(input)); 186Host.CheckValue(ctx, nameof(ctx)); 227env.CheckValue(newSource, nameof(newSource));
Scorers\ClusteringScorer.cs (2)
67h.CheckValue(ctx, nameof(ctx)); 68h.CheckValue(input, nameof(input));
Scorers\FeatureContributionCalculation.cs (6)
59env.CheckValue(data, nameof(data)); 60env.CheckValue(mapper, nameof(mapper)); 78env.CheckValue(predictor, nameof(predictor)); 123_env.CheckValue(predictor, nameof(predictor)); 142_env.CheckValue(ctx, nameof(ctx)); 165env.CheckValue(schema, nameof(schema));
Scorers\GenericScorer.cs (7)
157Host.CheckValue(args, nameof(args)); 196h.CheckValue(ctx, nameof(ctx)); 197h.CheckValue(input, nameof(input)); 212Host.CheckValue(ctx, nameof(ctx)); 227Host.CheckValue(ctx, nameof(ctx)); 259Host.CheckValue(env, nameof(env)); 260Host.CheckValue(newSource, nameof(newSource));
Scorers\MulticlassClassificationScorer.cs (7)
166h.CheckValue(ctx, nameof(ctx)); 287_host.CheckValue(mapper, nameof(mapper)); 288_host.CheckValue(type, nameof(type)); 289_host.CheckValue(getter, nameof(getter)); 408env.CheckValue(mapper, nameof(mapper)); 537h.CheckValue(ctx, nameof(ctx)); 538h.CheckValue(input, nameof(input));
Scorers\PredictedLabelScorerBase.cs (5)
287Host.CheckValue(args, nameof(args)); 290Host.CheckValue(outputTypeMatches, nameof(outputTypeMatches)); 291Host.CheckValue(getPredColType, nameof(getPredColType)); 338Host.CheckValue(ctx, nameof(ctx)); 371Host.CheckValue(ctx, nameof(ctx));
Scorers\PredictionTransformer.cs (6)
86Host.CheckValue(model, nameof(model)); 90Host.CheckValue(trainSchema, nameof(trainSchema)); 148Host.CheckValue(input, nameof(input)); 159Host.CheckValue(inputSchema, nameof(inputSchema)); 278Host.CheckValue(inputSchema, nameof(inputSchema)); 293Host.CheckValue(ctx, nameof(ctx));
Scorers\QuantileRegressionScorer.cs (2)
43env.CheckValue(args, nameof(args)); 44env.CheckValue(predictor, nameof(predictor));
Scorers\SchemaBindablePredictorWrapper.cs (2)
126ch.CheckValue(schema, nameof(schema)); 312env.CheckValue(ctx, nameof(ctx));
TrainCatalog.cs (9)
92Environment.CheckValue(data, nameof(data)); 93Environment.CheckValue(estimator, nameof(estimator)); 205Environment.CheckValue(data, nameof(data)); 226Environment.CheckValue(data, nameof(data)); 446Environment.CheckValue(data, nameof(data)); 525Environment.CheckValue(data, nameof(data)); 601Environment.CheckValue(data, nameof(data)); 690Environment.CheckValue(data, nameof(data)); 765Environment.CheckValue(data, nameof(data));
Training\TrainerEstimatorBase.cs (2)
81Host.CheckValue(inputSchema, nameof(inputSchema)); 99Host.CheckValue(context, nameof(context));
Training\TrainerUtils.cs (1)
424_env.CheckValue(context, nameof(context));
Transforms\BindingsWrappedRowCursor.cs (2)
31Ch.CheckValue(input, nameof(input)); 32Ch.CheckValue(bindings, nameof(bindings));
Transforms\BootstrapSamplingTransformer.cs (5)
81Host.CheckValue(options, nameof(options)); 133Host.CheckValue(ctx, nameof(ctx)); 157h.CheckValue(ctx, nameof(ctx)); 158h.CheckValue(input, nameof(input)); 257env.CheckValue(input, nameof(input));
Transforms\ColumnConcatenatingEstimator.cs (3)
57_host.CheckValue(inputColumnNames, nameof(inputColumnNames)); 71_host.CheckValue(input, nameof(input)); 147_host.CheckValue(inputSchema, nameof(inputSchema));
Transforms\ColumnConcatenatingTransformer.cs (8)
265Host.CheckValue(ctx, nameof(ctx)); 286Host.CheckValue(ctx, nameof(ctx)); 372env.CheckValue(options, nameof(options)); 373env.CheckValue(input, nameof(input)); 392env.CheckValue(options, nameof(options)); 393env.CheckValue(input, nameof(input)); 883Host.CheckValue(ctx, nameof(ctx)); 902Host.CheckValue(ctx, nameof(ctx));
Transforms\ColumnCopying.cs (3)
74Host.CheckValue(inputSchema, nameof(inputSchema)); 150env.CheckValue(options, nameof(options)); 160env.CheckValue(ctx, nameof(ctx));
Transforms\ColumnSelecting.cs (6)
134Host.CheckValue(inputSchema, nameof(inputSchema)); 405env.CheckValue(ctx, nameof(ctx)); 437env.CheckValue(options, nameof(options)); 474_host.CheckValue(inputSchema, nameof(inputSchema)); 493_host.CheckValue(inputSchema, nameof(inputSchema)); 511_host.CheckValue(input, nameof(input));
Transforms\ConversionsExtensionsCatalog.cs (8)
105env.CheckValue(columns, nameof(columns)); 162env.CheckValue(columns, nameof(columns)); 216env.CheckValue(columns, nameof(columns)); 290env.CheckValue(columns, nameof(columns)); 370env.CheckValue(columns, nameof(columns)); 404env.CheckValue(columns, nameof(columns)); 474env.CheckValue(columns, nameof(columns)); 533env.CheckValue(columns, nameof(columns));
Transforms\ExtensionsCatalog.cs (1)
95env.CheckValue(columns, nameof(columns));
Transforms\FeatureContributionCalculationTransformer.cs (5)
92Host.CheckValue(modelParameters, nameof(modelParameters)); 131Host.CheckValue(ctx, nameof(ctx)); 341Host.CheckValue(inputSchema, nameof(inputSchema)); 371host.CheckValue(options, nameof(options)); 373host.CheckValue(options.PredictorModel, nameof(options.PredictorModel));
Transforms\GenerateNumberTransform.cs (6)
281Host.CheckValue(options, nameof(options)); 304h.CheckValue(ctx, nameof(ctx)); 305h.CheckValue(input, nameof(input)); 312Host.CheckValue(ctx, nameof(ctx)); 393Ch.CheckValue(bindings, nameof(bindings)); 394Ch.CheckValue(input, nameof(input));
Transforms\Hashing.cs (7)
283host.CheckValue(ctx, nameof(ctx)); 301Host.CheckValue(ctx, nameof(ctx)); 330env.CheckValue(options, nameof(options)); 331env.CheckValue(input, nameof(input)); 333env.CheckValue(options.Columns, nameof(options.Columns)); 1458Host.CheckValue(ctx, nameof(ctx)); 1955_host.CheckValue(inputSchema, nameof(inputSchema));
Transforms\InvertHashUtils.cs (2)
342ch.CheckValue(ctx, nameof(ctx)); 382ch.CheckValue(ctx, nameof(ctx));
Transforms\KeyToValue.cs (6)
105env.CheckValue(options, nameof(options)); 106env.CheckValue(input, nameof(input)); 120host.CheckValue(ctx, nameof(ctx)); 144Host.CheckValue(ctx, nameof(ctx)); 185Host.CheckValue(ctx, nameof(ctx)); 636Host.CheckValue(inputSchema, nameof(inputSchema));
Transforms\KeyToVector.cs (8)
146Host.CheckValue(ctx, nameof(ctx)); 166host.CheckValue(ctx, nameof(ctx)); 196env.CheckValue(options, nameof(options)); 197env.CheckValue(input, nameof(input)); 199env.CheckValue(options.Columns, nameof(options.Columns)); 616Host.CheckValue(ctx, nameof(ctx)); 633Host.CheckValue(ctx, nameof(ctx)); 820Host.CheckValue(inputSchema, nameof(inputSchema));
Transforms\LabelConvertTransform.cs (3)
107h.CheckValue(ctx, nameof(ctx)); 109h.CheckValue(input, nameof(input)); 125Host.CheckValue(ctx, nameof(ctx));
Transforms\LabelIndicatorTransform.cs (6)
83h.CheckValue(ctx, nameof(ctx)); 84h.CheckValue(input, nameof(input)); 94h.CheckValue(options, nameof(options)); 95h.CheckValue(input, nameof(input)); 102Host.CheckValue(ctx, nameof(ctx)); 235host.CheckValue(input, nameof(input));
Transforms\NAFilter.cs (7)
96Host.CheckValue(args, nameof(args)); 97Host.CheckValue(input, nameof(input)); 99Host.CheckValue(env, nameof(env)); 126Host.CheckValue(ctx, nameof(ctx)); 163h.CheckValue(ctx, nameof(ctx)); 164h.CheckValue(input, nameof(input)); 171Host.CheckValue(ctx, nameof(ctx));
Transforms\NopTransform.cs (6)
47env.CheckValue(input, nameof(input)); 74h.CheckValue(ctx, nameof(ctx)); 75h.CheckValue(input, nameof(input)); 83host.CheckValue(input, nameof(input)); 94_host.CheckValue(ctx, nameof(ctx)); 149host.CheckValue(input, nameof(input));
Transforms\NormalizeColumn.cs (18)
310env.CheckValue(args, nameof(args)); 311env.CheckValue(args.Columns, nameof(args.Columns)); 328env.CheckValue(args, nameof(args)); 329env.CheckValue(args.Columns, nameof(args.Columns)); 348env.CheckValue(args, nameof(args)); 349env.CheckValue(args.Columns, nameof(args.Columns)); 368env.CheckValue(args, nameof(args)); 369env.CheckValue(args.Columns, nameof(args.Columns)); 389env.CheckValue(args, nameof(args)); 390env.CheckValue(args.Columns, nameof(args.Columns)); 463Host.CheckValue(bldr, nameof(bldr)); 464Host.CheckValue(typeSrc, nameof(typeSrc)); 496Host.CheckValue(bldr, nameof(bldr)); 497Host.CheckValue(typeSrc, nameof(typeSrc)); 585Host.CheckValue(bldr, nameof(bldr)); 586Host.CheckValue(typeSrc, nameof(typeSrc)); 616Host.CheckValue(bldr, nameof(bldr)); 617Host.CheckValue(typeSrc, nameof(typeSrc));
Transforms\NormalizeColumnDbl.cs (4)
993host.CheckValue(ctx, nameof(ctx)); 1060host.CheckValue(ctx, nameof(ctx)); 1176host.CheckValue(ctx, nameof(ctx)); 1262host.CheckValue(ctx, nameof(ctx));
Transforms\NormalizeColumnSng.cs (4)
1153host.CheckValue(ctx, nameof(ctx)); 1220host.CheckValue(ctx, nameof(ctx)); 1337host.CheckValue(ctx, nameof(ctx)); 1423host.CheckValue(ctx, nameof(ctx));
Transforms\Normalizer.cs (11)
313_host.CheckValue(columns, nameof(columns)); 326_host.CheckValue(columns, nameof(columns)); 336_host.CheckValue(input, nameof(input)); 346_host.CheckValue(inputSchema, nameof(inputSchema)); 534env.CheckValue(data, nameof(data)); 535env.CheckValue(columns, nameof(columns)); 658env.CheckValue(ctx, nameof(ctx)); 667env.CheckValue(ctx, nameof(ctx)); 681Host.CheckValue(ctx, nameof(ctx)); 764Host.CheckValue(ctx, nameof(ctx)); 786Host.CheckValue(ctx, nameof(ctx));
Transforms\NormalizeUtils.cs (5)
84host.CheckValue(input, nameof(input)); 96host.CheckValue(input, nameof(input)); 108host.CheckValue(input, nameof(input)); 120host.CheckValue(input, nameof(input)); 132host.CheckValue(input, nameof(input));
Transforms\OneToOneTransformerBase.cs (2)
22host.CheckValue(columns, nameof(columns)); 58Host.CheckValue(ctx, nameof(ctx));
Transforms\PerGroupTransformBase.cs (2)
106Host.CheckValue(input, nameof(input)); 121Host.CheckValue(input, nameof(input));
Transforms\RangeFilter.cs (6)
98Host.CheckValue(options, nameof(options)); 137Host.CheckValue(ctx, nameof(ctx)); 171h.CheckValue(ctx, nameof(ctx)); 172h.CheckValue(input, nameof(input)); 179Host.CheckValue(ctx, nameof(ctx)); 262ectx.CheckValue(type, nameof(type));
Transforms\RowShufflingTransformer.cs (6)
113Host.CheckValue(options, nameof(options)); 156h.CheckValue(ctx, nameof(ctx)); 158h.CheckValue(input, nameof(input)); 164Host.CheckValue(ctx, nameof(ctx)); 230provider.CheckValue(cursor, nameof(cursor)); 234provider.CheckValue(rand, nameof(rand));
Transforms\RowToRowTransformerBase.cs (3)
33Host.CheckValue(inputSchema, nameof(inputSchema)); 42Host.CheckValue(inputSchema, nameof(inputSchema)); 52Host.CheckValue(input, nameof(input));
Transforms\SkipTakeFilter.cs (5)
126env.CheckValue(options, nameof(options)); 137env.CheckValue(options, nameof(options)); 145env.CheckValue(options, nameof(options)); 155h.CheckValue(ctx, nameof(ctx)); 171Host.CheckValue(ctx, nameof(ctx));
Transforms\SlotsDroppingTransformer.cs (4)
330Host.CheckValue(ctx, nameof(ctx)); 818Host.CheckValue(typeDst, nameof(typeDst)); 819Host.CheckValue(row, nameof(row)); 881Host.CheckValue(ctx, nameof(ctx));
Transforms\TrainAndScoreTransformer.cs (9)
185env.CheckValue(input, nameof(input)); 186env.CheckValue(trainer, nameof(trainer)); 187env.CheckValue(featureColumn, nameof(featureColumn)); 188env.CheckValue(labelColumn, nameof(labelColumn)); 189env.CheckValue(groupColumn, nameof(groupColumn)); 205env.CheckValue(args, nameof(args)); 208env.CheckValue(input, nameof(input)); 217env.CheckValue(args, nameof(args)); 220env.CheckValue(input, nameof(input));
Transforms\TransformBase.cs (12)
31env.CheckValue(input, nameof(input)); 40host.CheckValue(input, nameof(input)); 149Host.CheckValue(ctx, nameof(ctx)); 178Host.CheckValue(input, nameof(input)); 179Host.CheckValue(activeColumns, nameof(activeColumns)); 369host.CheckValue(ctx, nameof(ctx)); 530Host.CheckValue(ctx, nameof(ctx)); 569Host.CheckValue(ctx, nameof(ctx)); 575Host.CheckValue(ctx, nameof(ctx)); 605Host.CheckValue(ctx, nameof(ctx)); 705Host.CheckValue(typeDst, nameof(typeDst)); 706Host.CheckValue(row, nameof(row));
Transforms\TypeConverting.cs (8)
40env.CheckValue(input, nameof(input)); 208Host.CheckValue(ctx, nameof(ctx)); 240host.CheckValue(ctx, nameof(ctx)); 298env.CheckValue(options, nameof(options)); 299env.CheckValue(input, nameof(input)); 301env.CheckValue(options.Columns, nameof(options.Columns)); 479Host.CheckValue(ctx, nameof(ctx)); 624Host.CheckValue(inputSchema, nameof(inputSchema));
Transforms\ValueMapping.cs (5)
91Host.CheckValue(inputSchema, nameof(inputSchema)); 605env.CheckValue(options, nameof(options)); 713env.CheckValue(ctx, nameof(ctx)); 785Host.CheckValue(ctx, nameof(ctx)); 1061Host.CheckValue(ctx, nameof(ctx));
Transforms\ValueToKeyMappingEstimator.cs (1)
180_host.CheckValue(inputSchema, nameof(inputSchema));
Transforms\ValueToKeyMappingTransformer.cs (9)
270env.CheckValue(options, nameof(options)); 271env.CheckValue(input, nameof(input)); 273env.CheckValue(options.Columns, nameof(options.Columns)); 313host.CheckValue(ctx, nameof(ctx)); 340host.CheckValue(c, nameof(ctx)); 654Host.CheckValue(ctx, nameof(ctx)); 676Host.CheckValue(c, nameof(ctx)); 904Host.CheckValue(ctx, nameof(ctx)); 926Host.CheckValue(ctx, nameof(ctx));
Utilities\ApplyTransformUtils.cs (4)
29env.CheckValue(transform, nameof(transform)); 30env.CheckValue(newSource, nameof(newSource)); 71env.CheckValue(chain, nameof(chain)); 72env.CheckValue(newSource, nameof(newSource));
Utilities\ComponentCreation.cs (11)
32env.CheckValue(sources, nameof(sources)); 72env.CheckValue(modelStream, nameof(modelStream)); 73env.CheckValue(data, nameof(data)); 87env.CheckValue(files, nameof(files)); 129env.CheckValue(source, nameof(source)); 139env.CheckValue(source, nameof(source)); 159env.CheckValue(data, nameof(data)); 160env.CheckValue(predictor, nameof(predictor)); 190env.CheckValue(data, nameof(data)); 191env.CheckValue(predictor, nameof(predictor)); 292env.CheckValue(args, nameof(args));
Utilities\ModelFileUtils.cs (12)
47env.CheckValue(modelStream, nameof(modelStream)); 48env.CheckValue(files, nameof(files)); 67env.CheckValue(rep, nameof(rep)); 68env.CheckValue(files, nameof(files)); 108env.CheckValue(data, nameof(data)); 109env.CheckValue(modelStream, nameof(modelStream)); 129env.CheckValue(data, nameof(data)); 130env.CheckValue(rep, nameof(rep)); 179env.CheckValue(rep, nameof(rep)); 180env.CheckValue(files, nameof(files)); 272env.CheckValue(modelStream, nameof(modelStream)); 331env.CheckValue(modelStream, nameof(modelStream));
Microsoft.ML.Ensemble (53)
EntryPoints\CreateEnsemble.cs (12)
136host.CheckValue(input, nameof(input)); 171host.CheckValue(input, nameof(input)); 203host.CheckValue(input, nameof(input)); 230host.CheckValue(input, nameof(input)); 254host.CheckValue(input, nameof(input)); 281host.CheckValue(input, nameof(input)); 327env.CheckValue(ch, nameof(ch)); 328ch.CheckValue(data, nameof(data)); 362env.CheckValue(ch, nameof(ch)); 363ch.CheckValue(dataToCompare, nameof(dataToCompare)); 364ch.CheckValue(dataSerialized, nameof(dataSerialized)); 365ch.CheckValue(dataZipEntryNames, nameof(dataZipEntryNames));
EntryPoints\Ensemble.cs (3)
21host.CheckValue(input, nameof(input)); 34host.CheckValue(input, nameof(input)); 47host.CheckValue(input, nameof(input));
EntryPoints\PipelineEnsemble.cs (1)
31host.CheckValue(input, nameof(input));
OutputCombiners\Average.cs (1)
45env.CheckValue(ctx, nameof(ctx));
OutputCombiners\BaseAverager.cs (2)
25Host.CheckValue(ctx, nameof(ctx)); 35Host.CheckValue(ctx, nameof(ctx));
OutputCombiners\BaseMultiCombiner.cs (2)
32Host.CheckValue(options, nameof(options)); 54Host.CheckValue(ctx, nameof(ctx));
OutputCombiners\BaseStacking.cs (4)
46Host.CheckValue(BasePredictorType, nameof(BasePredictorType)); 71Host.CheckValue(ctx, nameof(ctx)); 127host.CheckValue(models, nameof(models)); 128host.CheckValue(data, nameof(data));
OutputCombiners\Median.cs (2)
57env.CheckValue(ctx, nameof(ctx)); 64_host.CheckValue(ctx, nameof(ctx));
OutputCombiners\MultiAverage.cs (1)
54env.CheckValue(ctx, nameof(ctx));
OutputCombiners\MultiMedian.cs (1)
57env.CheckValue(ctx, nameof(ctx));
OutputCombiners\MultiStacking.cs (1)
69env.CheckValue(ctx, nameof(ctx));
OutputCombiners\MultiVoting.cs (1)
55env.CheckValue(ctx, nameof(ctx));
OutputCombiners\MultiWeightedAverage.cs (1)
75env.CheckValue(ctx, nameof(ctx));
OutputCombiners\RegressionStacking.cs (1)
67env.CheckValue(ctx, nameof(ctx));
OutputCombiners\Stacking.cs (1)
66env.CheckValue(ctx, nameof(ctx));
OutputCombiners\Voting.cs (2)
55env.CheckValue(ctx, nameof(ctx)); 62_host.CheckValue(ctx, nameof(ctx));
OutputCombiners\WeightedAverage.cs (1)
72env.CheckValue(ctx, nameof(ctx));
PipelineEnsemble.cs (4)
324Host.CheckValue(ch, nameof(ch)); 325ch.CheckValue(data, nameof(data)); 326ch.CheckValue(caliTrainer, nameof(caliTrainer)); 547env.CheckValue(ctx, nameof(ctx));
Selector\FeatureSelector\RandomFeatureSelector.cs (2)
39env.CheckValue(args, nameof(args)); 49_host.CheckValue(data, nameof(data));
Selector\SubModelSelector\SubModelDataSelector.cs (1)
34Host.CheckValue(args, nameof(args));
Selector\SubsetSelector\BaseSubsetSelector.cs (2)
35env.CheckValue(options, nameof(options)); 45Host.CheckValue(data, nameof(data));
Trainer\Binary\EnsembleTrainer.cs (1)
92Host.CheckValue(models, nameof(models));
Trainer\EnsembleDistributionModelParameters.cs (1)
125env.CheckValue(ctx, nameof(ctx));
Trainer\EnsembleModelParameters.cs (1)
115env.CheckValue(ctx, nameof(ctx));
Trainer\EnsembleTrainerBase.cs (1)
110Host.CheckValue(context, nameof(context));
Trainer\Multiclass\EnsembleMulticlassModelParameters.cs (1)
97env.CheckValue(ctx, nameof(ctx));
Trainer\Multiclass\MulticlassDataPartitionEnsembleTrainer.cs (1)
97Host.CheckValue(models, nameof(models));
Trainer\Regression\RegressionEnsembleTrainer.cs (1)
85Host.CheckValue(models, nameof(models));
Microsoft.ML.EntryPoints (27)
CrossValidationMacro.cs (1)
165env.CheckValue(input, nameof(input));
CVSplit.cs (1)
51host.CheckValue(input, nameof(input));
DataViewReference.cs (1)
33env.CheckValue(input, nameof(input));
FeatureCombiner.cs (4)
50host.CheckValue(input, nameof(input)); 232host.CheckValue(input, nameof(input)); 268host.CheckValue(input, nameof(input)); 290host.CheckValue(input, nameof(input));
ImportTextData.cs (2)
40env.CheckValue(input, nameof(input)); 60env.CheckValue(input, nameof(input));
JsonUtils\ExecuteGraphCommand.cs (1)
43_host.CheckValue(args, nameof(args));
JsonUtils\GraphRunner.cs (2)
30_host.CheckValue(nodes, nameof(nodes)); 124_host.CheckValue(input, nameof(input));
JsonUtils\JsonManifestUtils.cs (3)
29ectx.CheckValue(catalog, nameof(catalog)); 117ectx.CheckValue(entryPointInfo, nameof(entryPointInfo)); 118ectx.CheckValue(catalog, nameof(catalog));
ModelOperations.cs (4)
88host.CheckValue(input, nameof(input)); 104host.CheckValue(input, nameof(input)); 119host.CheckValue(input, nameof(input)); 136host.CheckValue(input, nameof(input));
OneVersusAllMacro.cs (1)
145env.CheckValue(input, nameof(input));
PermutationFeatureImportance.cs (1)
26host.CheckValue(input, nameof(input));
ScoreColumnSelector.cs (2)
27env.CheckValue(input, nameof(input)); 70host.CheckValue(input, nameof(input));
ScoreModel.cs (3)
72host.CheckValue(input, nameof(input)); 104host.CheckValue(input, nameof(input)); 120host.CheckValue(input, nameof(input));
TrainTestSplit.cs (1)
47host.CheckValue(input, nameof(input));
Microsoft.ML.FastTree (60)
FastTree.cs (8)
146Host.CheckValue(options, nameof(options)); 934Host.CheckValue(data, nameof(data)); 2839Host.CheckValue(trainedEnsemble, nameof(trainedEnsemble)); 2973Host.CheckValue(writer, nameof(writer)); 2983Host.CheckValue(writer, nameof(writer)); 2991Host.CheckValue(ctx, nameof(ctx)); 2992Host.CheckValue(input, nameof(input)); 3040Host.CheckValue(ctx, nameof(ctx));
FastTreeClassification.cs (4)
90env.CheckValue(ctx, nameof(ctx)); 186Host.CheckValue(context, nameof(context)); 193ch.CheckValue(trainData, nameof(trainData)); 438host.CheckValue(input, nameof(input));
FastTreeRanking.cs (2)
140Host.CheckValue(context, nameof(context)); 1087host.CheckValue(input, nameof(input));
FastTreeRegression.cs (3)
110Host.CheckValue(context, nameof(context)); 520env.CheckValue(ctx, nameof(ctx)); 538host.CheckValue(input, nameof(input));
FastTreeTweedie.cs (4)
119Host.CheckValue(context, nameof(context)); 126ch.CheckValue(trainData, nameof(trainData)); 530env.CheckValue(ctx, nameof(ctx)); 574host.CheckValue(input, nameof(input));
GamClassification.cs (2)
237env.CheckValue(ctx, nameof(ctx)); 250Host.CheckValue(ctx, nameof(ctx));
GamModelParameters.cs (4)
119Host.CheckValue(ctx, nameof(ctx)); 168Host.CheckValue(ctx, nameof(ctx)); 575Host.CheckValue(args, nameof(args)); 576Host.CheckValue(args.Server, nameof(args.Server));
GamRegression.cs (2)
187env.CheckValue(ctx, nameof(ctx)); 195Host.CheckValue(ctx, nameof(ctx));
GamTrainer.cs (4)
201Host.CheckValue(options, nameof(options)); 224ch.CheckValue(context, nameof(context)); 690host.CheckValue(input, nameof(input)); 704host.CheckValue(input, nameof(input));
RandomForest.cs (1)
44Host.CheckValue(ch, nameof(ch));
RandomForestClassification.cs (4)
109env.CheckValue(ctx, nameof(ctx)); 213Host.CheckValue(context, nameof(context)); 220ch.CheckValue(trainData, nameof(trainData)); 414host.CheckValue(input, nameof(input));
RandomForestRegression.cs (4)
211env.CheckValue(ctx, nameof(ctx)); 352Host.CheckValue(context, nameof(context)); 359ch.CheckValue(trainData, nameof(trainData)); 599host.CheckValue(input, nameof(input));
SumupPerformanceCommand.cs (1)
87_host.CheckValue(args, nameof(args));
TreeEnsemble\TreeEnsembleCombiner.cs (1)
39_host.CheckValue(models, nameof(models));
TreeEnsembleFeaturizationEstimator.cs (1)
129Env.CheckValue(inputSchema, nameof(inputSchema));
TreeEnsembleFeaturizationTransformer.cs (1)
150Host.CheckValue(ctx, nameof(ctx));
TreeEnsembleFeaturizer.cs (12)
177_ectx.CheckValue(input, nameof(input)); 178_ectx.CheckValue(activeColumns, nameof(activeColumns)); 401_host.CheckValue(args, nameof(args)); 402_host.CheckValue(predictor, nameof(predictor)); 445_host.CheckValue(ctx, nameof(ctx)); 599env.CheckValue(args, nameof(args)); 600env.CheckValue(predictor, nameof(predictor)); 617host.CheckValue(args, nameof(args)); 618host.CheckValue(input, nameof(input)); 698host.CheckValue(args, nameof(args)); 699host.CheckValue(input, nameof(input)); 827host.CheckValue(input, nameof(input));
Utils\FastTreeIniFileUtils.cs (2)
19host.CheckValue(ensemble, nameof(ensemble)); 20host.CheckValue(schema, nameof(schema));
Microsoft.ML.ImageAnalytics (28)
ExtensionsCatalog.cs (1)
51env.CheckValue(columns, nameof(columns));
ImageGrayscale.cs (6)
98env.CheckValue(options, nameof(options)); 99env.CheckValue(input, nameof(input)); 100env.CheckValue(options.Columns, nameof(options.Columns)); 111host.CheckValue(ctx, nameof(ctx)); 131Host.CheckValue(ctx, nameof(ctx)); 248Host.CheckValue(inputSchema, nameof(inputSchema));
ImageLoader.cs (3)
130env.CheckValue(ctx, nameof(ctx)); 166Host.CheckValue(ctx, nameof(ctx)); 439Host.CheckValue(inputSchema, nameof(inputSchema));
ImagePixelExtractor.cs (6)
197env.CheckValue(options, nameof(options)); 198env.CheckValue(input, nameof(input)); 200env.CheckValue(options.Columns, nameof(options.Columns)); 218host.CheckValue(ctx, nameof(ctx)); 248Host.CheckValue(ctx, nameof(ctx)); 811Host.CheckValue(inputSchema, nameof(inputSchema));
ImageResizer.cs (6)
154env.CheckValue(args, nameof(args)); 155env.CheckValue(input, nameof(input)); 157env.CheckValue(args.Columns, nameof(args.Columns)); 181host.CheckValue(ctx, nameof(ctx)); 224Host.CheckValue(ctx, nameof(ctx)); 511Host.CheckValue(inputSchema, nameof(inputSchema));
VectorToImageTransform.cs (6)
221env.CheckValue(args, nameof(args)); 222env.CheckValue(input, nameof(input)); 224env.CheckValue(args.Columns, nameof(args.Columns)); 256h.CheckValue(ctx, nameof(ctx)); 277Host.CheckValue(ctx, nameof(ctx)); 745Host.CheckValue(inputSchema, nameof(inputSchema));
Microsoft.ML.KMeansClustering (7)
KMeansModelParameters.cs (1)
259env.CheckValue(ctx, nameof(ctx));
KMeansPlusPlusTrainer.cs (6)
173Host.CheckValue(options, nameof(options)); 199Host.CheckValue(context, nameof(context)); 295host.CheckValue(input, nameof(input)); 790host.CheckValue(ch, nameof(ch)); 791ch.CheckValue(cursorFactory, nameof(cursorFactory)); 792ch.CheckValue(centroids, nameof(centroids));
Microsoft.ML.LightGbm (11)
LightGbmBinaryTrainer.cs (2)
78env.CheckValue(ctx, nameof(ctx)); 318host.CheckValue(input, nameof(input));
LightGbmMulticlassTrainer.cs (1)
400host.CheckValue(input, nameof(input));
LightGbmRankingTrainer.cs (2)
292ch.CheckValue(groups, nameof(groups)); 330host.CheckValue(input, nameof(input));
LightGbmRegressionTrainer.cs (2)
73env.CheckValue(ctx, nameof(ctx)); 278host.CheckValue(input, nameof(input));
LightGbmTrainerBase.cs (4)
370Host.CheckValue(options, nameof(options)); 388Host.CheckValue(context, nameof(context)); 670ch.CheckValue(trainData, nameof(trainData)); 702ch.CheckValue(validData, nameof(validData));
Microsoft.ML.Maml (2)
ChainCommand.cs (1)
39env.CheckValue(args, nameof(args));
HelpCommand.cs (1)
77env.CheckValue(args, nameof(args));
Microsoft.ML.Mkl.Components (10)
OlsLinearRegression.cs (4)
124Host.CheckValue(options, nameof(options)); 155ch.CheckValue(context, nameof(context)); 679host.CheckValue(options, nameof(options)); 894env.CheckValue(ctx, nameof(ctx));
SymSgdClassificationTrainer.cs (3)
219Host.CheckValue(context, nameof(context)); 244Host.CheckValue(options, nameof(options)); 290host.CheckValue(options, nameof(options));
VectorWhitening.cs (3)
466Host.CheckValue(ctx, nameof(ctx)); 627Host.CheckValue(ctx, nameof(ctx)); 892_host.CheckValue(inputSchema, nameof(inputSchema));
Microsoft.ML.OnnxConverter (19)
OnnxContextImpl.cs (18)
44_host.CheckValue(name, nameof(name)); 45_host.CheckValue(name, nameof(domain)); 148_host.CheckValue(node, nameof(node)); 159_host.CheckValue(inputs, nameof(inputs)); 160_host.CheckValue(outputs, nameof(outputs)); 174_host.CheckValue(pred, nameof(pred)); 234_host.CheckValue(type, nameof(type)); 245_host.CheckValue(type, nameof(type)); 255_host.CheckValue(type, nameof(type)); 256_host.CheckValue(colName, nameof(colName)); 265_host.CheckValue(variableName, nameof(variableName)); 345_host.CheckValue(values, nameof(values)); 356_host.CheckValue(values, nameof(values)); 367_host.CheckValue(values, nameof(values)); 378_host.CheckValue(values, nameof(values)); 389_host.CheckValue(values, nameof(values)); 400_host.CheckValue(values, nameof(values)); 411_host.CheckValue(values, nameof(values));
SaveOnnxCommand.cs (1)
96Host.CheckValue(args, nameof(args));
Microsoft.ML.OnnxTransformer (4)
OnnxTransform.cs (4)
163env.CheckValue(ctx, nameof(ctx)); 238Host.CheckValue(options, nameof(options)); 271Host.CheckValue(options.ModelBytes, nameof(options.ModelBytes)); 1051Host.CheckValue(inputSchema, nameof(inputSchema));
Microsoft.ML.Parquet (10)
ParquetLoader.cs (5)
137_host.CheckValue(args, nameof(args)); 138_host.CheckValue(stream, nameof(stream)); 244env.CheckValue(ctx, nameof(ctx)); 246env.CheckValue(files, nameof(files)); 540Ch.CheckValue(valueConverter, nameof(valueConverter));
PartitionedFileLoader.cs (5)
178_host.CheckValue(args, nameof(args)); 179_host.CheckValue(args.Loader, nameof(args.Loader)); 180_host.CheckValue(files, nameof(files)); 248env.CheckValue(ctx, nameof(ctx)); 250env.CheckValue(files, nameof(files));
Microsoft.ML.PCA (11)
PcaTrainer.cs (3)
188Host.CheckValue(context, nameof(context)); 401host.CheckValue(input, nameof(input)); 550env.CheckValue(ctx, nameof(ctx));
PcaTransformer.cs (8)
251env.CheckValue(options, nameof(options)); 252env.CheckValue(input, nameof(input)); 253env.CheckValue(options.Columns, nameof(options.Columns)); 271host.CheckValue(ctx, nameof(ctx)); 283Host.CheckValue(ctx, nameof(ctx)); 605Host.CheckValue(ctx, nameof(ctx)); 626Host.CheckValue(ctx, nameof(ctx)); 817_host.CheckValue(inputSchema, nameof(inputSchema));
Microsoft.ML.Recommender (11)
MatrixFactorizationPredictor.cs (6)
98_host.CheckValue(buffer, nameof(buffer)); 99_host.CheckValue(matrixColumnIndexType, nameof(matrixColumnIndexType)); 100_host.CheckValue(matrixRowIndexType, nameof(matrixRowIndexType)); 158env.CheckValue(ctx, nameof(ctx)); 394_env.CheckValue(input, nameof(input)); 524Host.CheckValue(ctx, nameof(ctx));
MatrixFactorizationTrainer.cs (4)
351_host.CheckValue(options, nameof(options)); 425_host.CheckValue(context, nameof(context)); 449ch.CheckValue(validData, nameof(validData)); 556_host.CheckValue(inputSchema, nameof(inputSchema));
RecommenderCatalog.cs (1)
111Environment.CheckValue(data, nameof(data));
Microsoft.ML.StandardTrainers (81)
FactorizationMachine\FactorizationMachineTrainer.cs (3)
555_host.CheckValue(context, nameof(context)); 578host.CheckValue(input, nameof(input)); 624_host.CheckValue(inputSchema, nameof(inputSchema));
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (2)
181env.CheckValue(ctx, nameof(ctx)); 393Host.CheckValue(ctx, nameof(ctx));
LdSvm\LdSvmModelParameters.cs (1)
151env.CheckValue(ctx, nameof(ctx));
LdSvm\LdSvmTrainer.cs (3)
170Host.CheckValue(options, nameof(options)); 191Host.CheckValue(trainContext, nameof(trainContext)); 673host.CheckValue(input, nameof(input));
Standard\LinearModelParameters.cs (21)
138Host.CheckValue(ctx, nameof(ctx)); 233Host.CheckValue(ctx, nameof(ctx)); 234Host.CheckValue(input, nameof(input)); 354Host.CheckValue(writer, nameof(writer)); 355Host.CheckValue(schema, nameof(schema)); 362Host.CheckValue(writer, nameof(writer)); 363Host.CheckValue(schema, nameof(schema)); 484env.CheckValue(ctx, nameof(ctx)); 525Host.CheckValue(schema, nameof(schema)); 538Host.CheckValue(schema, nameof(schema)); 559Host.CheckValue(writer, nameof(writer)); 560Host.CheckValue(schema, nameof(schema)); 596Host.CheckValue(writer, nameof(writer)); 597Host.CheckValue(schema, nameof(schema)); 647env.CheckValue(ctx, nameof(ctx)); 660Host.CheckValue(writer, nameof(writer)); 661Host.CheckValue(schema, nameof(schema)); 683Host.CheckValue(schema, nameof(schema)); 733env.CheckValue(ctx, nameof(ctx)); 761Host.CheckValue(writer, nameof(writer)); 762Host.CheckValue(schema, nameof(schema));
Standard\LogisticRegression\LbfgsPredictorBase.cs (1)
235Host.CheckValue(options, nameof(options));
Standard\LogisticRegression\LogisticRegression.cs (1)
470host.CheckValue(input, nameof(input));
Standard\LogisticRegression\MulticlassLogisticRegression.cs (6)
401host.CheckValue(input, nameof(input)); 906Host.CheckValue(writer, nameof(writer)); 937Host.CheckValue(ctx, nameof(ctx)); 938Host.CheckValue(input, nameof(input)); 980Host.CheckValue(ctx, nameof(ctx)); 1174env.CheckValue(ctx, nameof(ctx));
Standard\ModelStatistics.cs (2)
131Env.CheckValue(ctx, nameof(ctx)); 157Env.CheckValue(writer, nameof(writer));
Standard\MulticlassClassification\MetaMulticlassTrainer.cs (3)
67Host.CheckValue(options, nameof(options)); 119Host.CheckValue(context, nameof(context)); 143Host.CheckValue(inputSchema, nameof(inputSchema));
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (4)
111Host.CheckValue(options, nameof(options)); 134Host.CheckValue(context, nameof(context)); 212host.CheckValue(input, nameof(input)); 358env.CheckValue(ctx, nameof(ctx));
Standard\MulticlassClassification\OneVersusAllTrainer.cs (7)
401env.CheckValue(ctx, nameof(ctx)); 434Host.CheckValue(ctx, nameof(ctx)); 435Host.CheckValue(input, nameof(input)); 458Host.CheckValue(writer, nameof(writer)); 459Host.CheckValue(schema, nameof(schema)); 478Host.CheckValue(writer, nameof(writer)); 479Host.CheckValue(schema, nameof(schema));
Standard\MulticlassClassification\PairwiseCouplingTrainer.cs (1)
348env.CheckValue(ctx, nameof(ctx));
Standard\Online\AveragedPerceptron.cs (1)
228host.CheckValue(input, nameof(input));
Standard\Online\LinearSvm.cs (1)
328host.CheckValue(input, nameof(input));
Standard\Online\OnlineGradientDescent.cs (1)
194host.CheckValue(input, nameof(input));
Standard\Online\OnlineLinear.cs (1)
276Host.CheckValue(context, nameof(context));
Standard\PoissonRegression\PoissonRegression.cs (1)
216host.CheckValue(input, nameof(input));
Standard\SdcaBinary.cs (3)
71Host.CheckValue(context, nameof(context)); 2471host.CheckValue(input, nameof(input)); 2495host.CheckValue(input, nameof(input));
Standard\SdcaMulticlass.cs (7)
147Host.CheckValue(labelColumn, nameof(labelColumn)); 148Host.CheckValue(featureColumn, nameof(featureColumn)); 556Host.CheckValue(weights, nameof(weights)); 557Host.CheckValue(bias, nameof(bias)); 653Host.CheckValue(weights, nameof(weights)); 654Host.CheckValue(bias, nameof(bias)); 679host.CheckValue(input, nameof(input));
Standard\SdcaRegression.cs (3)
131Host.CheckValue(labelColumn, nameof(labelColumn)); 132Host.CheckValue(featureColumn, nameof(featureColumn)); 218host.CheckValue(input, nameof(input));
Standard\Simple\SimpleTrainers.cs (7)
104env.CheckValue(ctx, nameof(ctx)); 223_host.CheckValue(options, nameof(options)); 233_host.CheckValue(labelColumn, nameof(labelColumn)); 252_host.CheckValue(context, nameof(context)); 312_host.CheckValue(inputSchema, nameof(inputSchema)); 386env.CheckValue(ctx, nameof(ctx)); 405Host.CheckValue(ctx, nameof(ctx));
Standard\StochasticTrainerBase.cs (1)
32Host.CheckValue(context, nameof(context));
Microsoft.ML.Sweeper (4)
Algorithms\Grid.cs (3)
48Host.CheckValue(options, nameof(options)); 61Host.CheckValue(options, nameof(options)); 62Host.CheckValue(sweepParameters, nameof(sweepParameters));
SweepCommand.cs (1)
63env.CheckValue(args, nameof(args));
Microsoft.ML.TensorFlow (12)
TensorflowTransform.cs (11)
131env.CheckValue(ctx, nameof(ctx)); 193env.CheckValue(options, nameof(options)); 194env.CheckValue(input, nameof(input)); 195env.CheckValue(options.InputColumns, nameof(options.InputColumns)); 196env.CheckValue(options.OutputColumns, nameof(options.OutputColumns)); 212env.CheckValue(options, nameof(options)); 292Host.CheckValue(session, nameof(session)); 545Host.CheckValue(parent, nameof(parent)); 800env.CheckValue(input, nameof(input)); 1032_host.CheckValue(inputSchema, nameof(inputSchema)); 1058_host.CheckValue(input, nameof(input));
TensorflowUtils.cs (1)
265env.CheckValue(exportDirSavedModel, nameof(exportDirSavedModel));
Microsoft.ML.TimeSeries (92)
AdaptiveSingularSpectrumSequenceModeler.cs (2)
450_host.CheckValue(ctx, nameof(ctx)); 1209_host.CheckValue(data, nameof(data));
ExponentialAverageTransform.cs (1)
82Host.CheckValue(ctx, nameof(ctx));
IidAnomalyDetectionBase.cs (1)
121Host.CheckValue(inputSchema, nameof(inputSchema));
IidChangePointDetector.cs (7)
104env.CheckValue(options, nameof(options)); 105env.CheckValue(input, nameof(input)); 142env.CheckValue(ctx, nameof(ctx)); 143env.CheckValue(input, nameof(input)); 152env.CheckValue(ctx, nameof(ctx)); 175InternalTransform.Host.CheckValue(ctx, nameof(ctx)); 263Host.CheckValue(inputSchema, nameof(inputSchema));
IidSpikeDetector.cs (7)
100env.CheckValue(options, nameof(options)); 101env.CheckValue(input, nameof(input)); 124env.CheckValue(ctx, nameof(ctx)); 125env.CheckValue(input, nameof(input)); 134env.CheckValue(ctx, nameof(ctx)); 156InternalTransform.Host.CheckValue(ctx, nameof(ctx)); 239Host.CheckValue(inputSchema, nameof(inputSchema));
MovingAverageTransform.cs (1)
98Host.CheckValue(ctx, nameof(ctx));
PercentileThresholdTransform.cs (1)
89Host.CheckValue(ctx, nameof(ctx));
PredictionEngine.cs (3)
267ectx.CheckValue(transformer, nameof(transformer)); 405env.CheckValue(transformer, nameof(transformer)); 435env.CheckValue(options, nameof(options));
PValueTransform.cs (1)
94Host.CheckValue(ctx, nameof(ctx));
SeasonalityDetector.cs (2)
59host.CheckValue(input, nameof(input)); 60host.CheckValue(inputColumnName, nameof(inputColumnName));
SequentialAnomalyDetectionTransformBase.cs (3)
237Host.CheckValue(ctx, nameof(ctx)); 313_host.CheckValue(inputSchema, nameof(inputSchema)); 314_host.CheckValue(parent, nameof(parent));
SequentialForecastingTransformBase.cs (3)
85Host.CheckValue(ctx, nameof(ctx)); 110_host.CheckValue(inputSchema, nameof(inputSchema)); 111_host.CheckValue(parent, nameof(parent));
SequentialTransformBase.cs (3)
118host.CheckValue(parentTransform, nameof(parentTransform)); 297Host.CheckValue(ctx, nameof(ctx)); 328Host.CheckValue(ctx, nameof(ctx));
SequentialTransformerBase.cs (13)
100host.CheckValue(parentTransform, nameof(parentTransform)); 119host.CheckValue(parentTransform, nameof(parentTransform)); 386Host.CheckValue(ctx, nameof(ctx)); 419Host.CheckValue(ctx, nameof(ctx)); 446Host.CheckValue(input, nameof(input)); 459Host.CheckValue(inputSchema, nameof(inputSchema)); 787h.CheckValue(ctx, nameof(ctx)); 789h.CheckValue(input, nameof(input)); 795Host.CheckValue(ctx, nameof(ctx)); 899Host.CheckValue(ctx, nameof(ctx)); 909Host.CheckValue(ctx, nameof(ctx)); 930Host.CheckValue(input, nameof(input)); 931Host.CheckValue(activeColumns, nameof(activeColumns));
SlidingWindowTransform.cs (1)
53Host.CheckValue(ctx, nameof(ctx));
SlidingWindowTransformBase.cs (1)
111Host.CheckValue(ctx, nameof(ctx));
SrCnnAnomalyDetectionBase.cs (1)
112Host.CheckValue(inputSchema, nameof(inputSchema));
SRCNNAnomalyDetector.cs (7)
115env.CheckValue(options, nameof(options)); 116env.CheckValue(input, nameof(input)); 124env.CheckValue(ctx, nameof(ctx)); 125env.CheckValue(input, nameof(input)); 133env.CheckValue(ctx, nameof(ctx)); 167InternalTransform.Host.CheckValue(ctx, nameof(ctx)); 271Host.CheckValue(inputSchema, nameof(inputSchema));
SrCnnEntireAnomalyDetector.cs (3)
189Host.CheckValue(outputColumnName, nameof(outputColumnName)); 191Host.CheckValue(inputColumnName, nameof(inputColumnName)); 194Host.CheckValue(options, nameof(options));
SrCnnTransformBase.cs (3)
122Host.CheckValue(ctx, nameof(ctx)); 156_host.CheckValue(inputSchema, nameof(inputSchema)); 157_host.CheckValue(parent, nameof(parent));
SsaAnomalyDetectionBase.cs (2)
247Host.CheckValue(inputSchema, nameof(inputSchema)); 266Host.CheckValue(ctx, nameof(ctx));
SsaChangePointDetector.cs (8)
113env.CheckValue(options, nameof(options)); 114env.CheckValue(input, nameof(input)); 152env.CheckValue(ctx, nameof(ctx)); 153env.CheckValue(input, nameof(input)); 162env.CheckValue(ctx, nameof(ctx)); 182InternalTransform.Host.CheckValue(ctx, nameof(ctx)); 289_host.CheckValue(input, nameof(input)); 299_host.CheckValue(inputSchema, nameof(inputSchema));
SSaForecasting.cs (8)
138env.CheckValue(options, nameof(options)); 139env.CheckValue(input, nameof(input)); 154env.CheckValue(ctx, nameof(ctx)); 155env.CheckValue(input, nameof(input)); 173env.CheckValue(ctx, nameof(ctx)); 189InternalTransform.Host.CheckValue(ctx, nameof(ctx)); 320_host.CheckValue(input, nameof(input)); 332_host.CheckValue(inputSchema, nameof(inputSchema));
SsaForecastingBase.cs (2)
171Host.CheckValue(inputSchema, nameof(inputSchema)); 190Host.CheckValue(ctx, nameof(ctx));
SsaSpikeDetector.cs (8)
110env.CheckValue(options, nameof(options)); 111env.CheckValue(input, nameof(input)); 126env.CheckValue(ctx, nameof(ctx)); 127env.CheckValue(input, nameof(input)); 145env.CheckValue(ctx, nameof(ctx)); 164InternalTransform.Host.CheckValue(ctx, nameof(ctx)); 268_host.CheckValue(input, nameof(input)); 278_host.CheckValue(inputSchema, nameof(inputSchema));
Microsoft.ML.TorchSharp (12)
AutoFormerV2\ObjectDetectionTrainer.cs (3)
440Host.CheckValue(inputSchema, nameof(inputSchema)); 541Host.CheckValue(inputSchema, nameof(inputSchema)); 657env.CheckValue(ctx, nameof(ctx));
NasBert\NasBertTrainer.cs (2)
319Host.CheckValue(inputSchema, nameof(inputSchema)); 429Host.CheckValue(inputSchema, nameof(inputSchema));
NasBert\NerTrainer.cs (1)
306env.CheckValue(ctx, nameof(ctx));
NasBert\SentenceSimilarityTrainer.cs (1)
221env.CheckValue(ctx, nameof(ctx));
NasBert\TextClassificationTrainer.cs (1)
243env.CheckValue(ctx, nameof(ctx));
Roberta\QATrainer.cs (3)
504Host.CheckValue(inputSchema, nameof(inputSchema)); 590Host.CheckValue(inputSchema, nameof(inputSchema)); 677env.CheckValue(ctx, nameof(ctx));
TorchSharpBaseTrainer.cs (1)
405Host.CheckValue(inputSchema, nameof(inputSchema));
Microsoft.ML.Transforms (277)
CategoricalCatalog.cs (2)
85env.CheckValue(columns, nameof(columns)); 185env.CheckValue(columns, nameof(columns));
ConversionsCatalog.cs (1)
28env.CheckValue(columns, nameof(columns));
CountFeatureSelection.cs (5)
166_host.CheckValue(inputSchema, nameof(inputSchema)); 193_host.CheckValue(input, nameof(input)); 231host.CheckValue(options, nameof(options)); 232host.CheckValue(input, nameof(input)); 296env.CheckValue(input, nameof(input));
CustomMappingFilter.cs (4)
29Host.CheckValue(input, nameof(input)); 64Host.CheckValue(predicate, nameof(predicate)); 141Host.CheckValue(predicate, nameof(predicate)); 142Host.CheckValue(stateInitAction, nameof(stateInitAction));
CustomMappingTransformer.cs (4)
49_host.CheckValue(mapAction, nameof(mapAction)); 81_host.CheckValue(inputSchema, nameof(inputSchema)); 92_host.CheckValue(input, nameof(input)); 103_host.CheckValue(inputSchema, nameof(inputSchema));
Dracula\CMCountTable.cs (1)
70env.CheckValue(ctx, nameof(ctx));
Dracula\CountTableTransformer.cs (7)
322_host.CheckValue(inputSchema, nameof(inputSchema)); 466env.CheckValue(options, nameof(options)); 484env.CheckValue(builder, nameof(options.CountTable)); 510env.CheckValue(builder, nameof(options.CountTable)); 523host.CheckValue(ctx, nameof(ctx)); 559Host.CheckValue(ctx, nameof(ctx)); 741env.CheckValue(input, nameof(input));
Dracula\CountTargetEncodingTransformer.cs (12)
145_host.CheckValue(initialCounts, nameof(initialCounts)); 169_host.CheckValue(options, nameof(options)); 194_host.CheckValue(builder, nameof(options.CountTable)); 204_host.CheckValue(builder, nameof(options.CountTable)); 279env.CheckValue(options, nameof(options)); 354_host.CheckValue(ctx, nameof(ctx)); 371host.CheckValue(ctx, nameof(ctx)); 379_host.CheckValue(inputSchema, nameof(inputSchema)); 386_host.CheckValue(inputSchema, nameof(inputSchema)); 393_host.CheckValue(input, nameof(input)); 442env.CheckValue(columns, nameof(columns)); 545env.CheckValue(input, nameof(input));
Dracula\DictCountTable.cs (1)
59env.CheckValue(ctx, nameof(ctx));
Dracula\Featurizer.cs (1)
67_host.CheckValue(ctx, nameof(ctx));
Dracula\MultiCountTable.cs (5)
71env.CheckValue(inputColumns, nameof(inputColumns)); 171Host.CheckValue(ctx, nameof(ctx)); 200Host.CheckValue(ctx, nameof(ctx)); 262env.CheckValue(table, nameof(table)); 345Host.CheckValue(ctx, nameof(ctx));
EntryPoints\SelectFeatures.cs (2)
23host.CheckValue(input, nameof(input)); 38host.CheckValue(input, nameof(input));
EntryPoints\TextAnalytics.cs (3)
102env.CheckValue(input, nameof(input)); 120env.CheckValue(input, nameof(input)); 141env.CheckValue(input, nameof(input));
ExpressionTransformer.cs (4)
171_host.CheckValue(inputSchema, nameof(inputSchema)); 316env.CheckValue(options, nameof(options)); 341env.CheckValue(ctx, nameof(ctx)); 386Host.CheckValue(ctx, nameof(ctx));
ExtensionsCatalog.cs (2)
55env.CheckValue(columns, nameof(columns)); 108env.CheckValue(columns, nameof(columns));
FeatureSelectionCatalog.cs (2)
66env.CheckValue(columns, nameof(columns)); 123env.CheckValue(columns, nameof(columns));
FourierDistributionSampler.cs (4)
107env.CheckValue(options, nameof(options)); 150env.CheckValue(ctx, nameof(ctx)); 228env.CheckValue(options, nameof(options)); 272env.CheckValue(ctx, nameof(ctx));
GcnTransform.cs (10)
214env.CheckValue(options, nameof(options)); 215env.CheckValue(input, nameof(input)); 217env.CheckValue(options.Columns, nameof(options.Columns)); 241env.CheckValue(options, nameof(options)); 242env.CheckValue(input, nameof(input)); 244env.CheckValue(options.Columns, nameof(options.Columns)); 267host.CheckValue(ctx, nameof(ctx)); 300Host.CheckValue(ctx, nameof(ctx)); 609Host.CheckValue(ctx, nameof(ctx)); 912Host.CheckValue(inputSchema, nameof(inputSchema));
GroupTransform.cs (5)
113Host.CheckValue(options, nameof(options)); 122env.CheckValue(ctx, nameof(ctx)); 124env.CheckValue(input, nameof(input)); 141Host.CheckValue(ctx, nameof(ctx)); 675env.CheckValue(input, nameof(input));
HashJoiningTransform.cs (4)
282h.CheckValue(ctx, nameof(ctx)); 284h.CheckValue(input, nameof(input)); 291Host.CheckValue(ctx, nameof(ctx)); 669env.CheckValue(input, nameof(input));
KeyToVectorMapping.cs (6)
86Host.CheckValue(ctx, nameof(ctx)); 102host.CheckValue(ctx, nameof(ctx)); 120env.CheckValue(options, nameof(options)); 121env.CheckValue(input, nameof(input)); 123env.CheckValue(options.Columns, nameof(options.Columns)); 469Host.CheckValue(inputSchema, nameof(inputSchema));
LambdaTransform.cs (7)
45ectx.CheckValue(ctx, nameof(ctx)); 46ectx.CheckValue(contractName, nameof(contractName)); 59env.CheckValue(ctx, nameof(ctx)); 106env.CheckValue(source, nameof(source)); 107env.CheckValue(mapAction, nameof(mapAction)); 145env.CheckValue(source, nameof(source)); 146env.CheckValue(filterFunc, nameof(filterFunc));
LearnerFeatureSelection.cs (4)
91host.CheckValue(options, nameof(options)); 92host.CheckValue(input, nameof(input)); 310host.CheckValue(options, nameof(options)); 311host.CheckValue(input, nameof(input));
LoadTransform.cs (2)
69h.CheckValue(args, nameof(args)); 70h.CheckValue(input, nameof(input));
MissingValueDroppingTransformer.cs (3)
40Host.CheckValue(inputSchema, nameof(inputSchema)); 125Host.CheckValue(ctx, nameof(ctx)); 164Host.CheckValue(ctx, nameof(ctx));
MissingValueHandlingTransformer.cs (2)
137h.CheckValue(options, nameof(options)); 138h.CheckValue(input, nameof(input));
MissingValueIndicatorTransform.cs (3)
102h.CheckValue(ctx, nameof(ctx)); 103h.CheckValue(input, nameof(input)); 119Host.CheckValue(ctx, nameof(ctx));
MissingValueIndicatorTransformer.cs (4)
104Host.CheckValue(ctx, nameof(ctx)); 136Host.CheckValue(ctx, nameof(ctx)); 443Host.CheckValue(ctx, nameof(ctx)); 536Host.CheckValue(inputSchema, nameof(inputSchema));
MissingValueReplacing.cs (7)
432env.CheckValue(options, nameof(options)); 433env.CheckValue(input, nameof(input)); 435env.CheckValue(options.Columns, nameof(options.Columns)); 465host.CheckValue(ctx, nameof(ctx)); 497Host.CheckValue(ctx, nameof(ctx)); 850Host.CheckValue(ctx, nameof(ctx)); 1036_host.CheckValue(inputSchema, nameof(inputSchema));
MutualInformationFeatureSelection.cs (4)
171_host.CheckValue(input, nameof(input)); 221_host.CheckValue(inputSchema, nameof(inputSchema)); 262host.CheckValue(options, nameof(options)); 263host.CheckValue(input, nameof(input));
NormalizerCatalog.cs (1)
30env.CheckValue(columns, nameof(columns));
OneHotEncoding.cs (6)
98h.CheckValue(options, nameof(options)); 99h.CheckValue(input, nameof(input)); 357host.CheckValue(input, nameof(input)); 371host.CheckValue(input, nameof(input)); 385host.CheckValue(input, nameof(input)); 399host.CheckValue(input, nameof(input));
OneHotHashEncoding.cs (2)
147h.CheckValue(options, nameof(options)); 148h.CheckValue(input, nameof(input));
OptionalColumnTransform.cs (7)
278Host.CheckValue(args, nameof(args)); 298h.CheckValue(ctx, nameof(ctx)); 299h.CheckValue(input, nameof(input)); 306Host.CheckValue(ctx, nameof(ctx)); 443Ch.CheckValue(bindings, nameof(bindings)); 444Ch.CheckValue(input, nameof(input)); 519Host.CheckValue(ctx, nameof(ctx));
PermutationFeatureImportance.cs (2)
35host.CheckValue(model, nameof(model)); 36host.CheckValue(data, nameof(data));
PermutationFeatureImportanceExtensions.cs (10)
142env.CheckValue(data, nameof(data)); 143env.CheckValue(model, nameof(model)); 292env.CheckValue(data, nameof(data)); 293env.CheckValue(model, nameof(model)); 446env.CheckValue(data, nameof(data)); 447env.CheckValue(model, nameof(model)); 609env.CheckValue(data, nameof(data)); 610env.CheckValue(model, nameof(model)); 663env.CheckValue(data, nameof(data)); 664env.CheckValue(model, nameof(model));
ProduceIdTransform.cs (5)
103Host.CheckValue(args, nameof(args)); 123h.CheckValue(ctx, nameof(ctx)); 124h.CheckValue(input, nameof(input)); 131Host.CheckValue(ctx, nameof(ctx)); 183Ch.CheckValue(bindings, nameof(bindings));
RandomFourierFeaturizing.cs (7)
413env.CheckValue(options, nameof(options)); 414env.CheckValue(options.MatrixGenerator, nameof(options.MatrixGenerator)); 415env.CheckValue(input, nameof(input)); 417env.CheckValue(options.Columns, nameof(options.Columns)); 443host.CheckValue(ctx, nameof(ctx)); 455Host.CheckValue(ctx, nameof(ctx)); 724_host.CheckValue(inputSchema, nameof(inputSchema));
StatefulCustomMappingTransformer.cs (6)
52_host.CheckValue(mapAction, nameof(mapAction)); 53_host.CheckValue(stateInitAction, nameof(stateInitAction)); 79_host.CheckValue(inputSchema, nameof(inputSchema)); 90_host.CheckValue(input, nameof(input)); 101_host.CheckValue(inputSchema, nameof(inputSchema)); 116Host.CheckValue(parent, nameof(parent));
SvmLight\SvmLightLoader.cs (6)
407env.CheckValue(files, nameof(files)); 426_host.CheckValue(columnsNeeded, nameof(columnsNeeded)); 433_host.CheckValue(columnsNeeded, nameof(columnsNeeded)); 615h.CheckValue(ctx, nameof(ctx)); 623_host.CheckValue(ctx, nameof(ctx)); 752_host.CheckValue(input, nameof(input));
SvmLight\SvmLightSaver.cs (3)
67_host.CheckValue(args, nameof(args)); 89_host.CheckValue(stream, nameof(stream)); 90_host.CheckValue(data, nameof(data));
Text\LdaTransform.cs (6)
724env.CheckValue(options, nameof(options)); 725env.CheckValue(input, nameof(input)); 726env.CheckValue(options.Columns, nameof(options.Columns)); 738h.CheckValue(ctx, nameof(ctx)); 756Host.CheckValue(ctx, nameof(ctx)); 1322_host.CheckValue(inputSchema, nameof(inputSchema));
Text\NgramHashingTransformer.cs (6)
256Host.CheckValue(ctx, nameof(ctx)); 280Host.CheckValue(ctx, nameof(ctx)); 335env.CheckValue(options, nameof(options)); 336env.CheckValue(input, nameof(input)); 338env.CheckValue(options.Column, nameof(options.Column)); 1214_host.CheckValue(inputSchema, nameof(inputSchema));
Text\NgramTransform.cs (7)
412env.CheckValue(options, nameof(options)); 413env.CheckValue(input, nameof(input)); 415env.CheckValue(options.Columns, nameof(options.Columns)); 443host.CheckValue(ctx, nameof(ctx)); 455Host.CheckValue(ctx, nameof(ctx)); 746Host.CheckValue(ctx, nameof(ctx)); 1079_host.CheckValue(inputSchema, nameof(inputSchema));
Text\SentimentAnalyzingTransform.cs (2)
56h.CheckValue(args, nameof(args)); 57h.CheckValue(input, nameof(input));
Text\StopWordsRemovingTransformer.cs (15)
207Host.CheckValue(ctx, nameof(ctx)); 248host.CheckValue(ctx, nameof(ctx)); 257env.CheckValue(options, nameof(options)); 258env.CheckValue(input, nameof(input)); 260env.CheckValue(options.Columns, nameof(options.Columns)); 671Host.CheckValue(inputSchema, nameof(inputSchema)); 781Host.CheckValue(ch, nameof(ch)); 938Host.CheckValue(ctx, nameof(ctx)); 950Host.CheckValue(c, nameof(ctx)); 991Host.CheckValue(c, nameof(ctx)); 1024host.CheckValue(ctx, nameof(ctx)); 1033env.CheckValue(options, nameof(options)); 1034env.CheckValue(input, nameof(input)); 1036env.CheckValue(options.Columns, nameof(options.Columns)); 1239Host.CheckValue(inputSchema, nameof(inputSchema));
Text\TextCatalog.cs (1)
109env.CheckValue(columns, nameof(columns));
Text\TextFeaturizingEstimator.cs (8)
418_host.CheckValue(source, nameof(source)); 444h.CheckValue(input, nameof(input)); 641_host.CheckValue(inputSchema, nameof(inputSchema)); 698_host.CheckValue(inputSchema, nameof(inputSchema)); 704_host.CheckValue(input, nameof(input)); 712_host.CheckValue(inputSchema, nameof(inputSchema)); 718_host.CheckValue(ctx, nameof(ctx)); 729_host.CheckValue(ctx, nameof(ctx));
Text\TextNormalizing.cs (7)
125Host.CheckValue(ctx, nameof(ctx)); 148host.CheckValue(ctx, nameof(ctx)); 175env.CheckValue(options, nameof(options)); 176env.CheckValue(input, nameof(input)); 178env.CheckValue(options.Columns, nameof(options.Columns)); 220Host.CheckValue(ctx, nameof(ctx)); 580Host.CheckValue(inputSchema, nameof(inputSchema));
Text\TokenizingByCharacters.cs (7)
143Host.CheckValue(ctx, nameof(ctx)); 160host.CheckValue(ctx, nameof(ctx)); 169env.CheckValue(options, nameof(options)); 170env.CheckValue(input, nameof(input)); 172env.CheckValue(options.Columns, nameof(options.Columns)); 218Host.CheckValue(ctx, nameof(ctx)); 684Host.CheckValue(inputSchema, nameof(inputSchema));
Text\WordBagTransform.cs (10)
114h.CheckValue(options, nameof(options)); 190Host.CheckValue(inputSchema, nameof(inputSchema)); 238Host.CheckValue(ctx, nameof(ctx)); 269Host.CheckValue(ctx, nameof(ctx)); 461h.CheckValue(options, nameof(options)); 545env.CheckValue(input, nameof(input)); 575h.CheckValue(extractorArgs, nameof(extractorArgs)); 680env.CheckValue(columns, nameof(columns)); 702env.CheckValue(columns, nameof(columns)); 703env.CheckValue(schema, nameof(schema));
Text\WordEmbeddingsExtractor.cs (9)
203env.CheckValue(customModelFile, nameof(customModelFile)); 222env.CheckValue(options, nameof(options)); 223env.CheckValue(input, nameof(input)); 229env.CheckValue(options.Columns, nameof(options.Columns)); 272h.CheckValue(ctx, nameof(ctx)); 287Host.CheckValue(ctx, nameof(ctx)); 316Host.CheckValue(inputSchema, nameof(inputSchema)); 317Host.CheckValue(parent, nameof(parent)); 932_host.CheckValue(inputSchema, nameof(inputSchema));
Text\WordHashBagProducingTransform.cs (7)
90h.CheckValue(options, nameof(options)); 91h.CheckValue(input, nameof(input)); 326h.CheckValue(options, nameof(options)); 327h.CheckValue(input, nameof(input)); 383h.CheckValue(extractorArgs, nameof(extractorArgs)); 384h.CheckValue(input, nameof(input)); 420h.CheckValue(extractorArgs, nameof(extractorArgs));
Text\WordTokenizing.cs (7)
152Host.CheckValue(ctx, nameof(ctx)); 170host.CheckValue(ctx, nameof(ctx)); 179env.CheckValue(options, nameof(options)); 180env.CheckValue(input, nameof(input)); 182env.CheckValue(options.Columns, nameof(options.Columns)); 335Host.CheckValue(ctx, nameof(ctx)); 532Host.CheckValue(inputSchema, nameof(inputSchema));
Text\WrappedTextTransformers.cs (4)
177_host.CheckValue(outputColumnName, nameof(columns)); 218_host.CheckValue(inputSchema, nameof(inputSchema)); 361_host.CheckValue(output, nameof(input)); 399_host.CheckValue(inputSchema, nameof(inputSchema));
UngroupTransform.cs (5)
112Host.CheckValue(options, nameof(options)); 123env.CheckValue(ctx, nameof(ctx)); 125env.CheckValue(input, nameof(input)); 142Host.CheckValue(ctx, nameof(ctx)); 684env.CheckValue(input, nameof(input));
Microsoft.ML.Vision (13)
DnnRetrainTransform.cs (11)
92env.CheckValue(ctx, nameof(ctx)); 158env.CheckValue(options, nameof(options)); 159env.CheckValue(input, nameof(input)); 160env.CheckValue(options.InputColumns, nameof(options.InputColumns)); 161env.CheckValue(options.OutputColumns, nameof(options.OutputColumns)); 176env.CheckValue(options, nameof(options)); 177env.CheckValue(input, nameof(input)); 527Host.CheckValue(session, nameof(session)); 768Host.CheckValue(parent, nameof(parent)); 1254_host.CheckValue(inputSchema, nameof(inputSchema)); 1282_host.CheckValue(input, nameof(input));
ImageClassificationTrainer.cs (2)
531Host.CheckValue(options, nameof(options)); 1414env.CheckValue(ctx, nameof(ctx));