predict.FrechForest: Predict with Frechet random forests

View source: R/Pred_frf.R

predict.FrechForestR Documentation

Predict with Frechet random forests

Description

Predict with Frechet random forests

Usage

## S3 method for class 'FrechForest'
predict(
  object,
  Curve = NULL,
  Scalar = NULL,
  Factor = NULL,
  Shape = NULL,
  Image = NULL,
  timeScale = 0.1,
  d_out = 0.1,
  ...
)

Arguments

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


Lcapitaine/FrechForest documentation built on July 4, 2023, 3:30 a.m.