fitted.softmax: Fitted Response of softmax Fits

View source: R/softmax.R

fitted.softmaxR Documentation

Fitted Response of softmax Fits

Description

Fitted Response of softmax Fits

Usage

## S3 method for class 'softmax'
fitted(object, type = "bag", ...)

Arguments

object

A fitted obejct of class inheriting from "softmax".

type

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.


ChingChuan-Chen/milr documentation built on March 12, 2024, 10:22 a.m.