31 references to
Microsoft.ML.Data (9)
Transforms\FeatureContributionCalculationTransformer.cs (1)
110: base(Contracts.CheckRef(env, nameof(env)).Register(nameof(FeatureContributionCalculatingTransformer)), ctx)
Transforms\Hashing.cs (1)
289: base(host, ctx)
Transforms\KeyToValue.cs (1)
126: base(host, ctx)
Transforms\KeyToVector.cs (1)
177: base(host, ctx)
Transforms\Normalizer.cs (2)
613: base(host, ctx) 636: base(host, ctx)
Transforms\SlotsDroppingTransformer.cs (1)
283: base(Contracts.CheckRef(env, nameof(env)).Register(RegistrationName), ctx)
Transforms\TypeConverting.cs (1)
251: base(host, ctx)
Transforms\ValueToKeyMappingTransformer.cs (1)
320: base(host, ctx)
Microsoft.ML.ImageAnalytics (5)
ImageGrayscale.cs (1)
117: base(host, ctx)
ImageLoader.cs (1)
137: base(host, ctx)
ImagePixelExtractor.cs (1)
225: base(host, ctx)
ImageResizer.cs (1)
188: base(host, ctx)
VectorToImageTransform.cs (1)
238: base(host, ctx)
Microsoft.ML.Mkl.Components (1)
VectorWhitening.cs (1)
157: base(Contracts.CheckRef(env, nameof(env)).Register(nameof(VectorWhiteningTransformer)), ctx)
Microsoft.ML.PCA (1)
PcaTransformer.cs (1)
224: base(host, ctx)
Microsoft.ML.Transforms (15)
Dracula\CountTableTransformer.cs (1)
530: base(host, ctx)
GcnTransform.cs (1)
286: base(host, ctx)
KeyToVectorMapping.cs (1)
109: base(host, ctx)
MissingValueDroppingTransformer.cs (1)
123: base(Contracts.CheckRef(env, nameof(env)).Register(nameof(MissingValueDroppingTransformer)), ctx)
MissingValueIndicatorTransformer.cs (1)
102: base(Contracts.CheckRef(env, nameof(env)).Register(nameof(MissingValueIndicatorTransformer)), ctx)
MissingValueReplacing.cs (1)
224: base(host, ctx)
RandomFourierFeaturizing.cs (1)
394: base(host, ctx)
Text\LdaTransform.cs (1)
670private LatentDirichletAllocationTransformer(IHost host, ModelLoadContext ctx) : base(host, ctx)
Text\NgramTransform.cs (1)
380base(host, ctx)
Text\StopWordsRemovingTransformer.cs (2)
225base(host, ctx) 976base(host, ctx)
Text\TextNormalizing.cs (1)
154: base(host, ctx)
Text\TokenizingByCharacters.cs (1)
128base(host, ctx)
Text\WordEmbeddingsExtractor.cs (1)
248: base(host, ctx)
Text\WordTokenizing.cs (1)
130base(host, ctx)