Rtmax | R Documentation |
Randomized Frechet tree
Rtmax(
Curve = NULL,
Scalar = NULL,
Factor = NULL,
Shape = NULL,
Image = NULL,
Y,
mtry,
ERT = FALSE,
ntry = 3,
nodesize = 1,
timeScale = 0.1,
...
)
Curve |
[list]: A list that contains the different input curves. It must contain the following elements (no choice): |
Scalar |
[list]: A list that contains the different input scalars. It must contain the following elements (no choice): |
Factor |
[list]: A list that contains the different input factors. It must contain the following elements (no choice): |
Shape |
[list]: A list that contains the different input shapes. It must contain the following elements (no choice): |
Image |
[list]: A list that contains the different input images. It must contain the following elements (no choice): |
Y |
[list]: A list that contains the output, It must contain the following elements (no choice): |
mtry |
[integer]: Number of variables randomly sampled as candidates at each split. The default value |
ERT |
[logical]: Number of trees to grow. This should not be set to too small a number, to ensure that every input row gets predicted at least a few times. |
ntry |
[numeric]: Only with |
nodesize |
[numeric]: Minimal number of observations in a node. |
timeScale |
[numeric]: Allow to modify the time scale, increasing or decreasing the cost of the horizontal shift. If timeScale is very big, then the Frechet mean tends to the Euclidean distance. If timeScale is very small, then it tends to the Dynamic Time Warping. Only used when there are trajectories either in input or output. |
... |
: optional parameters to be passed to the low level function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.