| MLIntInternals {MLInterfaces} | R Documentation |
These functions are internal tools for MLInterfaces.
Users will generally not call these functions directly.
chkMLInterfaceProc(x) getGrid(eset2) makeCVFunc(algorithm, ...) newGroupIndex(x) newMembMat(x) newPredClass(x) newProbArray(x) newProbMat(x) newQualScore(x) newSilhouetteVec(x) predict.knnP(object, ...) print.knnP(x, ...) wrapClust(out, k, height, dis)
x |
a vector or matrix |
eset2 |
instance of class exprSet |
algorithm |
function |
out |
output of cluster procedure |
k |
number of clusters |
height |
see hclust |
dis |
distance matrix |
object |
instance of S3 class knnP |
... |
arguments to print |
Forthcoming.
Functions with `new' as prefix are constructor helpers.
VJ Carey <stvjc@channing.harvard.edu>