Example #1
0
 /**
  * It checks if the data-set has any numerical value (real or integer)
  *
  * @return boolean True if it has some numerical values, else false.
  */
 public boolean hasNumericalAttributes() {
   return (Attributes.hasIntegerAttributes() || Attributes.hasRealAttributes());
 }