ExpressionLevel-class {DFP}R Documentation

Class "ExpressionLevel"

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.
width:
Object of class "numeric". Represents the length of values lower than 1 and greater than 0 in the function curve.

Methods

show
signature(object = "ExpressionLevel"): Prints the ExpressionLevel subclass of the object.
setValues
signature(object = "ExpressionLevel", values = "numeric"): Generic function to be implemented in the subclasses.
computeMembership
signature(object = "ExpressionLevel", x = "numeric"): Generic function to be implemented in the subclasses.

Author(s)

Rodrigo Alvarez-Gonzalez
Daniel Glez-Pena
Fernando Diaz
Florentino Fdez-Riverola
Maintainer: Rodrigo Alvarez-Gonzalez <rodrigo.djv@uvigo.es>

References

F. Diaz; F. Fdez-Riverola; D. Glez-Pena; J.M. Corchado. Using Fuzzy 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")

[Package DFP version 1.0.0 Index]