powered by
This function prints information about dbcsp class.
dbcsp
# S3 method for dbcsp print(x, ...)
No return value, called for side effects.
object of class dbcsp.
not currently used.
It provides information about the object and the class.
dbcsp, summary, train, selectQ, predict, plot, boxplot
summary
train
selectQ
predict
plot
boxplot
# 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