11 instantiations of ColumnOptions
Microsoft.ML.Core.Tests (4)
UnitTests\TestEntryPoints.cs (4)
1552new ApproximatedKernelMappingEstimator.ColumnOptions("Features1", 10, false, "Features"),
1553new ApproximatedKernelMappingEstimator.ColumnOptions("Features2", 10, false, "Features"),
2009new ApproximatedKernelMappingEstimator.ColumnOptions("Features1", 10, false, "Features"),
2010new ApproximatedKernelMappingEstimator.ColumnOptions("Features2", 10, false, "Features"),
Microsoft.ML.Tests (4)
Transformers\RffTests.cs (4)
55new ApproximatedKernelMappingEstimator.ColumnOptions("RffA", 5, false, "A"),
56new ApproximatedKernelMappingEstimator.ColumnOptions("RffB", 10, true, "A", new LaplacianKernel())
101new ApproximatedKernelMappingEstimator.ColumnOptions("RffA", 5, false, "A"),
102new ApproximatedKernelMappingEstimator.ColumnOptions("RffB", 10, true, "A", new LaplacianKernel())
Microsoft.ML.Transforms (3)
9 references to ColumnOptions
Microsoft.ML.Transforms (9)