Learn R Programming

clusterCons (version 1.2)

auc-class: 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.

Arguments

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.

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

Run this code
# NOT RUN {
showClass("auc")
# }

Run the code above in your browser using DataLab