TDMclassifier object.Print an overview for a TDMclassifier or tdmClass object.
# S3 method for TDMclassifier
print(x, ...)# S3 method for tdmClass
print(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