| Modifier and Type | Method and Description |
|---|---|
DoubleSparseMatrix |
SparseMatrixConfig.getDoubleSparseMatrix(ConfigureNode node,
int matrixID) |
DoubleSparseMatrix |
SparseMatrixConfig.getDoubleSparseMatrix(int matrixID) |
protected DoubleSparseMatrix |
SparseMatrixConfig.loadDoubleSparseMatrix(String matrixName,
ConfigureNode matrixNode) |
| Constructor and Description |
|---|
SemanticNBClassifier(IndexReader indexReader,
IndexReader topicIndexReader,
DoubleSparseMatrix topicTransMatrix,
double transCoefficient,
double bkgCoefficient) |
| Constructor and Description |
|---|
MultinomialClusterModel(int clusterNum,
IndexReader indexReader,
IndexReader topicIndexReader,
DoubleSparseMatrix topicTransMatrix,
double transCoefficient,
double bkgCoefficient) |
| Constructor and Description |
|---|
KLDivDocDistance(DoubleSparseMatrix docModelMatrix) |
KLDivDocDistance(DoubleSparseMatrix doctermMatrix,
double normThreshold) |
KLDivDocDistance(IndexReader indexReader,
DoubleSparseMatrix docModelMatrix) |
KLDivDocDistance(IndexReader indexReader,
DoubleSparseMatrix doctermMatrix,
double normThreshold) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexConverter.exportMatrix(SimpleElementList rowList,
SimpleElementList colList,
DoubleSparseMatrix matrix,
String outputFile) |
| Modifier and Type | Method and Description |
|---|---|
DoubleSparseMatrix |
DocRepresentation.genModelMatrix(IndexReader signatureIndexReader,
DoubleSparseMatrix transMatrix,
double transCoefficient,
double bkgCoefficient,
boolean isPhraseSignature,
double probThreshold) |
DoubleSparseMatrix |
DocRepresentation.genModelMatrix(IndexReader signatureIndexReader,
DoubleSparseMatrix transMatrix,
double transCoefficient,
double bkgCoefficient,
boolean isPhraseSignature,
double probThreshold,
String matrixPath,
String matrixKey) |
DoubleSparseMatrix |
DocRepresentation.genModelMatrix(IndexReader signatureIndexReader,
int[] signatureMap,
DoubleSparseMatrix transMatrix,
double transCoefficient,
double bkgCoefficient,
boolean isPhraseSignature,
double probThreshold) |
DoubleSparseMatrix |
DocRepresentation.genModelMatrix(IndexReader signatureIndexReader,
int[] signatureMap,
DoubleSparseMatrix transMatrix,
double transCoefficient,
double bkgCoefficient,
boolean isPhraseSignature,
double probThreshold,
String matrixPath,
String matrixKey) |
DoubleSparseMatrix |
DocRepresentation.genNormTFMatrix() |
DoubleSparseMatrix |
DocRepresentation.genNormTFMatrix(String matrixPath,
String matrixKey) |
DoubleSparseMatrix |
DocRepresentation.genTFIDFMatrix() |
DoubleSparseMatrix |
DocRepresentation.genTFIDFMatrix(String matrixPath,
String matrixKey) |
DoubleSparseMatrix |
HALSpace.getHALMatrix() |
DoubleSparseMatrix |
KnowledgeBase.getKnowledgeMatrix()
A knowledge matrix saves the semantic relationships between various concepts.
|
DoubleSparseMatrix |
HALSpace.getKnowledgeMatrix() |
DoubleSparseMatrix |
BasicKnowledgeBase.getKnowledgeMatrix() |
| Modifier and Type | Method and Description |
|---|---|
DoubleSparseMatrix |
DocRepresentation.genModelMatrix(IndexReader signatureIndexReader,
DoubleSparseMatrix transMatrix,
double transCoefficient,
double bkgCoefficient,
boolean isPhraseSignature,
double probThreshold) |
DoubleSparseMatrix |
DocRepresentation.genModelMatrix(IndexReader signatureIndexReader,
DoubleSparseMatrix transMatrix,
double transCoefficient,
double bkgCoefficient,
boolean isPhraseSignature,
double probThreshold,
String matrixPath,
String matrixKey) |
DoubleSparseMatrix |
DocRepresentation.genModelMatrix(IndexReader signatureIndexReader,
int[] signatureMap,
DoubleSparseMatrix transMatrix,
double transCoefficient,
double bkgCoefficient,
boolean isPhraseSignature,
double probThreshold) |
DoubleSparseMatrix |
DocRepresentation.genModelMatrix(IndexReader signatureIndexReader,
int[] signatureMap,
DoubleSparseMatrix transMatrix,
double transCoefficient,
double bkgCoefficient,
boolean isPhraseSignature,
double probThreshold,
String matrixPath,
String matrixKey) |
| Constructor and Description |
|---|
BasicKnowledgeBase(DoubleSparseMatrix transMatrix,
SimpleElementList rowKeyList,
SimpleElementList columnKeyList) |
| Constructor and Description |
|---|
PhraseTransFeedback(Searcher searcher,
int feedbackDocNum,
int expandTermNum,
double feedbackCoeffi,
IndexReader phraseIndexer,
double bkgCoeffi,
DoubleSparseMatrix transMatrix) |
RelationTransFeedback(Searcher searcher,
int feedbackDocNum,
int expandTermNum,
double feedbackCoeffi,
double bkgCoeffi,
DoubleSparseMatrix transMatrix) |
RelationTransFeedback(Searcher searcher,
int feedbackDocNum,
int expandTermNum,
double feedbackCoeffi,
DoubleSparseMatrix transMatrix) |
| Modifier and Type | Method and Description |
|---|---|
DoubleSparseMatrix |
QueryFirstTransSmoother.getTranslationMatrix() |
DoubleSparseMatrix |
DocFirstTransSmoother.getTranslationMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryFirstTransSmoother.setTranslationMatrix(DoubleSparseMatrix transposedTransMatrix) |
void |
DocFirstTransSmoother.setTranslationMatrix(DoubleSparseMatrix transMatrix) |
| Constructor and Description |
|---|
DocFirstTransSmoother(IndexReader indexReader,
DoubleSparseMatrix transMatrix,
boolean relationTrans,
double transCoefficient,
Smoother basicSmoother) |
DocFirstTransSmoother(IndexReader srcIndexReader,
IndexReader destIndexReader,
DoubleSparseMatrix transMatrix,
double transCoefficient,
Smoother basicSmoother) |
QueryFirstTransSmoother(IndexReader reader,
DoubleSparseMatrix transposedTransMatrix,
boolean relationTrans,
double transCoefficient,
Smoother basicSmoother) |
QueryFirstTransSmoother(IndexReader srcIndexReader,
IndexReader destIndexReader,
DoubleSparseMatrix transposedTransMatrix,
double transCoefficient,
Smoother basicSmoother) |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleFlatSparseMatrix
Double flat sparse matrix handles data smaller than super sparse matrix, however it provides options
of storing data to disk either in binary or text format
|
class |
DoubleGiantSparseMatrix
Giant sparse matrix handles extreme large double sparse matrix
|
class |
DoubleSuperSparseMatrix
Super sparse matrix for double data type
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AbstractSparseMatrix.genTranslationMatrix(IntSparseMatrix inputCooccurMatrix,
DoubleSparseMatrix outputTransMatrix) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.