| Package | Description |
|---|---|
| tl.lin.data.map |
| Modifier and Type | Method and Description |
|---|---|
static Int2FloatOpenHashMapWritable |
Int2FloatOpenHashMapWritable.create(byte[] bytes)
Creates object from serialized representation.
|
static Int2FloatOpenHashMapWritable |
Int2FloatOpenHashMapWritable.create(DataInput in)
Creates object from serialized representation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Int2FloatOpenHashMapWritable.dot(Int2FloatOpenHashMapWritable m)
Computes the dot product of this map with another map.
|
void |
Int2FloatOpenHashMapWritable.lazyplus(Int2FloatOpenHashMapWritable m)
In lazy decoding mode, adds values from keys of another map to this map.
|
void |
Int2FloatOpenHashMapWritable.plus(Int2FloatOpenHashMapWritable m)
Adds values of keys from another map to this map.
|
Copyright © 2018. All rights reserved.