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