Class SGDText.Count

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SGDText

    public static class SGDText.Count
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double m_count  
      double m_weight  
    • Constructor Summary

      Constructors 
      Constructor Description
      Count​(double c)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • m_count

        public double m_count
      • m_weight

        public double m_weight
    • Constructor Detail

      • Count

        public Count​(double c)