Uses of Class
tl.lin.data.map.Int2FloatOpenHashMapWritable

Packages that use Int2FloatOpenHashMapWritable
tl.lin.data.map   
 

Uses of Int2FloatOpenHashMapWritable in tl.lin.data.map
 

Methods in tl.lin.data.map that return Int2FloatOpenHashMapWritable
static Int2FloatOpenHashMapWritable Int2FloatOpenHashMapWritable.create(byte[] bytes)
          Creates object from serialized representation.
static Int2FloatOpenHashMapWritable Int2FloatOpenHashMapWritable.create(DataInput in)
          Creates object from serialized representation.
 

Methods in tl.lin.data.map with parameters of type Int2FloatOpenHashMapWritable
 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 © 2013. All Rights Reserved.