34 references to AssertValue
Microsoft.ML.Core (2)
Data\LinkedRootCursorBase.cs (1)
33
Ch.
AssertValue
(input, nameof(input));
Data\ModelLoading.cs (1)
243
_ectx.
AssertValue
(env, "env");
Microsoft.ML.Data (22)
Commands\SaveDataCommand.cs (1)
60
Host.
AssertValue
(ch, "ch");
Commands\TrainCommand.cs (3)
494
env.
AssertValue
(ch, nameof(ch));
495
ch.
AssertValue
(trainer, nameof(trainer));
496
ch.
AssertValue
(data, nameof(data));
DataLoadSave\LegacyCompositeDataLoader.cs (3)
127
host.
AssertValue
(srcLoader, "srcLoader");
194
host.
AssertValue
(srcLoader, "srcLoader");
196
host.
AssertValue
(createTransform, "createTransform");
DataView\RowToRowMapperTransform.cs (1)
183
Host.
AssertValue
(predicate, "predicate");
DataView\Transposer.cs (1)
206
host.
AssertValue
(view, "view");
Evaluators\ClusteringEvaluator.cs (1)
52
Host.
AssertValue
(args, "args");
Evaluators\MulticlassClassificationEvaluator.cs (1)
69
Host.
AssertValue
(args, "args");
Scorers\GenericScorer.cs (3)
158
Host.
AssertValue
(data, "data");
159
Host.
AssertValue
(mapper, "mapper");
251
Host.
AssertValue
(predicate, "predicate");
Transforms\GenerateNumberTransform.cs (1)
329
Host.
AssertValue
(predicate, "predicate");
Transforms\RowShufflingTransformer.cs (1)
247
Host.
AssertValue
(predicate, "predicate");
Transforms\SkipTakeFilter.cs (1)
207
Host.
AssertValue
(predicate, "predicate");
Transforms\TrainAndScoreTransformer.cs (3)
229
env.
AssertValue
(args, nameof(args));
230
env.
AssertValue
(trainer, nameof(trainer));
231
env.
AssertValue
(input, nameof(input));
Transforms\TransformBase.cs (1)
718
Host.
AssertValue
(predicate, "predicate");
Utilities\ComponentCreation.cs (1)
281
env.
AssertValue
(settings, "settings");
Microsoft.ML.Ensemble (1)
OutputCombiners\BaseStacking.cs (1)
39
Host.
AssertValue
(args, "args");
Microsoft.ML.Maml (1)
HelpCommand.cs (1)
446
env.
AssertValue
(args, nameof(args));
Microsoft.ML.StandardTrainers (1)
Standard\MulticlassClassification\OneVersusAllTrainer.cs (1)
359
Host.
AssertValue
(impl, nameof(impl));
Microsoft.ML.TimeSeries (1)
SequentialTransformerBase.cs (1)
860
Host.
AssertValue
(predicate, "predicate");
Microsoft.ML.Transforms (6)
Dracula\MultiCountTable.cs (1)
91
env.
AssertValue
(table, nameof(table));
OptionalColumnTransform.cs (1)
319
Host.
AssertValue
(predicate, "predicate");
ProduceIdTransform.cs (1)
169
Host.
AssertValue
(predicate, "predicate");
StatefulFilterTransform.cs (2)
59
_host.
AssertValue
(source, "source");
60
_host.
AssertValue
(filterFunc, "filterFunc");
Text\LdaTransform.cs (1)
246
ectx.
AssertValue
(ex, "ex");