Search
Preparing search index...
The search index is not available
ml-pipe
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
ml-pipe
RandomForestRegressor
Class RandomForestRegressor
Hierarchy
RandomForestRegressor
Implements
Estimator
Index
Constructors
constructor
Properties
fitted
Methods
fit
predict
Constructors
constructor
new
Random
Forest
Regressor
(
options
?:
any
)
:
RandomForestRegressor
Parameters
options:
any
= {}
Returns
RandomForestRegressor
Properties
fitted
fitted
:
boolean
Methods
fit
fit
(
X
:
Matrix
, y
:
Matrix
)
:
Promise
<
unknown
>
Parameters
X:
Matrix
y:
Matrix
Returns
Promise
<
unknown
>
predict
predict
(
X
:
Matrix
)
:
Matrix
Parameters
X:
Matrix
Returns
Matrix
Exports
Random
Forest
Regressor
constructor
fitted
fit
predict