ExpressionLevel-class          package:DFP          R Documentation

_C_l_a_s_s "_E_x_p_r_e_s_s_i_o_n_L_e_v_e_l"

_D_e_s_c_r_i_p_t_i_o_n:

     A virtual class which represents a generic _Membership Function_.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     A virtual Class: No objects may be created from it.

_S_l_o_t_s:


     '_c_e_n_t_e_r': Object of class '"numeric"'. Represents the peak point
          in the function curve. 

     '_w_i_d_t_h': Object of class '"numeric"'. Represents the length of
          values lower than 1 and greater than 0 in the function curve. 

_M_e_t_h_o_d_s:


     _s_h_o_w 'signature(object = "ExpressionLevel")': Prints the
          ExpressionLevel subclass of the object.

     _s_e_t_V_a_l_u_e_s 'signature(object = "ExpressionLevel", values =
          "numeric")': Generic function to be implemented in the
          subclasses.

     _c_o_m_p_u_t_e_M_e_m_b_e_r_s_h_i_p 'signature(object = "ExpressionLevel", x =
          "numeric")': Generic function to be implemented in the
          subclasses.

_A_u_t_h_o_r(_s):

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

_R_e_f_e_r_e_n_c_e_s:

     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

_E_x_a_m_p_l_e_s:

     showClass("ExpressionLevel")

