153 references to CheckValueOrNull
Microsoft.ML.Core (5)
ComponentModel\AssemblyLoadingUtils.cs (1)
88env.CheckValueOrNull(loadAssembliesPath);
ComponentModel\ComponentCatalog.cs (1)
1002env.CheckValueOrNull(name);
Data\ModelLoadContext.cs (1)
83_ectx.CheckValueOrNull(dir);
Data\ModelSaveContext.cs (1)
91_ectx.CheckValueOrNull(dir);
Data\Repository.cs (1)
237_ectx.CheckValueOrNull(dir);
Microsoft.ML.Data (112)
Commands\CrossValidationCommand.cs (7)
409env.CheckValueOrNull(scorer); 410env.CheckValueOrNull(evaluator); 411env.CheckValueOrNull(args.Calibrator); 414env.CheckValueOrNull(inputPredictor); 415env.CheckValueOrNull(cmd); 416env.CheckValueOrNull(args.OutputModelFile); 417env.CheckValueOrNull(loader);
Commands\ScoreCommand.cs (7)
259env.CheckValueOrNull(scorer); 262env.CheckValueOrNull(featureColName); 263env.CheckValueOrNull(groupColName); 264env.CheckValueOrNull(customColumns); 265env.CheckValueOrNull(trainSchema); 370env.CheckValueOrNull(mapperFactory); 371env.CheckValueOrNull(scorerFactorySettings);
Commands\TrainCommand.cs (8)
231ectx.CheckValueOrNull(userName); 265ch.CheckValueOrNull(validData); 266ch.CheckValueOrNull(inputPredictor); 323ch.CheckValueOrNull(predictor); 325ch.CheckValueOrNull(command); 347ch.CheckValueOrNull(predictor); 349ch.CheckValueOrNull(command); 448ch.CheckValueOrNull(featureColumn);
Data\RowCursorUtils.cs (2)
527_host.CheckValueOrNull(rand); 534_host.CheckValueOrNull(rand);
DataLoadSave\Binary\BinaryLoader.cs (2)
1204_host.CheckValueOrNull(rand); 1210_host.CheckValueOrNull(rand);
DataLoadSave\Binary\BinarySaver.cs (1)
647_host.CheckValueOrNull(colIndices);
DataLoadSave\Database\DatabaseLoader.cs (1)
722_host.CheckValueOrNull(rand);
DataLoadSave\DataOperationsCatalog.cs (5)
81_env.CheckValueOrNull(schemaDefinition); 133_env.CheckValueOrNull(schemaDefinition); 195_env.CheckValueOrNull(columnsToPrefetch); 415_env.CheckValueOrNull(samplingKeyColumnName); 462_env.CheckValueOrNull(samplingKeyColumnName);
DataLoadSave\LegacyCompositeDataLoader.cs (7)
119h.CheckValueOrNull(transformArgs); 183h.CheckValueOrNull(tagData); 282h.CheckValueOrNull(tag); 283h.CheckValueOrNull(creationArgs); 527h.CheckValueOrNull(transforms); 587_host.CheckValueOrNull(rand); 595_host.CheckValueOrNull(rand);
DataLoadSave\Text\TextLoader.cs (3)
1155_host.CheckValueOrNull(dataSample); 1664_host.CheckValueOrNull(rand); 1671_host.CheckValueOrNull(rand);
DataLoadSave\Transpose\TransposeLoader.cs (1)
624_host.CheckValueOrNull(rand);
DataView\AppendRowsDataView.cs (1)
62env.CheckValueOrNull(schema);
DataView\ArrayDataViewBuilder.cs (2)
239_host.CheckValueOrNull(rand); 247_host.CheckValueOrNull(rand);
DataView\BatchDataViewMapperBase.cs (1)
33Host.CheckValueOrNull(rand);
DataView\CacheDataView.cs (3)
85_host.CheckValueOrNull(prefetch); 211_host.CheckValueOrNull(rand); 257_host.CheckValueOrNull(rand);
DataView\EmptyDataView.cs (2)
35_host.CheckValueOrNull(rand); 41_host.CheckValueOrNull(rand);
DataView\LambdaFilter.cs (1)
127Host.CheckValueOrNull(rand);
DataView\RowToRowMapperTransform.cs (1)
199Host.CheckValueOrNull(rand);
DataView\Transposer.cs (1)
844_host.CheckValueOrNull(rand);
DataView\TypedCursor.cs (2)
206_host.CheckValueOrNull(rand); 668env.CheckValueOrNull(schemaDefinition);
DataView\ZipDataView.cs (1)
78_host.CheckValueOrNull(rand);
Dirty\ChooseColumnsByIndexTransform.cs (1)
260Host.CheckValueOrNull(rand);
Dirty\PredictorUtils.cs (4)
22ch.CheckValueOrNull(schema); 42ch.CheckValueOrNull(schema); 89ch.CheckValueOrNull(schema); 121ch.CheckValueOrNull(schema);
EntryPoints\InputBuilder.cs (1)
205_ectx.CheckValueOrNull(value);
EntryPoints\TransformModelImpl.cs (1)
88env.CheckValueOrNull(xfs);
Evaluators\EvaluatorUtils.cs (2)
113ectx.CheckValueOrNull(name); 168ectx.CheckValueOrNull(name);
Model\ModelOperationsCatalog.cs (6)
42_env.CheckValueOrNull(model); 67_env.CheckValueOrNull(model); 85_env.CheckValueOrNull(model); 86_env.CheckValueOrNull(inputSchema); 114_env.CheckValueOrNull(model); 115_env.CheckValueOrNull(inputSchema);
Model\Pfa\BoundPfaContext.cs (2)
176_host.CheckValueOrNull(name); 223_host.CheckValueOrNull(name);
Prediction\Calibrator.cs (2)
360Host.CheckValueOrNull(score); 361Host.CheckValueOrNull(prob);
Scorers\BinaryClassifierScorer.cs (1)
59env.CheckValueOrNull(trainSchema);
Scorers\MulticlassClassificationScorer.cs (2)
291_host.CheckValueOrNull(canWrap); 409env.CheckValueOrNull(trainSchema);
Scorers\PredictionTransformer.cs (1)
488Host.CheckValueOrNull(labelColumn);
Scorers\RowToRowScorerBase.cs (1)
144Host.CheckValueOrNull(rand);
TrainCatalog.cs (1)
95Environment.CheckValueOrNull(samplingKeyColumn);
Transforms\ColumnSelecting.cs (3)
228_host.CheckValueOrNull(keepColumns); 229_host.CheckValueOrNull(dropColumns); 694_host.CheckValueOrNull(rand);
Transforms\GenerateNumberTransform.cs (1)
352Host.CheckValueOrNull(rand);
Transforms\NAFilter.cs (1)
221Host.CheckValueOrNull(rand);
Transforms\PerGroupTransformBase.cs (2)
159Host.CheckValueOrNull(rand); 167Host.CheckValueOrNull(rand);
Transforms\RangeFilter.cs (1)
223Host.CheckValueOrNull(rand);
Transforms\RowShufflingTransformer.cs (1)
292Host.CheckValueOrNull(rand);
Transforms\SkipTakeFilter.cs (1)
222Host.CheckValueOrNull(rand);
Transforms\TrainAndScoreTransformer.cs (1)
221env.CheckValueOrNull(mapperFactory);
Transforms\TransformBase.cs (6)
67Host.CheckValueOrNull(rand); 503Host.CheckValueOrNull(testType); 517Host.CheckValueOrNull(testType); 531Host.CheckValueOrNull(testType); 547Host.CheckValueOrNull(checkType); 748Host.CheckValueOrNull(rand);
Transforms\ValueMapping.cs (2)
607env.CheckValueOrNull(options.KeyColumn); 608env.CheckValueOrNull(options.ValueColumn);
Transforms\ValueToKeyMappingEstimator.cs (1)
157_host.CheckValueOrNull(keyData);
Utilities\ApplyTransformUtils.cs (1)
73env.CheckValueOrNull(oldSource);
Utilities\ComponentCreation.cs (7)
51env.CheckValueOrNull(label); 52env.CheckValueOrNull(features); 53env.CheckValueOrNull(group); 54env.CheckValueOrNull(weight); 55env.CheckValueOrNull(custom); 161env.CheckValueOrNull(trainSchema); 192env.CheckValueOrNull(trainSchema);
Microsoft.ML.Ensemble (2)
PipelineEnsemble.cs (1)
703Host.CheckValueOrNull(schema);
Selector\SubsetSelector\BaseSubsetSelector.cs (1)
96Host.CheckValueOrNull(subset);
Microsoft.ML.FastTree (4)
FastTree.cs (3)
2841Host.CheckValueOrNull(innerArgs); 2964Host.CheckValueOrNull(schema); 2974Host.CheckValueOrNull(schema);
GamModelParameters.cs (1)
359Host.CheckValueOrNull(schema);
Microsoft.ML.Parquet (2)
ParquetLoader.cs (2)
396_host.CheckValueOrNull(rand); 402_host.CheckValueOrNull(rand);
Microsoft.ML.StandardTrainers (5)
Standard\LinearModelParameters.cs (1)
561Host.CheckValueOrNull(calibrator);
Standard\LogisticRegression\MulticlassLogisticRegression.cs (2)
834Host.CheckValueOrNull(schema); 907Host.CheckValueOrNull(schema);
Standard\SdcaRegression.cs (1)
133Host.CheckValueOrNull(weightColumn);
Standard\Simple\SimpleTrainers.cs (1)
234_host.CheckValueOrNull(weightColunn);
Microsoft.ML.TimeSeries (3)
PredictionEngine.cs (2)
406env.CheckValueOrNull(inputSchemaDefinition); 407env.CheckValueOrNull(outputSchemaDefinition);
SequentialTransformerBase.cs (1)
877Host.CheckValueOrNull(rand);
Microsoft.ML.Transforms (20)
CustomMappingTransformer.cs (3)
50_host.CheckValueOrNull(contractName); 51_host.CheckValueOrNull(inputSchemaDefinition); 52_host.CheckValueOrNull(outputSchemaDefinition);
FourierDistributionSampler.cs (1)
106Contracts.CheckValueOrNull(env, nameof(env));
GroupTransform.cs (2)
160Host.CheckValueOrNull(rand); 176Host.CheckValueOrNull(rand);
LambdaTransform.cs (5)
108env.CheckValueOrNull(initStateAction); 109env.CheckValueOrNull(inputSchemaDefinition); 110env.CheckValueOrNull(outputSchemaDefinition); 147env.CheckValueOrNull(initStateAction); 148env.CheckValueOrNull(inputSchemaDefinition);
OptionalColumnTransform.cs (1)
338Host.CheckValueOrNull(rand);
ProduceIdTransform.cs (1)
155Host.CheckValueOrNull(rand);
StatefulCustomMappingTransformer.cs (1)
54_host.CheckValueOrNull(contractName);
StatefulFilterTransform.cs (1)
105_host.CheckValueOrNull(rand);
SvmLight\SvmLightLoader.cs (2)
427_host.CheckValueOrNull(rand); 434_host.CheckValueOrNull(rand);
SvmLight\SvmLightSaver.cs (1)
91_host.CheckValueOrNull(cols);
Text\TextFeaturizingEstimator.cs (1)
422_host.CheckValueOrNull(options);
Text\WordBagTransform.cs (1)
576h.CheckValueOrNull(termLoaderArgs);