| Modifier and Type | Method and Description |
|---|---|
IndexReader |
IndexReaderConfig.getIndexReader(ConfigureNode node,
int indexReaderID) |
IndexReader |
IndexReaderConfig.getIndexReader(int indexReaderID) |
protected IndexReader |
IndexReaderConfig.loadIndexReader(String indexReaderName,
ConfigureNode indexReaderNode) |
| Modifier and Type | Field and Description |
|---|---|
protected IndexReader |
AbstractClassifier.indexReader |
| Modifier and Type | Method and Description |
|---|---|
IndexReader |
Classifier.getIndexReader() |
IndexReader |
AbstractClassifier.getIndexReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
NigamActiveLearning.setUnlabeledData(IndexReader newIndexReader,
DocClass docSet) |
| Constructor and Description |
|---|
AbstractClassifier(IndexReader indexReader) |
NBClassifier(IndexReader indexReader) |
NigamActiveLearning(IndexReader indexReader,
double unlabeledRate) |
SemanticNBClassifier(IndexReader indexReader,
double bkgCoefficient) |
SemanticNBClassifier(IndexReader indexReader,
IndexReader topicIndexReader,
DoubleSparseMatrix topicTransMatrix,
double transCoefficient,
double bkgCoefficient) |
SemanticNBClassifier(IndexReader indexReader,
IndexReader topicIndexReader,
KnowledgeBase kngBase,
double transCoefficient,
double bkgCoefficient) |
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
NullFeatureSelector.getSelectedFeatures(IndexReader indexReader,
DocClassSet trainingSet) |
protected int[] |
MutualInfoFeatureSelector.getSelectedFeatures(IndexReader indexReader,
DocClassSet trainingSet) |
protected int[] |
InfoGainFeatureSelector.getSelectedFeatures(IndexReader indexReader,
DocClassSet trainingSet) |
protected int[] |
DocFrequencySelector.getSelectedFeatures(IndexReader indexReader,
DocClassSet trainingSet) |
protected int[] |
ChiFeatureSelector.getSelectedFeatures(IndexReader indexReader,
DocClassSet trainingSet) |
protected abstract int[] |
AbstractFeatureSelector.getSelectedFeatures(IndexReader indexReader,
DocClassSet trainingSet) |
protected IntDenseMatrix |
AbstractFeatureSelector.getTermDistribution(IndexReader indexReader,
DocClassSet trainingSet) |
void |
FeatureSelector.train(IndexReader indexReader,
DocClassSet trainingSet)
This method chooses a subset of features for text classification
|
void |
AbstractFeatureSelector.train(IndexReader indexReader,
DocClassSet trainingSet) |
| Modifier and Type | Field and Description |
|---|---|
protected IndexReader |
AbstractClustering.indexReader |
| Modifier and Type | Method and Description |
|---|---|
IndexReader |
Clustering.getIndexReader() |
IndexReader |
AbstractClustering.getIndexReader() |
| Constructor and Description |
|---|
AbstractClustering(IndexReader indexReader) |
BasicKMean(IndexReader indexReader,
ClusterModel distMetric,
DocClusterSet initClusterSet) |
BasicKMean(IndexReader indexReader,
ClusterModel distMetric,
int clusterNum) |
BasicKMean(IndexReader indexReader,
ClusterModel distMetric,
int clusterNum,
boolean initAllObjs) |
BisectKMean(IndexReader indexReader,
ClusterModel distMetric,
int clusterNum) |
BisectKMean(IndexReader indexReader,
ClusterModel distMetric,
int clusterNum,
boolean initAllObjs) |
HierClustering(IndexReader indexReader,
DocDistance distMetric,
int clusterNum,
int linkage) |
| Constructor and Description |
|---|
MultinomialClusterModel(int clusterNum,
IndexReader indexReader) |
MultinomialClusterModel(int clusterNum,
IndexReader indexReader,
double bkgCoefficient) |
MultinomialClusterModel(int clusterNum,
IndexReader indexReader,
IndexReader topicIndexReader,
DoubleSparseMatrix topicTransMatrix,
double transCoefficient,
double bkgCoefficient) |
MultinomialClusterModel(int clusterNum,
IndexReader indexReader,
IndexReader topicIndexReader,
KnowledgeBase kngBase,
double transCoefficient,
double bkgCoefficient) |
| Constructor and Description |
|---|
KLDivDocDistance(IndexReader indexReader,
DoubleSparseMatrix docModelMatrix) |
KLDivDocDistance(IndexReader indexReader,
DoubleSparseMatrix doctermMatrix,
double normThreshold) |
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
NullFeatureFilter.getSelectedFeatures(IndexReader indexReader,
IRDoc[] docSet) |
protected int[] |
DocFrequencyFilter.getSelectedFeatures(IndexReader indexReader,
IRDoc[] docSet) |
protected abstract int[] |
AbstractFeatureFilter.getSelectedFeatures(IndexReader indexReader,
IRDoc[] docSet) |
void |
FeatureFilter.initialize(IndexReader indexReader,
IRDoc[] docSet)
This method chooses a subset of features for text clustering
|
void |
AbstractFeatureFilter.initialize(IndexReader indexReader,
IRDoc[] docSet) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndexReader
AbstractIndexReader implements functions defined in interface IndexReader such as getting
termdoc and docterm matrix, getting termkey and dockey, getting termindex and docindex,
getting all the indexed terms for a given document, getting all the indexed documents for a given term
...
|
class |
BasicIndexReader
BasicIndexReader is used to read all the indexing information into memory for a indexed collection
|
class |
OnlineIndexReader
The class is used to read indexing information from memory
|
| Modifier and Type | Method and Description |
|---|---|
IndexReader |
IRSection.getIndexReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
IRSection.setIndexReader(IndexReader reader) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSentenceIndexReader
Basic index reader for reading sentence indexing information
|
class |
OnlineSentenceIndexReader
Index reader for reading sentence index information on line
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SequenceIndexReader
Interface of Sequence Index Reader
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSequenceIndexReader
The abstract index reader for sequencial data
|
class |
BasicSequenceIndexReader
The basic index reader for sequencial data
|
class |
OnlineSequenceIndexReader
The online index reader for sequencial data
|
| 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 |
|---|
DocRepresentation(IndexReader indexReader) |
DocRepresentation(IndexReader indexReader,
int[] termMap) |
| Modifier and Type | Field and Description |
|---|---|
protected IndexReader |
AbstractSearcher.indexReader |
| Modifier and Type | Method and Description |
|---|---|
IndexReader |
Searcher.getIndexReader() |
IndexReader |
AbstractSearcher.getIndexReader() |
| Constructor and Description |
|---|
AbstractSearcher(IndexReader indexReader,
Smoother smoother) |
BoolRankSearcher(IndexReader indexReader,
Smoother smoother) |
FullRankSearcher(IndexReader indexReader,
Smoother smoother) |
FullRankSearcher(IndexReader indexReader,
Smoother smoother,
boolean docFirst) |
PartialRankSearcher(IndexReader indexReader,
Smoother smoother) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
TrecEva.evaluateQuery(IRQuery query,
ArrayList hitlist,
ArrayList relevantList,
IndexReader indexReader) |
| Constructor and Description |
|---|
AbstractQE(IndexReader indexReader) |
InformationFlowQE(HALSpace halSpace,
IndexReader indexReader,
int expandTermNum,
double expandCoeffi) |
InformationFlowQE(IndexReader indexReader,
int expandTermNum,
double expandCoeffi) |
| Constructor and Description |
|---|
PhraseTransFeedback(Searcher searcher,
int feedbackDocNum,
int expandTermNum,
double feedbackCoeffi,
IndexReader phraseIndexer,
double bkgCoeffi) |
PhraseTransFeedback(Searcher searcher,
int feedbackDocNum,
int expandTermNum,
double feedbackCoeffi,
IndexReader phraseIndexer,
double bkgCoeffi,
DoubleSparseMatrix transMatrix) |
| Modifier and Type | Field and Description |
|---|---|
protected IndexReader |
AbstractMixtureWeightEM.indexReader |
| Constructor and Description |
|---|
AbstractMixtureWeightEM(IndexReader indexReader,
int componentNum,
int iterationNum,
boolean docFirst) |
DocFirstTransSmoother(IndexReader indexReader,
DoubleSparseMatrix transMatrix,
boolean relationTrans,
double transCoefficient,
Smoother basicSmoother) |
DocFirstTransSmoother(IndexReader srcIndexReader,
IndexReader destIndexReader,
DoubleSparseMatrix transMatrix,
double transCoefficient,
Smoother basicSmoother) |
DocTransMixtureWeightEM(IndexReader indexReader,
int iterationNum,
DocFirstTransSmoother docSmoother) |
DocTransMixtureWeightEM(IndexReader indexReader,
int iterationNum,
QueryFirstTransSmoother querySmoother) |
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 | Field and Description |
|---|---|
protected IndexReader |
AbstractStructureSum.indexReader |
| Modifier and Type | Method and Description |
|---|---|
IndexReader |
StructureSummarizer.getIndexReader() |
IndexReader |
AbstractStructureSum.getIndexReader() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractSentenceSum.buildSummary(IndexReader indexReader,
ArrayList sentSet,
int summaryLength,
DoubleVector weightVector) |
protected String |
AbstractSentenceSum.buildSummary(IndexReader indexReader,
ArrayList sentSet,
int summaryLength,
DoubleVector weightVector,
DocClusterSet clusters) |
protected ArrayList |
LexRankSummarizer.getSentenceSet(IndexReader indexReader) |
| Constructor and Description |
|---|
AbstractStructureSum(IndexReader indexReader) |
RelationGenerativeSum(IndexReader indexReader,
double bkgCoefficient) |
TermGenerativeSum(IndexReader indexReader,
double bkgCoefficient) |
| Modifier and Type | Field and Description |
|---|---|
protected IndexReader |
AbstractTopicModel.indexReader |
protected IndexReader |
AbstractTwoDimensionModel.topicIndexReader |
protected IndexReader |
AbstractTwoDimensionModel.viewIndexReader |
| Modifier and Type | Method and Description |
|---|---|
protected DoubleVector |
AbstractModel.getBkgModel(IndexReader indexReader) |
| Constructor and Description |
|---|
AbstractTopicModel(IndexReader indexReader) |
AbstractTwoDimensionModel(IndexReader viewIndexReader,
IndexReader topicIndexReader) |
AspectModel(IndexReader indexReader) |
GibbsLDA(IndexReader indexReader,
double alpha,
double beta) |
SimpleMixtureModel(IndexReader indexReader,
double bkgCoefficient) |
SimpleMixtureModel(IndexReader indexReader,
DoubleVector bkgModel,
double bkgCoefficient) |
TwoDimensionEM(IndexReader viewIndexReader,
DoubleVector viewBkgModel,
double viewBkgCoeffi,
IndexReader topicIndexReader,
DoubleVector themeBkgModel,
double themeBkgCoeffi,
double comThemeCoeffi) |
TwoDimensionEM(IndexReader viewIndexReader,
IndexReader topicIndexReader,
double viewBkgCoeffi,
double themeBkgCoeffi,
double comThemeCoeffi) |
TwoDimensionGibbsLDA(IndexReader viewIndexReader,
IndexReader topicIndexReader,
double alpha,
double beta,
double gamma0,
double gamma1,
double delta,
double epsilon,
double rho) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.