/**
  * Gets the distance weighting method used. Will be one of WEIGHT_NONE, WEIGHT_INVERSE, or
  * WEIGHT_SIMILARITY
  *
  * @return the distance weighting method used.
  * @see IBk#WEIGHT_NONE
  * @see IBk#WEIGHT_INVERSE
  * @see IBk#WEIGHT_SIMILARITY
  */
 public SelectedTag getDistanceWeighting() {
   return m_Classifier.getDistanceWeighting();
 }