OOB.tree: OOB tree

View source: R/OOB_tree.R

OOB.treeR Documentation

OOB tree

Description

OOB tree

Usage

OOB.tree(
  tree,
  Curve = NULL,
  Scalar = NULL,
  Factor = NULL,
  Shape = NULL,
  Image = NULL,
  Y,
  timeScale = 0.1,
  d_out = 0.1
)

Arguments

tree

[list]: Frechet tree.

Curve

[list]: A list that contains the input curves.

Scalar

[list]: A list that contains the input scalars.

Factor

[list]: A list that contains the input factors.

Shape

[list]: A list that contains the input shape.

Image

[list]: A list that contains the input images.

Y

[list]: Output.

timeScale

[numeric]: Time scale for the input curves (timeScale=0.1 by default)

d_out

[numeric]: Time scale for the input curves (d_out=0.1 by default)


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