public interface AnnotationPredictor
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
List<Prediction> |
getAllPredictions() |
boolean |
isInitialized() |
List<Prediction> |
predict(String bioentity) |
List<Prediction> |
predictForBioEntity(Bioentity e,
Collection<GeneAnnotation> annotations) |
boolean isInitialized()
List<Prediction> predict(String bioentity)
List<Prediction> predictForBioEntity(Bioentity e, Collection<GeneAnnotation> annotations)
List<Prediction> getAllPredictions()
void dispose()
Copyright © 2010–2015. All rights reserved.