ExpressionLevel-class(DFP)
ExpressionLevel-class()所属R语言包:DFP
Class "ExpressionLevel"
类“ExpressionLevel”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A virtual class which represents a generic Membership Function.
一个虚拟的类,它代表了通用的隶属函数。
类的对象----------Objects from the Class----------
A virtual Class: No objects may be created from it.
可以从它创建一个虚拟类:无对象。
插槽----------Slots----------
center: Object of class "numeric". Represents the peak point in the function curve.
center类"numeric"的对象。代表在函数曲线的峰值点。
width: Object of class "numeric". Represents the length of values lower than 1 and greater than 0 in the function curve.
width类"numeric"的对象。代表值小于1和大于0函数曲线的长度。
方法----------Methods----------
show signature(object = "ExpressionLevel"): Prints the ExpressionLevel subclass of the object.
显示signature(object = "ExpressionLevel"):打印对象ExpressionLevel的子类。
setValues signature(object = "ExpressionLevel", values = "numeric"): Generic function to be implemented in the subclasses.
的setValuessignature(object = "ExpressionLevel", values = "numeric"):要在子类中实现的通用功能。
computeMembership signature(object = "ExpressionLevel", x = "numeric"): Generic function to be implemented in the subclasses.
computeMembershipsignature(object = "ExpressionLevel", x = "numeric"):在子类中实现的通用功能。
作者(S)----------Author(s)----------
Rodrigo Alvarez-Gonzalez<br>
Daniel Glez-Pena<br>
Fernando Diaz<br>
Florentino Fdez-Riverola<br>
Maintainer: Rodrigo Alvarez-Gonzalez <<a href="mailto:rodrigo.djv@uvigo.es">rodrigo.djv@uvigo.es</a>>
参考文献----------References----------
Patterns for Gene Selection and Data Reduction on Microarray Data. 7th International Conference on Intelligent Data Engineering and Automated Learning: IDEAL 2006, (2006) pp. 1095-1102
举例----------Examples----------
showClass("ExpressionLevel")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|