Description Usage Arguments Value Methods Details See Also Examples
Assessment of the performance of a predictor in a test data set.
1 |
object |
Object of class |
... |
Further arguments described below. |
A prediction
object, see prediction.object
for details.
Objects of this class have a method for the function plot
.
Object of class predictor
.
Test set, stored in a Bioconductor ExpressionSet object.
String refering to one of the two classes. Sensitivity and specificity calculations are carried out with respect to this class.
Specification of the column in pData(eset)
that contains the class information. The default value is class="class".
Number of features used for classification. The default value is ngenes=50.
Character string specifiying the method for calculation of the distance between test samples and the centroids. Possible values are "euclidean", "angle", "center" and the default "cor".
The test samples are classified to the class with the nearest centroid.
For methods are available for calculation of the distance between
test samples and the centroids: Euclidean distance, euclidean distance after centering, angle and Pearson correlation. Calculation of distances is executed using the internal function get.d
.
1 | ### see: help(GOLUB);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.