~ubuntu-branches/ubuntu/wily/weka/wily

« back to all changes in this revision

Viewing changes to src/test/java/weka/attributeSelection/FilteredAttributeEvalTest.java

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill
  • Date: 2011-08-05 22:40:50 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110805224050-a01vkwst9epdi4sw
Tags: 3.6.5-1
* Team upload.
* New upstream version (Closes: #632082, #598400)
* Bump Standards-Version to 3.9.2 (no changes required).
* Freshen jar.patch; remove java_cup.patch (incorporated upstream)
* Add README.source to document process of obtaining .png resources.
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 */
16
16
 
17
17
/*
18
 
 * Copyright (C) 2008 Pentaho Corporation
 
18
 * Copyright (C) 2008 University of Waikato, Hamilton, New Zealand
19
19
 */
20
20
 
21
21
package weka.attributeSelection;
28
28
 * java weka.attributeSelection.FilteredAttributeEvalTest
29
29
 *
30
30
 * @author Mark Hall (mhall{[at]}pentaho{[dot]}com
31
 
 * @version $Revision: 1.1 $
 
31
 * @version $Revision: 5562 $
32
32
 */
33
33
public class FilteredAttributeEvalTest 
34
34
  extends AbstractEvaluatorTest {