2 writes to _host
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
684
_host
= env.Register(nameof(Transformer));
720
_host
= env.Register(nameof(Transformer));
6 references to _host
Microsoft.ML.Transforms (6)
Text\TextFeaturizingEstimator.cs (6)
690
_host
.CheckValue(inputSchema, nameof(inputSchema));
696
_host
.CheckValue(input, nameof(input));
704
_host
.CheckValue(inputSchema, nameof(inputSchema));
710
_host
.CheckValue(ctx, nameof(ctx));
721
_host
.CheckValue(ctx, nameof(ctx));
756
transformer = new TransformWrapper(
_host
, xf);