示例#1
0
 /**
  * setAttributesAsNonStatic
  *
  * <p>It stores the static-defined attributes in the class Attributes as non static in the object
  * attributes. After this it does not remove the static-definition of the Attributes; this is in
  * that way to permit to call this functions for differents datasets from the same problem, such
  * as, a train dataset and the correspondent test dataset.
  */
 public void setAttributesAsNonStatic() {
   attributes = new InstanceAttributes();
   attributes.copyStaticAttributes();
 } // end setAttributesAsNonStatic