Class ConfidenceAssessor


  • public final class ConfidenceAssessor
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void evaluate​(java.lang.String confidence_type, Phylogeny[] evaluators, Phylogeny target, boolean strict, double value)  
      static void evaluate​(java.lang.String confidence_type, Phylogeny[] evaluators, Phylogeny target, boolean strict, double value, int first, int last)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • evaluate

        public static final void evaluate​(java.lang.String confidence_type,
                                          Phylogeny[] evaluators,
                                          Phylogeny target,
                                          boolean strict,
                                          double value)
      • evaluate

        public static final void evaluate​(java.lang.String confidence_type,
                                          Phylogeny[] evaluators,
                                          Phylogeny target,
                                          boolean strict,
                                          double value,
                                          int first,
                                          int last)