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)
716public ApproximatedKernelTransformer Fit(IDataView input) => new ApproximatedKernelTransformer(_host, input, _columns); 724_host.CheckValue(inputSchema, nameof(inputSchema)); 729throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName); 731throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName);