public abstract class Feature
extends java.lang.Object
Constructor and Description |
---|
Feature() |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
getBytes() |
abstract int |
getLength() |
abstract int |
getNumBytes() |
abstract float[] |
getVector() |
public abstract int getLength()
public abstract int getNumBytes()
public abstract float[] getVector()
public abstract byte[] getBytes()