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

Method Summary
 void dispose()
           
 List<Prediction> getAllPredictions()
           
 List<Prediction> predict(String bioentity)
           
 List<Prediction> predictForBioEntity(Bioentity e, Collection<GeneAnnotation> annotations)
           
 

Method Detail

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.