source: trunk/CrossPare/test/de/ugoe/cs/cpdp/wekaclassifier/FixClassTest.java

Last change on this file was 35, checked in by sherbold, 9 years ago
  • Property svn:mime-type set to text/plain
File size: 265 bytes
Line 
1package de.ugoe.cs.cpdp.wekaclassifier;
2
3import static org.junit.Assert.*;
4
5import java.util.List;
6
7import org.junit.Test;
8
9import de.ugoe.cs.cpdp.loader.CSVFolderLoader;
10
11public class FixClassTest {
12
13        @Test
14        public void testApply_1() {
15               
16        }
17       
18}
Note: See TracBrowser for help on using the repository browser.