1 instantiation of TransformInfo
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
404_transformInfos[i] = new TransformInfo(Host, ctx,
4 references to TransformInfo
Microsoft.ML.Transforms (4)
RandomFourierFeaturizing.cs (4)
225private readonly TransformInfo[] _transformInfos; 257_transformInfos = new TransformInfo[columns.Length]; 401_transformInfos = new TransformInfo[columnsLength]; 548private void TransformFeatures(in VBuffer<float> src, ref VBuffer<float> dst, TransformInfo transformInfo,