org.apache.mahout.cf.taste.hadoop.item
Class VectorOrPrefWritable

java.lang.Object
  extended by org.apache.mahout.cf.taste.hadoop.item.VectorOrPrefWritable
All Implemented Interfaces:
org.apache.hadoop.io.Writable

public final class VectorOrPrefWritable
extends java.lang.Object
implements org.apache.hadoop.io.Writable


Constructor Summary
VectorOrPrefWritable()
           
VectorOrPrefWritable(long userID, float value)
           
VectorOrPrefWritable(Vector vector)
           
 
Method Summary
 long getUserID()
           
 float getValue()
           
 Vector getVector()
           
 void readFields(java.io.DataInput in)
           
 void set(long userID, float value)
           
 void set(Vector vector)
           
 void write(java.io.DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorOrPrefWritable

public VectorOrPrefWritable()

VectorOrPrefWritable

public VectorOrPrefWritable(Vector vector)

VectorOrPrefWritable

public VectorOrPrefWritable(long userID,
                            float value)
Method Detail

getVector

public Vector getVector()

getUserID

public long getUserID()

getValue

public float getValue()

set

public void set(Vector vector)

set

public void set(long userID,
                float value)

write

public void write(java.io.DataOutput out)
           throws java.io.IOException
Specified by:
write in interface org.apache.hadoop.io.Writable
Throws:
java.io.IOException

readFields

public void readFields(java.io.DataInput in)
                throws java.io.IOException
Specified by:
readFields in interface org.apache.hadoop.io.Writable
Throws:
java.io.IOException


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.