1 write to _parent
Microsoft.ML.TimeSeries (1)
PValueTransform.cs (1)
135
_parent
= (PValueTransform)ParentTransform;
2 references to _parent
Microsoft.ML.TimeSeries (2)
PValueTransform.cs (2)
127
count = (
_parent
._isPositiveSide) ? count : totalCount - count - equalCount;
136
_randomGen = RandomUtils.Create(
_parent
._seed);