Class ResidualsCoxph


  • public class ResidualsCoxph
    extends java.lang.Object
    Author:
    Scooter Willis
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ResidualsCoxph.Type  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResidualsCoxph()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static double[][] process​(CoxInfo ci, ResidualsCoxph.Type type, boolean useWeighted, java.util.ArrayList<java.lang.String> cluster)  
      • Methods inherited from class java.lang.Object

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

      • ResidualsCoxph

        public ResidualsCoxph()
    • Method Detail

      • process

        public static double[][] process​(CoxInfo ci,
                                         ResidualsCoxph.Type type,
                                         boolean useWeighted,
                                         java.util.ArrayList<java.lang.String> cluster)
                                  throws java.lang.Exception
        Parameters:
        ci -
        type -
        useWeighted -
        cluster -
        Returns:
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args - the command line arguments