| Package | Description |
|---|---|
| dragon.ir.clustering | |
| dragon.ir.clustering.clustermodel | |
| dragon.ir.summarize |
| Modifier and Type | Field and Description |
|---|---|
protected DocClusterSet |
BisectKMean.clusterSet |
protected DocClusterSet |
AbstractClustering.clusterSet |
| Modifier and Type | Method and Description |
|---|---|
DocClusterSet |
Clustering.getClusterSet()
One should call the cluster method before calling this method.
|
DocClusterSet |
BisectKMean.getClusterSet() |
DocClusterSet |
AbstractClustering.getClusterSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClusteringEva.evaluate(DocClusterSet machine,
DocClusterSet human) |
| Constructor and Description |
|---|
BasicKMean(IndexReader indexReader,
ClusterModel distMetric,
DocClusterSet initClusterSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterModel.setDocClusters(DocClusterSet clusterSet)
This method is equal to calling the setDocCluster method for all clusters.
|
void |
AbstractClusterModel.setDocClusters(DocClusterSet clusterSet) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractSentenceSum.buildSummary(IndexReader indexReader,
ArrayList sentSet,
int summaryLength,
DoubleVector weightVector,
DocClusterSet clusters) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.