| Package | Description |
|---|---|
| dragon.ir.classification | |
| dragon.ir.classification.featureselection | |
| dragon.ir.summarize | |
| dragon.ir.topicmodel | |
| dragon.matrix.vector |
| Modifier and Type | Field and Description |
|---|---|
protected DoubleVector |
NBClassifier.classPrior |
protected DoubleVector |
NBClassifier.lastClassProb |
| Modifier and Type | Method and Description |
|---|---|
protected DoubleVector |
NBClassifier.getClassPrior(DocClassSet docSet) |
| Modifier and Type | Method and Description |
|---|---|
protected DoubleVector |
AbstractFeatureSelector.getClassPrior(DocClassSet docSet) |
| 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) |
| Modifier and Type | Field and Description |
|---|---|
protected DoubleVector |
SimpleMixtureModel.bkgModel |
protected DoubleVector |
TwoDimensionEM.themeBkgModel |
protected DoubleVector |
TwoDimensionEM.viewBkgModel |
| Modifier and Type | Method and Description |
|---|---|
protected DoubleVector |
AbstractModel.getBkgModel(IndexReader indexReader) |
| Constructor and Description |
|---|
SimpleMixtureModel(IndexReader indexReader,
DoubleVector bkgModel,
double bkgCoefficient) |
TwoDimensionEM(IndexReader viewIndexReader,
DoubleVector viewBkgModel,
double viewBkgCoeffi,
IndexReader topicIndexReader,
DoubleVector themeBkgModel,
double themeBkgCoeffi,
double comThemeCoeffi) |
| Modifier and Type | Method and Description |
|---|---|
DoubleVector |
DoubleVector.copy() |
DoubleVector |
HITS.getAuthorityVector() |
DoubleVector |
PowerMethod.getEigenVector(DenseMatrix matrix) |
DoubleVector |
PowerMethod.getEigenVector(SparseMatrix matrix)
Get the largest eigenvector which satisifies p=(dU+(1-d)M)'*p
|
DoubleVector |
HITS.getHubVector() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleVector.add(DoubleVector newVector) |
void |
DoubleVector.assign(DoubleVector newVector) |
double |
DoubleVector.distance(DoubleVector origin) |
double |
DoubleVector.dotProduct(DoubleVector newVector) |
void |
HITS.setAuthorityVectorPrior(DoubleVector authorityVector) |
void |
HITS.setHubVectorPrior(DoubleVector hubVector) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.