|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VarIntWritable | |
---|---|
org.apache.mahout.cf.taste.hadoop.item | |
org.apache.mahout.math |
Uses of VarIntWritable in org.apache.mahout.cf.taste.hadoop.item |
---|
Methods in org.apache.mahout.cf.taste.hadoop.item with parameters of type VarIntWritable | |
---|---|
protected void |
PartialMultiplyMapper.map(VarIntWritable key,
VectorAndPrefsWritable vectorAndPrefsWritable,
org.apache.hadoop.mapreduce.Mapper.Context context)
|
protected void |
ItemIDIndexReducer.reduce(VarIntWritable index,
Iterable<VarLongWritable> possibleItemIDs,
org.apache.hadoop.mapreduce.Reducer.Context context)
|
protected void |
ToVectorAndPrefReducer.reduce(VarIntWritable key,
Iterable<VectorOrPrefWritable> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
|
Uses of VarIntWritable in org.apache.mahout.math |
---|
Methods in org.apache.mahout.math that return VarIntWritable | |
---|---|
VarIntWritable |
VarIntWritable.clone()
|
Methods in org.apache.mahout.math with parameters of type VarIntWritable | |
---|---|
int |
VarIntWritable.compareTo(VarIntWritable other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |