owltools.gaf.inference
Interface AnnotationPredictor
- All Known Implementing Classes:
- AbstractAnnotationPredictor, BasicAnnotationPropagator, CompositionalClassPredictor, FoldBasedPredictor
public interface AnnotationPredictor
given a bioentity, predict a set of annotations
- Author:
- cjm
predict
List<Prediction> predict(String bioentity)
predictForBioEntity
List<Prediction> predictForBioEntity(Bioentity e,
Collection<GeneAnnotation> annotations)
getAllPredictions
List<Prediction> getAllPredictions()
dispose
void dispose()
Copyright © 2010-2014. All Rights Reserved.