MLIntInternals         package:MLInterfaces         R Documentation

_M_L_I_n_t_e_r_f_a_c_e_s _i_n_f_r_a_s_t_r_u_c_t_u_r_e

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

       x: a vector or matrix or ExpressionSet

     out: output of cluster procedure

       k: number of clusters

  height: see 'hclust'

     dis: distance matrix

  object: instance of S3 class knnP

     ...: arguments to print

_D_e_t_a_i_l_s:

     Forthcoming.

_V_a_l_u_e:

     Functions with `new' as prefix are constructor helpers.

_A_u_t_h_o_r(_s):

     VJ Carey <stvjc@channing.harvard.edu>

_E_x_a_m_p_l_e_s:

