Class MeanModelComparator
java.lang.Object
org.biojava.nbio.survival.cox.comparators.MeanModelComparator
- All Implemented Interfaces:
Comparator<CoxVariables>
- Author:
- Scooter Willis
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compare
(CoxVariables coxVariables1, CoxVariables coxVariables2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
MeanModelComparator
- Parameters:
variable
-
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<CoxVariables>
-