weka.classifiers.functions
Class SGDText.Count

java.lang.Object
  extended by weka.classifiers.functions.SGDText.Count
All Implemented Interfaces:
Serializable
Enclosing class:
SGDText

public static class SGDText.Count
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 double m_count
           
 double m_weight
           
 
Constructor Summary
SGDText.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

SGDText.Count

public SGDText.Count(double c)


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.