I have created a regression model and wanted to update some data using Predicion.update api for machine learning purpose.
The java api doc for update class "setOutput function" is not very clear for me. It says output value as "regression or class label". Does that mean that for regression model, I should call the setOutPut("regression")?.
Also, how can I verify if my update is successful?. Thanks.