Class Tranche.TrancheTruthSensitivityComparator

java.lang.Object
org.broadinstitute.hellbender.tools.walkers.vqsr.Tranche.TrancheTruthSensitivityComparator
All Implemented Interfaces:
Comparator<org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche>
Enclosing class:
Tranche

public static class Tranche.TrancheTruthSensitivityComparator extends Object implements Comparator<org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche>
  • Constructor Details

    • TrancheTruthSensitivityComparator

      public TrancheTruthSensitivityComparator()
  • Method Details

    • compare

      public int compare(org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche tranche1, org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche tranche2)
      Specified by:
      compare in interface Comparator<org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche>