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

Packages that use Object2FloatOpenHashMapWritable
tl.lin.data.map   
 

Uses of Object2FloatOpenHashMapWritable in tl.lin.data.map
 

Methods in tl.lin.data.map that return Object2FloatOpenHashMapWritable
static
<K extends org.apache.hadoop.io.Writable>
Object2FloatOpenHashMapWritable<K>
Object2FloatOpenHashMapWritable.create(byte[] bytes)
          Creates object from serialized representation.
static
<K extends org.apache.hadoop.io.Writable>
Object2FloatOpenHashMapWritable<K>
Object2FloatOpenHashMapWritable.create(DataInput in)
          Creates object from serialized representation.
 

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



Copyright © 2013. All Rights Reserved.