~ubuntu-branches/ubuntu/oneiric/weka/oneiric

« back to all changes in this revision

Viewing changes to weka/classifiers/misc/MinMaxExtension.java

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner, Soeren Sonnenburg, Torsten Werner
  • Date: 2008-08-10 21:27:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080810212705-tr8etpnkdx2ziktp
Tags: 3.5.8-1
[ Soeren Sonnenburg ]
* Bump Standards Version to 3.8.0.
* Remove references to non-free Java in debian/copyright.

[ Torsten Werner ]
* new upstream release
* Switch to openjdk-6.
* Move package to main.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
import weka.core.Instance;
29
29
import weka.core.Instances;
30
30
import weka.core.Option;
 
31
import weka.core.RevisionUtils;
31
32
import weka.core.TechnicalInformation;
32
33
import weka.core.TechnicalInformationHandler;
33
34
import weka.core.Utils;
97
98
 <!-- options-end -->
98
99
 * 
99
100
 * @author Stijn Lievens (stijn.lievens@ugent.be)
100
 
 * @version $Revision: 1.1 $
 
101
 * @version $Revision: 1.2 $
101
102
 */
102
103
public class MinMaxExtension
103
104
  extends Classifier 
359
360
  public String toString() {
360
361
    return this.getClass().getName();
361
362
  }
 
363
  
 
364
  /**
 
365
   * Returns the revision string.
 
366
   * 
 
367
   * @return            the revision
 
368
   */
 
369
  public String getRevision() {
 
370
    return RevisionUtils.extract("$Revision: 1.2 $");
 
371
  }
362
372
 
363
373
  /**
364
374
   * Main method for testing this class and for using it from the