13 references to TermLoaderArguments
Microsoft.ML.Transforms (13)
Text\TextFeaturizingEstimator.cs (3)
199
internal
TermLoaderArguments
Dictionary;
288
private
TermLoaderArguments
_dictionary;
311
public readonly
TermLoaderArguments
Dictionary;
Text\WordBagTransform.cs (8)
41
internal delegate void SignatureNgramExtractorFactory(
TermLoaderArguments
termLoaderArgs);
440
public INgramExtractorFactory CreateComponent(IHostEnvironment env,
TermLoaderArguments
loaderArgs)
457
internal static IEstimator<ITransformer> CreateEstimator(IHostEnvironment env, Options options, SchemaShape inputSchema,
TermLoaderArguments
termLoaderArgs = null)
542
TermLoaderArguments
termLoaderArgs = null)
571
TermLoaderArguments
termLoaderArgs)
626
internal interface INgramExtractorFactoryFactory : IComponentFactory<
TermLoaderArguments
, INgramExtractorFactory> { }
634
private readonly
TermLoaderArguments
_termLoaderArgs;
639
TermLoaderArguments
termLoaderArgs)
Text\WordHashBagProducingTransform.cs (2)
306
public INgramExtractorFactory CreateComponent(IHostEnvironment env,
TermLoaderArguments
loaderArgs)
416
TermLoaderArguments
termLoaderArgs)