1 write to _allowSet
Microsoft.ML.Data (1)
Model\Pfa\SavePfaCommand.cs (1)
75_allowSet = args.AllowSet;
1 reference to _allowSet
Microsoft.ML.Data (1)
Model\Pfa\SavePfaCommand.cs (1)
180var ctx = new BoundPfaContext(Host, source.Schema, _inputsToDrop, allowSet: _allowSet);