1 override of RemoveVariable
Microsoft.ML.OnnxConverter (1)
OnnxContextImpl.cs (1)
101public override void RemoveVariable(string variableName, bool removeColumn)
3 references to RemoveVariable
Microsoft.ML.Data (3)
Prediction\Calibrator.cs (1)
392ctx.RemoveVariable(outputNames[1], true);
Scorers\GenericScorer.cs (1)
245ctx.RemoveVariable(name, true);
Scorers\PredictedLabelScorerBase.cs (1)
392ctx.RemoveVariable(name, true);