public class IndexUpdater extends IndexConsumer
weights_| Constructor and Description |
|---|
IndexUpdater(DynamicWeights weights,
SymbolTable<Feature> feature_map,
int num_pos_bits) |
| Modifier and Type | Method and Description |
|---|---|
void |
consume(int index) |
protected boolean |
getInsert() |
void |
setUpdate(double update) |
consume, setWeightspublic IndexUpdater(DynamicWeights weights, SymbolTable<Feature> feature_map, int num_pos_bits)
public void setUpdate(double update)
public void consume(int index)
consume in class IndexConsumerprotected boolean getInsert()
getInsert in class IndexConsumer