Ejemplo n.º 1
0
 => new MissingValueIndicatorEstimator(CatalogUtils.GetEnvironment(catalog), columns);
Ejemplo n.º 2
0
 => new NormalizingEstimator(CatalogUtils.GetEnvironment(catalog), mode, columns);
Ejemplo n.º 3
0
 => new MutualInformationFeatureSelectingEstimator(CatalogUtils.GetEnvironment(catalog), labelColumn, slotsInOutput, numBins, columns);
Ejemplo n.º 4
0
 => new ImageGrayscalingEstimator(CatalogUtils.GetEnvironment(catalog), columns);
Ejemplo n.º 5
0
 => new ColumnsCopyingEstimator(CatalogUtils.GetEnvironment(catalog), columns);
 => new KeyToValueMappingEstimator(CatalogUtils.GetEnvironment(catalog), columns);
Ejemplo n.º 7
0
 => new ImageGrayscalingEstimator(CatalogUtils.GetEnvironment(catalog), new[] { (outputColumnName, inputColumnName ?? outputColumnName) });
 => new Normalizer(CatalogUtils.GetEnvironment(catalog), mode, columns);
 => new KeyToBinaryVectorMappingEstimator(CatalogUtils.GetEnvironment(catalog), columns);