1 write to Name
Microsoft.ML.Transforms (1)
Dracula\CountTableTransformer.cs (1)
47Name = name;
8 references to Name
Microsoft.ML.Transforms (8)
Dracula\CountTableTransformer.cs (3)
175_columns.Select(col => col.Seed).ToArray(), _columns.Select(col => (col.Name, col.InputColumnName)).ToArray()); 345result[colInfo.Name] = new SchemaShape.Column(colInfo.Name, SchemaShape.Column.VectorKind.Vector, NumberDataViewType.Single, false, meta);
Dracula\CountTargetEncodingTransformer.cs (5)
127columnOptions.Select(col => new CountTableEstimator.ColumnOptions(col.Name, col.Name, col.CountTableBuilder, col.PriorCoefficient, col.LaplaceScale, col.Seed)).ToArray()), 136columnOptions.Select(col => new CountTableEstimator.SharedColumnOptions(col.Name, col.Name, col.PriorCoefficient, col.LaplaceScale, col.Seed)).ToArray()), 256cols[i] = new HashingEstimator.ColumnOptions(column.Name, column.InputColumnName,