6 references to DeclareVar
Microsoft.ML.Data (6)
Model\Pfa\ICanSavePfa.cs (2)
32/// <see cref="BoundPfaContext.DeclareVar(string, JToken)"/> to declare themselves, 112/// save the expression, through <see cref="BoundPfaContext.DeclareVar(string, JToken)"/>,
Prediction\Calibrator.cs (2)
364scoreToken = ctx.DeclareVar(score, scoreExpression); 373probToken = ctx.DeclareVar(prob, probExpression);
Scorers\PredictedLabelScorerBase.cs (1)
354ctx.DeclareVar(derivedName, predictedLabelExpression);
Scorers\SchemaBindablePredictorWrapper.cs (1)
337ctx.DeclareVar(outputNames[0], scoreToken);