Uses of Class
owltools.gaf.inference.Prediction

Packages that use Prediction
owltools.gaf.inference Perform inference on Gene Associations 
 

Uses of Prediction in owltools.gaf.inference
 

Methods in owltools.gaf.inference that return Prediction
protected  Prediction FoldBasedPredictor.getPrediction(GeneAnnotation ann, org.semanticweb.owlapi.model.OWLClass c, String bioentity, String with)
           
protected  Prediction CompositionalClassPredictor.getPrediction(org.semanticweb.owlapi.model.OWLClass c, String bioentity, String with)
           
protected  Prediction BasicAnnotationPropagator.getPrediction(org.semanticweb.owlapi.model.OWLClass c, String bioentity, String with)
           
 

Methods in owltools.gaf.inference that return types with arguments of type Prediction
 Set<Prediction> AnnotationPredictor.getAllPredictions()
           
 Set<Prediction> AbstractAnnotationPredictor.getAllPredictions()
           
 Set<Prediction> FoldBasedPredictor.predict(String bioentity)
           
 Set<Prediction> CompositionalClassPredictor.predict(String bioentity)
           
 Set<Prediction> BasicAnnotationPropagator.predict(String bioentity)
           
 Set<Prediction> AnnotationPredictor.predict(String bioentity)
           
 

Method parameters in owltools.gaf.inference with type arguments of type Prediction
protected  void AbstractAnnotationPredictor.setAndFilterRedundantPredictions(Set<Prediction> predictions, Set<org.semanticweb.owlapi.model.OWLClass> aClasses)
          side-effects: removes redundant predictions
 



Copyright © 2010-2013. All Rights Reserved.