summary.dbcsp {dbcsp}R Documentation

Summary function implemented by dbcsp class

Description

This function provides a summary of the dbcsp object and information about the performed process.

Usage

## S3 method for class 'dbcsp'
summary(object, ...)

Arguments

object

object of class dbcsp.

...

not currently used.

Details

It prints the following information:

Value

No return value, called for side effects.

See Also

dbcsp, print, 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)
summary(mydbcsp)

[Package dbcsp version 0.0.2.1 Index]