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

Packages that use String2FloatOpenHashMapWritable
tl.lin.data.map   
 

Uses of String2FloatOpenHashMapWritable in tl.lin.data.map
 

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

Methods in tl.lin.data.map with parameters of type String2FloatOpenHashMapWritable
 int String2FloatOpenHashMapWritable.dot(String2FloatOpenHashMapWritable m)
          Computes the dot product of this map with another map.
 void String2FloatOpenHashMapWritable.plus(String2FloatOpenHashMapWritable m)
          Adds values of keys from another map to this map.
 



Copyright © 2013. All Rights Reserved.