public class CoxVariablesOverallModelFitComparator extends Object implements Comparator<CoxVariables>
| Constructor and Description |
|---|
CoxVariablesOverallModelFitComparator(String variables)
Variables are stored as a string representation of an ArrayList
[META_GENE] or [trtg, META_GENE] add variables used in cox regression to an array and then do toString.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(CoxVariables coxVariables1,
CoxVariables coxVariables2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic CoxVariablesOverallModelFitComparator(String variables)
variables - public int compare(CoxVariables coxVariables1, CoxVariables coxVariables2)
compare in interface Comparator<CoxVariables>Copyright © 2000–2016 BioJava. All rights reserved.