Output type, one of: raw
, bin
, class
, or
character
. raw
returns the layer output, bin
returns
1
for every layer output >0.5
, 0
otherwise, and
class
returns 1
for the output unit with the highest
activation, otherwise 0
. Additionally, when using class
,
class labels are returned when available. character
is the same as
class
, except using character vectors instead of factors.