Class ImputeRegression.PredictColumn

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Long>
    Enclosing class:
    ImputeRegression

    class ImputeRegression.PredictColumn
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Long>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long column  
    • Constructor Summary

      Constructors 
      Constructor Description
      PredictColumn​(long column)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long call()  
      • Methods inherited from class java.lang.Object

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

      • column

        long column
    • Constructor Detail

      • PredictColumn

        public PredictColumn​(long column)
    • Method Detail

      • call

        public java.lang.Long call()
                            throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Long>
        Throws:
        java.lang.Exception