print.dbcsp {dbcsp} | R 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 |
... |
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)
[Package dbcsp version 0.0.2.1 Index]