dist.matrix {StabPerf} | R Documentation |
Prints the distributions of accuries for each combination of a classifier with an FSS method.
dist.matrix(checkpointdir, s.names=list(), c.names=list(), method=accuracy, transpose=FALSE,mai=c(.15, .1, 0, .1), ...)
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() |
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.
dist.matrix("checkpoints")