1 write to Name
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
682Name = name;
3 references to Name
Microsoft.ML.Transforms (3)
RandomFourierFeaturizing.cs (3)
239return columns.Select(x => (x.Name, x.InputColumnName)).ToArray(); 733result[colInfo.Name] = new SchemaShape.Column(colInfo.Name, SchemaShape.Column.VectorKind.Vector, NumberDataViewType.Single, false);