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