predict.FrechForest | R Documentation |
Predict with Frechet random forests
## S3 method for class 'FrechForest'
predict(
object,
Curve = NULL,
Scalar = NULL,
Factor = NULL,
Shape = NULL,
Image = NULL,
timeScale = 0.1,
d_out = 0.1,
...
)
object |
: Frechet random forest |
Curve |
[list]: |
Scalar |
[list]: |
Factor |
[list]: |
Shape |
[list]: |
Image |
[list]: |
timeScale |
[numeric]: |
d_out |
[numeric]: |
... |
: 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.