Class NonnegativeMatrixFactorization.stop_opt

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double init_grad  
      (package private) double[] normR  
      (package private) double normV2  
      (package private) double nVmax  
      (package private) double projnorm  
    • Constructor Summary

      Constructors 
      Constructor Description
      stop_opt()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • projnorm

        double projnorm
      • init_grad

        double init_grad
      • normR

        double[] normR
      • nVmax

        double nVmax
      • normV2

        double normV2
    • Constructor Detail

      • stop_opt

        stop_opt()