|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knowceans.corpus.DisjointDocTerms
public class DisjointDocTerms
DisjointDocTerms partitions the a given document-term matrix into P mutually exclusive document subsets and term subsets. Based on these, index sets can be retrieved into the original corpus for paralle access to mutually exclusive documents and terms.
| Constructor Summary | |
|---|---|
DisjointDocTerms(int[][] w,
int V)
|
|
| Method Summary | |
|---|---|
int[][] |
getDisjointDocuments(int P)
get the set of disjoint m for each threadd. |
int[][] |
getDisjointTerms(int P)
get the set of disjoint terms |
int[][][] |
getDisjointTokens(int P)
get the set of disjoint words for a corpus |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DisjointDocTerms(int[][] w,
int V)
| Method Detail |
|---|
public static void main(java.lang.String[] args)
public int[][] getDisjointDocuments(int P)
P -
public int[][] getDisjointTerms(int P)
P -
public int[][][] getDisjointTokens(int P)
w - int[m][n] -> t
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||