DKSPredicted {dualKS} | R Documentation |
The function dksClassify
calculates a score for each possible
class (as determined by the DKSGeneSet
passed to it) for each
sample in the test set passed to the function. It then determines which
class each sample most likely belongs to based on which of those scores is
the largest. All this information is useful after the analysis, and so it is
retained in the return object of class DKSPredicted
.
new("DKSPredicted",
samples=new("vector"),
predictedClass=new("factor"),
predictedScore=new("vector"),
scoreMatrix=new("matrix"))
samples
:predictedClass
:predictedScore
:scoreMatrix
:Standard generic methods:
plot(DKSPredicted)
:plot(DKSPredicted,missing)
:summary(DKSPredicted)
:summary(DKSPredicted, factor)
:show(DKSPredicted)
:
Eric J. Kort
DKSGeneScores-class
, DKSClassifier-class
, dksClassify
.