print.TDMclassifier: Print an overview for a 'TDMclassifier' object.

Description Usage Arguments Author(s) See Also

View source: R/printTDMclassifier.r

Description

Print an overview for a TDMclassifier or tdmClass object.

Usage

1
2
3
4
5
## S3 method for class 'TDMclassifier'
print(x, ...)

## S3 method for class 'tdmClass'
print(x, ...)

Arguments

x

an object of class tdmClass, as returned from a prior call to tdmClassify,
or an object of class TDMclassifier, as returned from a prior call to tdmClassifyLoop.

...

e.g. 'type' which information to print:

"overview"

(default) relative gain on training/test set, number of records, see tdmClassifySummary

"cm.train"

confusion matrix on train set

"cm.vali"

confusion matrix on test set

"?"

help on this method

Author(s)

Wolfgang Konen, THK

See Also

tdmClassify, tdmClassifySummary, TDMclassifier


TDMR documentation built on March 3, 2020, 1:06 a.m.