Learn R Programming

DFP (version 1.30.0)

ExpressionLevel-class: Class "ExpressionLevel"

Description

A virtual class which represents a generic Membership Function.

Arguments

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.

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

Run this code
showClass("ExpressionLevel")

Run the code above in your browser using DataLab