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)
364
scoreToken = ctx.
DeclareVar
(score, scoreExpression);
373
probToken = ctx.
DeclareVar
(prob, probExpression);
Scorers\PredictedLabelScorerBase.cs (1)
354
ctx.
DeclareVar
(derivedName, predictedLabelExpression);
Scorers\SchemaBindablePredictorWrapper.cs (1)
337
ctx.
DeclareVar
(outputNames[0], scoreToken);