Esempio n. 1
0
 /**
  * sets the allele value
  *
  * @param i is the position.
  * @param cl is the classifier that has to be copied.
  */
 public void setAllele(int i, Classifier cl) {
   rep.setAllele(i, cl.rep);
 } // end setAllele
Esempio n. 2
0
 /**
  * Sets the allele value
  *
  * @param i is the position.
  * @param lowerValue is the lower value that has to be set.
  * @param upperValue is the upper value that has to be set.
  */
 public void setAllele(int i, double lowerValue, double upperValue) {
   rep.setAllele(i, lowerValue, upperValue);
 } // end setAllele