37 references to Apply
Microsoft.ML.Data (23)
DataLoadSave\Binary\BinaryLoader.cs (1)
891
return h.
Apply
("Loading Model",
DataLoadSave\CompositeDataLoader.cs (1)
59
return h.
Apply
("Loading Model", ch => new CompositeDataLoader<TSource, TLastTransformer>(h, ctx));
DataLoadSave\Database\DatabaseLoader.cs (1)
77
return h.
Apply
("Loading Model", ch => new DatabaseLoader(h, ctx));
DataLoadSave\Text\TextLoader.cs (1)
1485
return h.
Apply
("Loading Model", ch => new TextLoader(h, ctx));
DataLoadSave\Transpose\TransposeLoader.cs (1)
493
return h.
Apply
("Loading Model",
DataView\RowToRowMapperTransform.cs (1)
128
return h.
Apply
("Loading Model", ch => new RowToRowMapperTransform(h, ctx, input));
Dirty\ChooseColumnsByIndexTransform.cs (1)
222
return h.
Apply
("Loading Model", ch => new ChooseColumnsByIndexTransform(h, ctx, input));
Evaluators\RankingEvaluator.cs (1)
607
return h.
Apply
("Loading Model", ch => new RankingPerInstanceTransform(h, ctx, input));
Scorers\BinaryClassifierScorer.cs (1)
166
return h.
Apply
("Loading Model", ch => new BinaryClassifierScorer(h, ctx, input));
Scorers\ClusteringScorer.cs (1)
71
return h.
Apply
("Loading Model", ch => new ClusteringScorer(h, ctx, input));
Scorers\GenericScorer.cs (1)
200
return h.
Apply
("Loading Model", ch => new GenericScorer(h, ctx, input));
Scorers\MulticlassClassificationScorer.cs (2)
173
return h.
Apply
("Loading Model", ch => new LabelNameBindableMapper(h, ctx));
540
return h.
Apply
("Loading Model", ch => new MulticlassClassificationScorer(h, ctx, input));
Transforms\BootstrapSamplingTransformer.cs (1)
160
return h.
Apply
("Loading Model", ch => new BootstrapSamplingTransformer(h, ctx, input));
Transforms\GenerateNumberTransform.cs (1)
307
return h.
Apply
("Loading Model", ch => new GenerateNumberTransform(h, ctx, input));
Transforms\LabelConvertTransform.cs (1)
111
return h.
Apply
("Loading Model",
Transforms\LabelIndicatorTransform.cs (2)
85
return h.
Apply
("Loading Model",
96
return h.
Apply
("Loading Model",
Transforms\NAFilter.cs (1)
166
return h.
Apply
("Loading Model", ch => new NAFilter(h, ctx, input));
Transforms\NopTransform.cs (1)
77
return h.
Apply
("Loading Model", ch => new NopTransform(h, ctx, input));
Transforms\RangeFilter.cs (1)
174
return h.
Apply
("Loading Model", ch => new RangeFilter(h, ctx, input));
Transforms\RowShufflingTransformer.cs (1)
159
return h.
Apply
("Loading Model", ch => new RowShufflingTransformer(h, ctx, input));
Transforms\SkipTakeFilter.cs (1)
165
return h.
Apply
("Loading Model", ch => new SkipTakeFilter(skip, take, h, input));
Microsoft.ML.ImageAnalytics (1)
VectorToImageTransform.cs (1)
260
return h.
Apply
("Loading Model",
Microsoft.ML.Parquet (4)
ParquetLoader.cs (1)
248
return host.
Apply
("Loading Model",
PartitionedFileLoader.cs (1)
252
return host.
Apply
("Loading Model",
PartitionedPathParser.cs (2)
147
return host.
Apply
("Loading Parser",
260
return host.
Apply
("Loading Parser",
Microsoft.ML.TimeSeries (1)
SequentialTransformerBase.cs (1)
790
return h.
Apply
("Loading Model", ch => new TimeSeriesRowToRowMapperTransform(h, ctx, input));
Microsoft.ML.Transforms (8)
GroupTransform.cs (1)
126
return h.
Apply
("Loading Model", ch => new GroupTransform(h, ctx, input));
HashJoiningTransform.cs (1)
286
return h.
Apply
("Loading Model", ch => new HashJoiningTransform(h, ctx, input));
MissingValueIndicatorTransform.cs (1)
105
return h.
Apply
("Loading Model",
OptionalColumnTransform.cs (1)
301
return h.
Apply
("Loading Model", ch => new OptionalColumnTransform(h, ctx, input));
ProduceIdTransform.cs (1)
126
return h.
Apply
("Loading Model", ch => new ProduceIdTransform(h, ctx, input));
SvmLight\SvmLightLoader.cs (1)
618
return h.
Apply
("Loading Model", ch => new SvmLightLoader(h, ctx));
Text\LdaTransform.cs (1)
741
return h.
Apply
(
UngroupTransform.cs (1)
127
return h.
Apply
("Loading Model", ch => new UngroupTransform(h, ctx, input));