dist.matrix {StabPerf}R Documentation

Prints the so-called 'Mega Matrix'

Description

Prints the distributions of accuries for each combination of a classifier with an FSS method.

Usage

dist.matrix(checkpointdir, s.names=list(), c.names=list(), method=accuracy, transpose=FALSE,mai=c(.15, .1, 0, .1), ...)

Arguments

checkpointdir Path where the checkpoint files are located
s.names list of strings containing the names of the FSS methods
c.names list of strings containing the names of the classification methods
method function to be used to measure the performance of a classifier
transpose if TRUE:selectors are in columns, classifiers in rows or vice versa
mai See par()

Details

Reads all feature-checkpoints and calculates their accuracy or RCI, depending on the function provided by method. The resulting graphic is displayed, not saved to a file. Use save.plot() to save the graphic conveniently.

See Also

par, save.plot

Examples

dist.matrix("checkpoints")

[Package StabPerf version 0.5 Index]