Description Usage Arguments Value
predict
gives the estimation of input data X for the ELM model
1 2 3 | ## S4 method for signature 'elm'
predict(object, x, class_output = "prob",
ml_threshold = 0.5)
|
object |
the instance to elm class |
X |
The input matrix of dimensions [Nxd]. |
A output matrix of predictions Yp with dimensions [Nxc].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.