Learn R Programming

dbcsp (version 0.0.2.2)

print.dbcsp: Print function implemented by dbcsp class

Description

This function prints information about dbcsp class.

Usage

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

Value

No return value, called for side effects.

Arguments

x

object of class dbcsp.

...

not currently used.

Details

It provides information about the object and the class.

See Also

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

Examples

Run this code
# 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)

Run the code above in your browser using DataLab