OutlierPCDist-class(rrcovHD)
OutlierPCDist-class()所属R语言包:rrcovHD
Class "OutlierPCDist" - Outlier identification in high dimensions using using the PCDIST algorithm
的类“OutlierPCDist” - 离群识别使用使用PCDIST算法在高维空间中
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function implements a simple, automatic outlier detection method suitable for high dimensional data that treats each class independently and uses a statistically principled threshold for outliers. The algorithm can detect both mislabeled and abnormal samples without reference to other classes.
该函数实现一个简单的,自动的孤立点检测方法适用于高维数据,将每个类独立的离群值,并使用统计学上原则性的阈值。该算法可以检测到贴错标签的没有参考其他类样本和异常。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("OutlierPCDist", ...) but the usual way of creating OutlierPCDist objects is a call to the function OutlierPCDist() which serves as a constructor.
可以通过检测的形式new("OutlierPCDist", ...)“可是通常的方式创建”OutlierPCDist对象是OutlierPCDist()作为构造函数的功能调用创建的对象。
插槽----------Slots----------
covobj: A list containing intermediate results of the PCDIST algorithm for each class
covobj:每个类的列表的中间结果的PCDIST算法,
k: Number of selected PC
k:选定的PC数量
flag, method, singularity:</dt> from the "Outlier" class.
flag,method,singularity:</ dt的>"Outlier"类。
扩展----------Extends----------
Class "Outlier", directly.
类"Outlier",直接。
方法----------Methods----------
getCutoff Return the cutoff value used to identify outliers
getCutoff返回用于识别异常值的临界值
(作者)----------Author(s)----------
Valentin Todorov <a href="mailto:valentin.todorov@chello.at">valentin.todorov@chello.at</a>
参考文献----------References----------
Detecting Outlier Samples in Microarray Data, Statistical Applications in Genetics and Molecular Biology Vol. 8.
Robust tools for the imperfect world, To appear.
参见----------See Also----------
OutlierPCDist, Outlier
OutlierPCDist,Outlier
实例----------Examples----------
showClass("OutlierPCDist")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|