ivory.lsh.projection
Class ComputeSignaturesRandom
java.lang.Object
org.apache.hadoop.conf.Configured
edu.umd.cloud9.util.PowerTool
ivory.lsh.projection.ComputeSignaturesRandom
- All Implemented Interfaces:
- Configurable, Tool
public class ComputeSignaturesRandom
- extends PowerTool
A Hadoop task to compute signatures from document vectors.
usage: [index-path] [num-of-bits] [type-of-computation] ([batch-size])
- Author:
- ferhanture
RequiredParameters
public static final String[] RequiredParameters
ComputeSignaturesRandom
public ComputeSignaturesRandom(Configuration conf)
getRequiredParameters
public String[] getRequiredParameters()
- Specified by:
getRequiredParameters in class PowerTool
runTool
public int runTool()
throws Exception
- Specified by:
runTool in class PowerTool
- Throws:
Exception