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

« back to all changes in this revision

Viewing changes to weka/classifiers/meta/EnsembleSelection.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:
34
34
import weka.core.Instance;
35
35
import weka.core.Instances;
36
36
import weka.core.Option;
 
37
import weka.core.RevisionUtils;
37
38
import weka.core.SelectedTag;
38
39
import weka.core.Tag;
39
40
import weka.core.TechnicalInformation;
185
186
 * 
186
187
 * @author Robert Jung
187
188
 * @author David Michael
188
 
 * @version $Revision: 1.3 $
 
189
 * @version $Revision: 1.4 $
189
190
 */
190
191
public class EnsembleSelection 
191
192
  extends RandomizableClassifier 
1651
1652
  }
1652
1653
  
1653
1654
  /**
 
1655
   * Returns the revision string.
 
1656
   * 
 
1657
   * @return            the revision
 
1658
   */
 
1659
  public String getRevision() {
 
1660
    return RevisionUtils.extract("$Revision: 1.4 $");
 
1661
  }
 
1662
  
 
1663
  /**
1654
1664
   * Executes the classifier from commandline.
1655
1665
   * 
1656
1666
   * @param argv