Computes sum of square errors for all the experimental points in the datasets Should not be called directly
计算中的所有数据集的实验点的误差平方的总和,不应该被称为直接
用法----------Usage----------
mulSSE(vec, index)
参数----------Arguments----------
参数:vec
a numeric vector with data measurements
与数字矢量数据测量
参数:index
a numeric vector with the labels of the samples. 0 are the control samples. number should be progressive
与数字向量对样品的标签。 0是对照样本。数量应该是渐进的
Details
详情----------Details----------
mulSSE An internal function that should not be called directly. It calculates sum of square error in the groups defined in the index class vector.
mulSSE不应直接调用内部函数。计算指数类矢量定义的组方误差的总和。
值----------Value----------
参数:vec
a numeric vector with data measurements
与数字矢量数据测量
参数:index
a numeric vector with the labels of the samples. 0 are the control samples. number must be progressive
与数字向量对样品的标签。 0是对照样本。数量必须是渐进的