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

« back to all changes in this revision

Viewing changes to weka/filters/unsupervised/attribute/TimeSeriesDelta.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:
26
26
import weka.core.Capabilities;
27
27
import weka.core.Instance;
28
28
import weka.core.Instances;
 
29
import weka.core.RevisionUtils;
29
30
import weka.core.SparseInstance;
30
31
import weka.core.UnsupportedAttributeTypeException;
31
32
import weka.core.Capabilities.Capability;
59
60
 <!-- options-end -->
60
61
 *
61
62
 * @author Len Trigg (trigg@cs.waikato.ac.nz)
62
 
 * @version $Revision: 1.6 $
 
63
 * @version $Revision: 1.7 $
63
64
 */
64
65
public class TimeSeriesDelta 
65
66
  extends TimeSeriesTranslate {
176
177
  }
177
178
  
178
179
  /**
 
180
   * Returns the revision string.
 
181
   * 
 
182
   * @return            the revision
 
183
   */
 
184
  public String getRevision() {
 
185
    return RevisionUtils.extract("$Revision: 1.7 $");
 
186
  }
 
187
  
 
188
  /**
179
189
   * Main method for testing this class.
180
190
   *
181
191
   * @param argv should contain arguments to the filter: use -h for help