Uses of Class
org.aksw.limes.core.evaluation.evaluationDataLoader.DataSetChooser.DataSets
-
Packages that use DataSetChooser.DataSets Package Description org.aksw.limes.core.evaluation.evaluationDataLoader -
-
Uses of DataSetChooser.DataSets in org.aksw.limes.core.evaluation.evaluationDataLoader
Methods in org.aksw.limes.core.evaluation.evaluationDataLoader that return DataSetChooser.DataSets Modifier and Type Method Description static DataSetChooser.DataSetsDataSetChooser.DataSets. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSetChooser.DataSets[]DataSetChooser.DataSets. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aksw.limes.core.evaluation.evaluationDataLoader with parameters of type DataSetChooser.DataSets Modifier and Type Method Description static EvaluationDataDataSetChooser. getData(DataSetChooser.DataSets a)Central class to configure evaluation datasets.
-