2 writes to _useSin
Microsoft.ML.Transforms (2)
RandomFourierFeaturizing.cs (2)
114
_useSin
= column.UseCosAndSinBases;
145
_useSin
= ctx.Reader.ReadBoolByte();
4 references to _useSin
Microsoft.ML.Transforms (4)
RandomFourierFeaturizing.cs (4)
125
RotationTerms =
_useSin
? null : new AlignedArray(roundedUpD, CpuMathUtils.GetVectorAlignment());
159
RotationTerms =
_useSin
? null : new AlignedArray(roundedUpD, CpuMathUtils.GetVectorAlignment());
175
ctx.Writer.WriteBoolByte(
_useSin
);
202
if (!
_useSin
)