Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBin committed Mar 2, 2016
1 parent 91d811b commit 0bd1945
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -3,7 +3,7 @@
import org.dllearner.core.Component;

/**
* Created by Simon Bin on 16-1-26.
* Interface for any accuracy method
*/
public interface AccMethod extends Component {
}
@@ -1,7 +1,7 @@
package org.dllearner.utilities;

/**
* Created by Simon Bin on 16-1-26.
* Implicit class to interpret CoverageCount as tp/fp/fn/fp
*/
public class CoverageAdapter {
public static class CoverageAdapter2 {
Expand Down
Expand Up @@ -11,7 +11,7 @@
import java.util.Collections;

/**
* Created by Simon Bin on 16-1-27.
* Test OWL Class Expresssions
*/
public class OWLClassExpressionTest {

Expand Down

0 comments on commit 0bd1945

Please sign in to comment.