1 write to _host
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
709
_host
= env.Register(nameof(ApproximatedKernelMappingEstimator));
4 references to _host
Microsoft.ML.Transforms (4)
RandomFourierFeaturizing.cs (4)
716
public ApproximatedKernelTransformer Fit(IDataView input) => new ApproximatedKernelTransformer(
_host
, input, _columns);
724
_host
.CheckValue(inputSchema, nameof(inputSchema));
729
throw
_host
.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName);
731
throw
_host
.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName);