| Package | Description |
|---|---|
| dragon.config | |
| dragon.ir.index | |
| dragon.ir.index.sentence | |
| dragon.ir.kngbase | |
| dragon.ir.topicmodel | |
| dragon.matrix | |
| dragon.nlp.tool.xtract |
| Modifier and Type | Method and Description |
|---|---|
IntSparseMatrix |
SparseMatrixConfig.getIntSparseMatrix(ConfigureNode node,
int matrixID) |
IntSparseMatrix |
SparseMatrixConfig.getIntSparseMatrix(int matrixID) |
protected IntSparseMatrix |
SparseMatrixConfig.loadIntSparseMatrix(String matrixName,
ConfigureNode matrixNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
CooccurrenceAppConfig.generateCooccurrenceMatrix(IntSparseMatrix doctermMatrixA,
String indexListFileA,
IntSparseMatrix doctermMatrixB,
String indexListFileB,
String matrixFolder,
String matrixKey,
int cache,
int minDocFreq,
int maxDocFreq) |
void |
CooccurrenceAppConfig.generateCooccurrenceMatrix(IntSparseMatrix doctermMatrix,
String indexListFile,
String matrixFolder,
String matrixKey,
int cache,
int minDocFreq,
int maxDocFreq) |
void |
TranslationAppConfig.translate(IntSparseMatrix cooccurMatrix,
String srcIndexFolder,
boolean relation,
int minFrequency,
String destIndexFolder,
String matrixKey,
boolean useEM,
boolean useDocFreq,
boolean useMeanTrim,
double probThreshold,
double emBkgCoefficient) |
| Modifier and Type | Field and Description |
|---|---|
protected IntSparseMatrix |
AbstractIndexWriter.docrelationMatrix |
protected IntSparseMatrix |
AbstractIndexReader.docrelationMatrix |
protected IntSparseMatrix |
AbstractIndexWriter.doctermMatrix |
protected IntSparseMatrix |
AbstractIndexReader.doctermMatrix |
protected IntSparseMatrix |
AbstractIndexReader.relationdocMatrix |
protected IntSparseMatrix |
AbstractIndexReader.termdocMatrix |
| Modifier and Type | Method and Description |
|---|---|
IntSparseMatrix |
OnlineIndexer.getDocRelationMatrix() |
IntSparseMatrix |
OnlineIndexWriter.getDocRelationMatrix() |
IntSparseMatrix |
OnlineIndexWriteController.getDocRelationMatrix() |
IntSparseMatrix |
AbstractIndexReader.getDocRelationMatrix() |
IntSparseMatrix |
OnlineIndexer.getDocTermMatrix() |
IntSparseMatrix |
OnlineIndexWriter.getDocTermMatrix() |
IntSparseMatrix |
OnlineIndexWriteController.getDocTermMatrix() |
IntSparseMatrix |
AbstractIndexReader.getDocTermMatrix() |
IntSparseMatrix |
AbstractIndexReader.getRelaitonDocMatrix() |
IntSparseMatrix |
AbstractIndexReader.getTermDocMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexConverter.exportMatrix(SimpleElementList rowList,
SimpleElementList colList,
IntSparseMatrix matrix,
String outputFile) |
| Modifier and Type | Method and Description |
|---|---|
IntSparseMatrix |
OnlineSentenceIndexer.getDocRelationMatrix() |
IntSparseMatrix |
OnlineSentenceIndexer.getDocTermMatrix() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CooccurrenceGenerator.generate(IntSparseMatrix doctermMatrixA,
int[] termDocFreqA,
IntSparseMatrix doctermMatrixB,
int[] termDocFreqB,
String matrixFolder,
String matrixKey) |
boolean |
CooccurrenceGenerator.generate(IntSparseMatrix doctermMatrix,
int[] termDocFreq,
String matrixFolder,
String matrixKey) |
boolean |
CooccurrenceGenerator.generate(IntSparseMatrix doctermMatrixA,
IntSparseMatrix doctermMatrixB,
String matrixFolder,
String matrixKey) |
boolean |
CooccurrenceGenerator.generate(IntSparseMatrix doctermMatrix,
String matrixFolder,
String matrixKey) |
| Constructor and Description |
|---|
TopicSignatureModel(IRSignatureIndexList srcIndexList,
IntSparseMatrix cooccurMatrix)
The constructor for the mode of the maximum likelihood estimator
|
TopicSignatureModel(IRSignatureIndexList srcIndexList,
IntSparseMatrix srcSignatureDocMatrix,
IntSparseMatrix destDocSignatureMatrix)
The constructor for the mode of the maximum likelihood estimator
|
TopicSignatureModel(IRSignatureIndexList srcIndexList,
IntSparseMatrix srcSignatureDocMatrix,
IRSignatureIndexList destIndexList,
IntSparseMatrix destDocSignatureMatrix)
The constructor for the mode of EM algorithm
|
TopicSignatureModel(IRSignatureIndexList srcIndexList,
IRSignatureIndexList destIndexList,
IntSparseMatrix cooccurMatrix)
The constructor for the mode of EM algorithm
|
| Modifier and Type | Field and Description |
|---|---|
protected IntSparseMatrix[] |
CrossMixtureModel.arrTopicReader |
| Constructor and Description |
|---|
CrossMixtureModel(IntSparseMatrix[] arrTopicMatrix,
int themeNum,
double[] bkgModel,
double bkgCoefficient,
double comCoefficient) |
| Modifier and Type | Class and Description |
|---|---|
class |
IntFlatSparseMatrix
Flat sparse matrix for integer data
|
class |
IntGiantSparseMatrix
Giant sparse matrix for extreme large integer matrix
|
class |
IntSuperSparseMatrix
Super sparse matrix for integer data
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SparseMatrix.genCooccurrenceMatrix(IntSparseMatrix outputCooccurMatrix)
The cell (i,j) in the output cooccurrence matrix stores the cooccurrence count of the i-th row and the j-th row.
|
boolean |
AbstractSparseMatrix.genCooccurrenceMatrix(IntSparseMatrix outputCooccurMatrix) |
boolean |
SparseMatrix.genCooccurrenceMatrix(SparseMatrix matrixY,
int minOccurrence,
IntSparseMatrix outputCooccurMatrix)
The cell (i,j) in the output cooccurrence matrix stores the cooccurrence count of the i-th row in the current matrix and the j-th row
in the matrixY.
|
boolean |
AbstractSparseMatrix.genCooccurrenceMatrix(SparseMatrix matrixY,
int minOccurrence,
IntSparseMatrix outputCooccurMatrix) |
boolean |
SparseMatrix.genCooccurrenceMatrix(SparseMatrix matrixY,
IntSparseMatrix outputCooccurMatrix)
The cell (i,j) in the output cooccurrence matrix stores the cooccurrence count of the i-th row in the current matrix and the j-th row
in the matrixY.
|
boolean |
AbstractSparseMatrix.genCooccurrenceMatrix(SparseMatrix matrixY,
IntSparseMatrix outputCooccurMatrix) |
static boolean |
AbstractSparseMatrix.genTranslationMatrix(IntSparseMatrix inputCooccurMatrix,
DoubleSparseMatrix outputTransMatrix) |
| Modifier and Type | Field and Description |
|---|---|
protected IntSparseMatrix[] |
EngWordPairExpand.arrPairSentLeftMatrix |
protected IntSparseMatrix[] |
EngWordPairExpand.arrPairSentRightMatrix |
protected IntSparseMatrix |
EngWordPairExpand.sentMatrix |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.