auc-class {clusterCons} | R Documentation |
Class "auc"
Description
Objects of class 'auc'
contain a data.frame which have three variables k
, a
and auc
as described in the aucs
function description. This class simply holds the result from a call to aucs
.
Objects from the Class
Objects can be created by calls of the form new("auc", ...)
, although they are normally generated internally by the aucs
function.
Author(s)
Dr. T. Ian Simpson ian.simpson@ed.ac.uk
References
Merged consensus clustering to assess and improve class discovery with microarray data. Simpson TI, Armstrong JD and Jarman AP. BMC Bioinformatics 2010, 11:590.
See Also
Also see the aucs
function.
Examples
showClass("auc")
[Package clusterCons version 1.2 Index]