print.dbcsp: Print function implemented by dbcsp class

print.dbcspR Documentation

Print function implemented by dbcsp class

Description

This function prints information about dbcsp class.

Usage

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

Arguments

x

object of class dbcsp.

...

not currently used.

Details

It provides information about the object and the class.

Value

No return value, called for side effects.

See Also

dbcsp, summary, train, selectQ, predict, plot, boxplot

Examples

# Read data from 2 classes
x <- AR.data$come[1:30]
y <- AR.data$five[1:30]
mydbcsp <- new("dbcsp", X1 = x, X2 = y)
print(mydbcsp)

dbcsp documentation built on June 30, 2022, 5:05 p.m.