Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
programming_languages:r:parameter_description [2017/03/19 18:37] – [train method] phreazer | programming_languages:r:parameter_description [2017/03/26 18:26] (current) – [dtw] phreazer | ||
---|---|---|---|
Line 4: | Line 4: | ||
Issues: | Issues: | ||
- | * Documenting the possible entries is not easy, because a single model description already contains a lot of information. When many models must be described in help, the help page of the function becomes | + | * Documenting the possible entries is not easy, because a single model description already contains a lot of information. When many models must be described in help, the help page of the function becomes |
* The model description itself should be structured. | * The model description itself should be structured. | ||
Line 35: | Line 35: | ||
Usage: | Usage: | ||
- | |||
| | ||
Line 49: | Line 48: | ||
Value: | Value: | ||
- | + | ‘modelLookup’ produces a data frame with columns | |
- | ‘modelLookup’ produces a data frame with columns | + | |
| | ||
+ | |||
| | ||
+ | |||
label : a tuning parameter label (used in plots) | label : a tuning parameter label (used in plots) | ||
+ | |||
| | ||
+ | |||
| | ||
+ | |||
| | ||
| | ||
| | ||
- | + | ||
- | | + | |
Returned info from getModelInfo is a rather cryptic list. | Returned info from getModelInfo is a rather cryptic list. | ||
Line 84: | Line 80: | ||
# directly print stepPattern (it's a class) | # directly print stepPattern (it's a class) | ||
print(symmetric2) | print(symmetric2) | ||
+ | | ||
+ | ===== arules ===== | ||
+ | object of class APparameter or named list. | ||
+ |