softmax-class: Class '"softmax"'

Description Objects from the Class Slots Methods Examples

Description

"softmax" class returned by softmaxReg function for softmax regression

Objects from the Class

Objects can be created by calls of the form new("softmax", ...).

Slots

weights:

Object of class "list"

data:

Object of class "list"

K:

Object of class "numeric"

iteration:

Object of class "numeric"

loss:

Object of class "numeric"

fitted.values:

Object of class "matrix"

convergence:

Object of class "logical"

type:

Object of class "character"

funName:

Object of class "character"

Methods

$

signature(x = "softmax"): ...

Examples

1
showClass("softmax")

Example output

Class "softmax" [package "softmaxreg"]

Slots:
                                                                            
Name:        weights          data             K     iteration          loss
Class:          list          list       numeric       numeric       numeric
                                                              
Name:  fitted.values   convergence          type       funName
Class:        matrix       logical     character     character

softmaxreg documentation built on May 2, 2019, 6:08 a.m.