1 write to _types
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
480_types = new DataViewType[_parent.ColumnPairs.Length];
2 references to _types
Microsoft.ML.Transforms (2)
RandomFourierFeaturizing.cs (2)
489_types[i] = new VectorDataViewType(NumberDataViewType.Single, _parent._transformInfos[i].RotationTerms == null ? 498result[i] = new DataViewSchema.DetachedColumn(_parent.ColumnPairs[i].outputColumnName, _types[i], null);