Uses of Class
banner.eval.dataset.Dataset
-
Packages that use Dataset Package Description banner.eval banner.eval.dataset de.julielab.jcore.banner.dataset -
-
Uses of Dataset in banner.eval
Methods in banner.eval that return Dataset Modifier and Type Method Description static DatasetBANNER. getDataset(org.apache.commons.configuration.HierarchicalConfiguration config)Methods in banner.eval with parameters of type Dataset Modifier and Type Method Description static BANNER.PerformanceBANNER. test(Dataset dataset, Tagger tagger, org.apache.commons.configuration.HierarchicalConfiguration config)static BANNER.PerformanceBANNER. test(Dataset dataset, Tagger tagger, org.apache.commons.configuration.HierarchicalConfiguration config, String filenameSuffix) -
Uses of Dataset in banner.eval.dataset
Subclasses of Dataset in banner.eval.dataset Modifier and Type Class Description classAZDCDatasetclassBC2GMDatasetMethods in banner.eval.dataset that return types with arguments of type Dataset Modifier and Type Method Description List<Dataset>AZDCDataset. split(int n)List<Dataset>BC2GMDataset. split(int n)abstract List<Dataset>Dataset. split(int n) -
Uses of Dataset in de.julielab.jcore.banner.dataset
Subclasses of Dataset in de.julielab.jcore.banner.dataset Modifier and Type Class Description classJCoReEntityDatasetMethods in de.julielab.jcore.banner.dataset that return types with arguments of type Dataset Modifier and Type Method Description List<Dataset>JCoReEntityDataset. split(int n)
-