77 references to CheckValueOrNull
Microsoft.ML.Core (37)
CommandLine\CharCursor.cs (2)
25
Contracts.
CheckValueOrNull
(text);
34
Contracts.
CheckValueOrNull
(text);
CommandLine\CmdParser.cs (1)
1255
Contracts.
CheckValueOrNull
(defaults);
ComponentModel\ComponentCatalog.cs (2)
734
Contracts.
CheckValueOrNull
(typeSig);
817
Contracts.
CheckValueOrNull
(loadName);
ComponentModel\LoadableClassAttribute.cs (1)
163
Contracts.
CheckValueOrNull
(summary);
Data\AnnotationUtils.cs (1)
300
Contracts.
CheckValueOrNull
(schema);
Data\DataKind.cs (1)
295
Contracts.
CheckValueOrNull
(type);
Data\IEstimator.cs (1)
65
Contracts.
CheckValueOrNull
(annotations);
Data\IProgressChannel.cs (2)
104
Contracts.
CheckValueOrNull
(unitNames);
105
Contracts.
CheckValueOrNull
(metricNames);
Data\ModelHeader.cs (1)
133
Contracts.
CheckValueOrNull
(pool);
Data\ProgressReporter.cs (1)
52
Contracts.
CheckValueOrNull
(ectx);
Data\ReadOnlyMemoryUtils.cs (3)
23
Contracts.
CheckValueOrNull
(s);
36
Contracts.
CheckValueOrNull
(separators);
123
Contracts.
CheckValueOrNull
(separators);
Data\Repository.cs (2)
293
Contracts.
CheckValueOrNull
(ectx);
452
Contracts.
CheckValueOrNull
(ectx);
Data\RoleMappedSchema.cs (12)
394
Contracts.
CheckValueOrNull
(label);
395
Contracts.
CheckValueOrNull
(feature);
396
Contracts.
CheckValueOrNull
(group);
397
Contracts.
CheckValueOrNull
(weight);
398
Contracts.
CheckValueOrNull
(name);
399
Contracts.
CheckValueOrNull
(custom);
481
Contracts.
CheckValueOrNull
(label);
482
Contracts.
CheckValueOrNull
(feature);
483
Contracts.
CheckValueOrNull
(group);
484
Contracts.
CheckValueOrNull
(weight);
485
Contracts.
CheckValueOrNull
(name);
486
Contracts.
CheckValueOrNull
(custom);
EntryPoints\EntryPointUtils.cs (1)
108
Contracts.
CheckValueOrNull
(ectx);
Environment\ConsoleEnvironment.cs (2)
371
Contracts.
CheckValueOrNull
(outWriter);
372
Contracts.
CheckValueOrNull
(errWriter);
Environment\HostEnvironmentBase.cs (1)
393
Contracts.
CheckValueOrNull
(rand);
Prediction\TrainContext.cs (2)
56
Contracts.
CheckValueOrNull
(validationSet);
57
Contracts.
CheckValueOrNull
(initialPredictor);
Utilities\VBufferUtils.cs (1)
306
Contracts.
CheckValueOrNull
(pred);
Microsoft.ML.Data (31)
Commands\TrainCommand.cs (3)
213
Contracts.
CheckValueOrNull
(ectx);
228
Contracts.
CheckValueOrNull
(ectx);
515
Contracts.
CheckValueOrNull
(ectx);
DataLoadSave\CompositeDataLoader.cs (1)
38
Contracts.
CheckValueOrNull
(transformerChain);
DataLoadSave\CompositeLoaderEstimator.cs (1)
21
Contracts.
CheckValueOrNull
(estimatorChain);
DataLoadSave\DataOperationsCatalog.cs (1)
526
Contracts.
CheckValueOrNull
(samplingKeyColumn);
DataLoadSave\MultiFileSource.cs (1)
36
Contracts.
CheckValueOrNull
(paths);
DataLoadSave\TransformerChain.cs (3)
86
Contracts.
CheckValueOrNull
(transformers);
87
Contracts.
CheckValueOrNull
(scopes);
104
Contracts.
CheckValueOrNull
(transformers);
DataView\CompositeRowToRowMapper.cs (1)
35
Contracts.
CheckValueOrNull
(mappers);
DataView\RowToRowMapperTransform.cs (1)
99
Contracts.
CheckValueOrNull
(mapperFactory);
DataView\SimpleRow.cs (1)
43
Contracts.
CheckValueOrNull
(disposer);
DataView\Transposer.cs (1)
1369
Contracts.
CheckValueOrNull
(ctx);
Deprecated\Instances\HeaderSchema.cs (1)
88
Contracts.
CheckValueOrNull
(names);
EntryPoints\InputBase.cs (1)
43
Contracts.
CheckValueOrNull
(ectx);
EntryPoints\InputBuilder.cs (1)
77
Contracts.
CheckValueOrNull
(rangeAttr);
Evaluators\EvaluatorUtils.cs (6)
61
Contracts.
CheckValueOrNull
(env);
111
Contracts.
CheckValueOrNull
(ectx);
166
Contracts.
CheckValueOrNull
(ectx);
217
Contracts.
CheckValueOrNull
(ectx);
236
Contracts.
CheckValueOrNull
(str);
237
Contracts.
CheckValueOrNull
(def);
Model\Pfa\PfaUtils.cs (2)
17
Contracts.
CheckValueOrNull
(toEdit);
339
Contracts.
CheckValueOrNull
(returnType);
Transforms\ColumnBindingsBase.cs (1)
448
Contracts.
CheckValueOrNull
(name);
Transforms\ColumnConcatenatingTransformer.cs (1)
168
Contracts.
CheckValueOrNull
(alias);
Transforms\NormalizeColumnDbl.cs (2)
33
Contracts.
CheckValueOrNull
(indices);
35
Contracts.
CheckValueOrNull
(offsets);
Transforms\NormalizeColumnSng.cs (2)
33
Contracts.
CheckValueOrNull
(indices);
35
Contracts.
CheckValueOrNull
(offsets);
Microsoft.ML.EntryPoints (2)
JsonUtils\JsonManifestUtils.cs (2)
28
Contracts.
CheckValueOrNull
(ectx);
116
Contracts.
CheckValueOrNull
(ectx);
Microsoft.ML.StandardTrainers (1)
Standard\LinearPredictorUtils.cs (1)
35
Contracts.
CheckValueOrNull
(schema);
Microsoft.ML.Sweeper (1)
AsyncSweeper.cs (1)
35
Contracts.
CheckValueOrNull
(param);
Microsoft.ML.TimeSeries (1)
TrajectoryMatrix.cs (1)
115
Contracts.
CheckValueOrNull
(ectx);
Microsoft.ML.Transforms (4)
HashJoiningTransform.cs (1)
129
Contracts.
CheckValueOrNull
(slotMap);
StatefulFilterTransform.cs (1)
118
Contracts.
CheckValueOrNull
(rand);
Text\LdaTransform.cs (1)
1192
Contracts.
CheckValueOrNull
(inputColumnName);
Text\WordBagTransform.cs (1)
642
Contracts.
CheckValueOrNull
(termLoaderArgs);