| MATLAB File Help: prtAlgorithm |
prtAlgorithm Combine prtActions ALG = prtAlgorithm creates an empty prtAlgorithm object. prtAction objects can be added to the prtAlgorithm object using overloaded operators as described below. ALG = prtAlgorithm(ACTIONOBJ) creates a prtAlgorithm object with the prtAction object ACTIONOBJ. The algortihm can be further configured using overloaded operators. Algorithms represent combinations of prtActions. Overloaded operators + Inserts a prtAction object at the end of the processing chain - Inserts a prtAction object at the beginning of the procesing chain / Inserts a prtAction object in parallel with the processing chain \ Inserts a prtAction object in parallel with the processing chain. Note that operators \ and / perform the same operation. The only difference is where the actions are displayed when the prtAlgortihm is plotted.
| Superclasses | prtAction |
| Sealed | false |
| Construct on load | false |
| prtAlgorithm | Combine prtActions |
| actionCell | |
| connectivityMatrix | |
| dataSet | The training prtDataSet, only stored if verboseStorage is true. |
| dataSetSummary | Structure that summarizes prtDataSet. |
| isCrossValidateValid | Default to true, but dependent on prtAction components |
| isSupervised | Default to true, but dependent on prtAction components |
| isTrained | Indicates if prtAction object has been trained. |
| name | Required by prtAction |
| nameAbbreviation | ALGO |
| 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 | |
| inputNodes | ||
| kfolds | Perform K-folds cross-validation of prtAction | |
| minus | ||
| mldivide | ||
| mrdivide | ||
| outputNodes | ||
| plot | Plots a block diagram of the algorithm | |
| Static | plotHelper | |
| plus | ||
| run | Run a prtAction object on a prtDataSet object. | |
| set | set the object properties | |
| train | Train a prtAction object using training a prtDataSet object. |