Class CoxVariablesOverallModelFitComparator

  • All Implemented Interfaces:
    java.io.Serializable, java.util.Comparator<CoxVariables>

    public class CoxVariablesOverallModelFitComparator
    extends java.lang.Object
    implements java.util.Comparator<CoxVariables>, java.io.Serializable
    Author:
    Scooter Willis
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CoxVariablesOverallModelFitComparator​(java.lang.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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int 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 Detail

      • CoxVariablesOverallModelFitComparator

        public CoxVariablesOverallModelFitComparator​(java.lang.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.
        Parameters:
        variables -