| MATLAB File Help: prtRegress |
prtRegress is an abstract base class for all regression objects.| Superclasses | prtAction |
| Sealed | false |
| Construct on load | false |
| prtRegress | As an action subclass we must set the properties to reflect |
| dataSet | The training prtDataSet, only stored if verboseStorage is true. |
| dataSetSummary | Structure that summarizes prtDataSet. |
| isCrossValidateValid | True |
| isSupervised | True |
| isTrained | Indicates if prtAction object has been trained. |
| name | Descriptive name of prtAction object. |
| nameAbbreviation | Shortened name for the prtAction object. |
| plotOptions | Plotting Options |
| showProgressBar | |
| userData | User specified data |
| verboseStorage | Specifies whether or not to store the training prtDataset. |
| crossValidate | Cross validate prtAction using prtDataSet and cross validation keys. | |
| get | get the object properties | |
| kfolds | Perform K-folds cross-validation of prtAction | |
| optimize | Optimize action parameter by exhaustive function maximization. | |
| plot | Plot the prtRegress object | |
| run | Run a prtAction object on a prtDataSet object. | |
| runRegressorOnGrid | ||
| set | set the object properties | |
| train | Train a prtAction object using training a prtDataSet object. |