MLIntInternals {MLInterfaces}R Documentation

MLInterfaces infrastructure

Description

These functions are internal tools for MLInterfaces. Users will generally not call these functions directly.

Usage

chkMLInterfaceProc(x)
getGrid(x)
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)

Arguments

x a vector or matrix or ExpressionSet
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

Details

Forthcoming.

Value

Functions with `new' as prefix are constructor helpers.

Author(s)

VJ Carey <stvjc@channing.harvard.edu>

Examples






[Package MLInterfaces version 1.10.3 Index]