1 write to _srcTypes
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
481_srcTypes = new DataViewType[_parent.ColumnPairs.Length];
3 references to _srcTypes
Microsoft.ML.Transforms (3)
RandomFourierFeaturizing.cs (3)
487_srcTypes[i] = srcCol.Type; 507if (_srcTypes[iinfo] is VectorDataViewType) 517var featuresAligned = new AlignedArray(RoundUp(_srcTypes[iinfo].GetValueCount(), _cfltAlign), CpuMathUtils.GetVectorAlignment());