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

« back to all changes in this revision

Viewing changes to weka/classifiers/functions/SVMreg.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:
33
33
import weka.core.Instances;
34
34
import weka.core.Option;
35
35
import weka.core.OptionHandler;
 
36
import weka.core.RevisionUtils;
36
37
import weka.core.SelectedTag;
37
38
import weka.core.Tag;
38
39
import weka.core.TechnicalInformation;
155
156
 <!-- options-end -->
156
157
 *
157
158
 * @author  Remco Bouckaert (remco@cs.waikato.ac.nz,rrb@xm.co.nz)
158
 
 * @version $Revision: 1.4 $
 
159
 * @version $Revision: 1.5 $
159
160
 */
160
161
public class SVMreg 
161
162
  extends Classifier 
796
797
  }
797
798
  
798
799
  /**
 
800
   * Returns the revision string.
 
801
   * 
 
802
   * @return            the revision
 
803
   */
 
804
  public String getRevision() {
 
805
    return RevisionUtils.extract("$Revision: 1.5 $");
 
806
  }
 
807
  
 
808
  /**
799
809
   * Main method for running this classifier.
800
810
   * 
801
811
   * @param args        the commandline options