Package | Description |
---|---|
cat.lump.ir.sim.cl.clesa | |
cat.lump.ir.sim.ml.esa |
Modifier and Type | Method and Description |
---|---|
protected EsaVectors |
SimilarityCLESA.computeVectors(java.io.File documentsPath,
java.lang.String object,
java.lang.String set) |
protected EsaVectors |
SimilarityCLESAdocs.computeVectors(java.io.File documentsPath,
java.lang.String object,
java.lang.String set) |
Modifier and Type | Field and Description |
---|---|
protected EsaVectors |
Esa.esaVectorsA
Instance of an ESA vector for the set of documents A.
|
protected EsaVectors |
Esa.esaVectorsB
Instance of an ESA vector for the set of documents B (see description
for esaVectors_A
|
Modifier and Type | Method and Description |
---|---|
protected abstract EsaVectors |
SimilarityESA.computeVectors(java.io.File documentsPath,
java.lang.String object,
java.lang.String set)
Computes the vectors for the texts in the given set.
|
protected EsaVectors |
SimilarityESAdocs.computeVectors(java.io.File documentsPath,
java.lang.String object,
java.lang.String set)
Computes the vectors for the texts in the given set.
|
protected EsaVectors |
SimilarityESAlines.computeVectors(java.io.File file,
java.lang.String object,
java.lang.String set) |
Modifier and Type | Method and Description |
---|---|
protected void |
SimilarityESA.saveObject(java.io.File objFile,
EsaVectors esa)
Saves a textual representation into an object file
|