Uses of Class
ai.vespa.models.evaluation.FunctionEvaluator
Packages that use FunctionEvaluator
-
Uses of FunctionEvaluator in ai.vespa.models.evaluation
Methods in ai.vespa.models.evaluation that return FunctionEvaluatorModifier and TypeMethodDescriptionBinds the given variable referred in this expression to the given value.Binds the given variable referred in this expression to the given value.Binds the given variable referred in this expression to the given value.Model.evaluatorOf(String... names) Returns an evaluator which can be used to evaluate the given function in a single thread once.ModelsEvaluator.evaluatorOf(String modelName, String... names) Returns a function which can be used to evaluate the given function in the given modelFunctionEvaluator.setMissingValue(double value) Sets the default value to use for variables which are not boundFunctionEvaluator.setMissingValue(com.yahoo.tensor.Tensor value) Sets the default value to use for variables which are not bound