public abstract class Feature extends Object implements Serializable
Feature()
abstract float
eval(float[] fv)
abstract String
getName()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Feature()
public abstract float eval(float[] fv)
public abstract String getName()