predict.lihad | R Documentation |
lihad
objectPredict method for lihad
object
## S3 method for class 'lihad'
predict(
object,
newdata = NULL,
learning.rate = NULL,
n.feat = NULL,
verbose = FALSE,
cxrcoef = FALSE,
...
)
object |
an |
newdata |
data frame of predictor features |
learning.rate |
Float: learning rate if |
n.feat |
Integer: internal use only |
verbose |
Logical: If TRUE, print messages to console. |
cxrcoef |
Logical: If TRUE, return matrix of cases by coefficients along with predictions. |
... |
Not used |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.