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;
507
if (
_srcTypes
[iinfo] is VectorDataViewType)
517
var featuresAligned = new AlignedArray(RoundUp(
_srcTypes
[iinfo].GetValueCount(), _cfltAlign), CpuMathUtils.GetVectorAlignment());