|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.extensions.textual.IE.common.crn.CRNTable
public class CRNTable
Stores the Index entries for a case base
Constructor Summary | |
---|---|
CRNTable()
Creates a new instance of CRNTable |
Method Summary | |
---|---|
void |
addEntry(CRNIndexEntry e)
adds a single entry to the indexing structure |
void |
computeMatrix()
|
void |
computeUnits()
|
java.util.ArrayList<java.lang.Object> |
getCaseIds()
|
Matrix |
getNormalisedUnitsCasesMatrix()
|
int |
getNumCases()
Computes the maximum term frequency in each case that is used to normalise the term frequencies |
java.util.ArrayList<java.lang.String> |
getUnits()
|
short[][] |
getUnitsCasesMatrix()
|
void |
print()
Print all the entries in the indexing structure |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CRNTable()
Method Detail |
---|
public void addEntry(CRNIndexEntry e)
public void computeMatrix()
public Matrix getNormalisedUnitsCasesMatrix()
public java.util.ArrayList<java.lang.String> getUnits()
public short[][] getUnitsCasesMatrix()
public void print()
public void computeUnits()
public int getNumCases()
public java.util.ArrayList<java.lang.Object> getCaseIds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |