public interface IPostProcessing
Modifier and Type | Method and Description |
---|---|
Set<String> |
getLabeledInput()
Set of labels that is used to classify.
|
Map<String,String> |
getLabeledMap(Map<String,String> oracle)
Map of label to class that is used as oracle.
|
Map<String,Set<Entity>> |
getLabeledToolResults()
Gets labeled tool results.
|
Map<String,Set<Entity>> |
getToolResults()
Gets cleaned tool results.
|
Set<Entity> |
instancesToEntities(weka.core.Instances instances) |
Map<String,Set<Entity>> getToolResults()
Map<String,Set<Entity>> getLabeledToolResults()
Map<String,String> getLabeledMap(Map<String,String> oracle)
oracle
- Copyright © 2024. All rights reserved.