Uses of Interface
org.aksw.limes.core.evaluation.oracle.IOracle
-
Packages that use IOracle Package Description org.aksw.limes.core.evaluation.oracle -
-
Uses of IOracle in org.aksw.limes.core.evaluation.oracle
Classes in org.aksw.limes.core.evaluation.oracle that implement IOracle Modifier and Type Class Description classSimpleOracleThis class represents a naive oracleMethods in org.aksw.limes.core.evaluation.oracle that return IOracle Modifier and Type Method Description static IOracleOracleFactory. getOracle(String filePath, String inputType, String oracleType)Creates an oracle based on the input type (i.e., the type of file within which the oracle data is contained) and the type of oracle needed.
-