comirva.web.indexing
Class SimMeasure_Lucene
java.lang.Object
comirva.web.indexing.SimMeasure_Lucene
public class SimMeasure_Lucene
- extends Object
Based on output of TermWeighting_Lucene, calculate similarities or
distances between term profiles (e.g., TFxIDF weights).
INPUT_DIR should correspond to OUTPUT_DIR of TermWeighting_Lucene.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INPUT_DIR
protected static final File INPUT_DIR
SIM_MATRIX_FILE
protected static final File SIM_MATRIX_FILE
ARTIST_FILE
protected static final File ARTIST_FILE
FEATURE
protected static final String FEATURE
- See Also:
- Constant Field Values
simMeasure
protected final SimMeasure simMeasure
SimMeasure_Lucene
public SimMeasure_Lucene()
run
public void run()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception