predict.softmax {milr} | R Documentation |
Predict Method for softmax Fits
Description
Predict Method for softmax Fits
Usage
## S3 method for class 'softmax'
predict(object, newdata = NULL, bag_newdata = NULL, type = "bag", ...)
Arguments
object |
A fitted obejct of class inheriting from |
newdata |
Default is |
bag_newdata |
Default is |
type |
The type of prediction required. Default is |
... |
further arguments passed to or from other methods. |
[Package milr version 0.3.1 Index]