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
 Set<Prediction> getAllPredictions()
           
 Set<Prediction> predict(String bioentity)
           
 

Method Detail

predict

Set<Prediction> predict(String bioentity)

getAllPredictions

Set<Prediction> getAllPredictions()


Copyright © 2010-2013. All Rights Reserved.