~ubuntu-branches/ubuntu/raring/weka/raring

« back to all changes in this revision

Viewing changes to weka/experiment/ResultMatrix.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:
22
22
 
23
23
package weka.experiment;
24
24
 
 
25
import weka.core.RevisionHandler;
25
26
import weka.core.Utils;
26
27
 
27
28
import java.io.Serializable;
42
43
 *
43
44
 *
44
45
 * @author FracPete (fracpete at waikato dot ac dot nz)
45
 
 * @version $Revision: 1.8 $
 
46
 * @version $Revision: 1.9 $
46
47
 * @see #toStringMatrix()
47
48
 * @see #toStringKey()
48
49
 * @see #toStringHeader()
50
51
 * @see #toStringRanking()
51
52
 */
52
53
public abstract class ResultMatrix
53
 
  implements Serializable {
 
54
  implements Serializable, RevisionHandler {
54
55
 
55
56
  /** for serialization */
56
57
  private static final long serialVersionUID = 4487179306428209739L;