:: DeveloperApi :: Implement this method so that org.apache.predictionio.controller.Evaluation can use this method to generate inputs for org.apache.predictionio.controller.Metric.
:: DeveloperApi :: Implement this method so that org.apache.predictionio.controller.Evaluation can use this method to generate inputs for org.apache.predictionio.controller.Metric.
An instance of SparkContext.
An instance of EngineParams for running a single evaluation.
An instance of WorkflowParams that controls the workflow.
A list of evaluation information and RDD of query, predicted result, and actual result tuple tuple.
:: DeveloperApi :: Implement this method so that training this engine would return a list of models.
:: DeveloperApi :: Implement this method so that training this engine would return a list of models.
An instance of SparkContext.
An instance of EngineParams for running a single training.
An instance of WorkflowParams that controls the workflow.
A list of models.
:: DeveloperApi :: Override this method to further optimize the process that runs multiple evaluations (during tuning, for example).
:: DeveloperApi :: Override this method to further optimize the process that runs multiple evaluations (during tuning, for example). By default, this method calls eval for each element in the engine parameters list.
An instance of SparkContext.
A list of EngineParams for running batch evaluation.
An instance of WorkflowParams that controls the workflow.
A list of engine parameters and evaluation result (from eval) tuples.
:: DeveloperApi :: Implement this method to convert a JValue (read from an engine variant JSON file) to an instance of EngineParams.
:: DeveloperApi :: Implement this method to convert a JValue (read from an engine variant JSON file) to an instance of EngineParams.
Content of the engine variant JSON as JValue.
Content of the engine variant JSON as JValue.
An instance of EngineParams converted from JSON.
:: DeveloperApi :: Base class of all engine controller classes
Evaluation information class
Query class
Predicted result class
Actual result class