2 writes to _state
Microsoft.ML.Transforms (2)
RandomFourierFeaturizing.cs (2)
117_state = _rand.GetState(); 149_state = TauswortheHybrid.State.Load(ctx.Reader);
2 references to _state
Microsoft.ML.Transforms (2)
RandomFourierFeaturizing.cs (2)
150_rand = new TauswortheHybrid(_state); 177_state.Save(ctx.Writer);