2 references to ColumnOptions
Microsoft.ML.PCA (2)
PcaTransformer.cs (2)
254
var cols = options.Columns.Select(item => new PrincipalComponentAnalyzer.
ColumnOptions
(
792
: this(env, new
ColumnOptions
(outputColumnName, inputColumnName ?? outputColumnName, weightColumn, rank, overSampling, ensureZeroMean, seed))