public interface FloatFeatureVector
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getDim() |
double |
getDotProduct(FloatWeights weights,
int tag_index,
int offset) |
void |
updateFloatWeight(FloatWeights weights,
int tag_index,
int offset,
double update) |
int getDim()
void updateFloatWeight(FloatWeights weights, int tag_index, int offset, double update)
double getDotProduct(FloatWeights weights, int tag_index, int offset)