Skip to content

Commit aac5657

Browse files
committed
Compilation fix
1 parent 4ec5e59 commit aac5657

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package adaa.analytics.rules.logic.representation;
2+
3+
import com.rapidminer.example.Attribute;
4+
import com.rapidminer.example.ExampleSet;
5+
6+
public interface IContrastExampleSet extends ExampleSet {
7+
8+
public Attribute getContrastAttribute();
9+
}

0 commit comments

Comments
 (0)