Fitted Response of softmax Fits
# S3 method for softmax
fitted(object, type = "bag", ...)
A fitted obejct of class inheriting from "softmax"
.
The type of fitted response required. Default is "bag"
, the fitted labels of bags.
The "instance"
option returns the fitted labels of instances.
further arguments passed to or from other methods.