Class BinaryVec

    • Field Summary

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void dispose() 
      int getSize() 
      double next() 
      void next(double[] x) 
      • Methods inherited from class java.lang.Object

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

      • BinaryVec

        public BinaryVec(int n,
                         double pp)
      • BinaryVec

        public BinaryVec(VVector probs)