#include <Set.h>
Inheritance diagram for PLearn::Set:
Public Member Functions | |
Set () | |
Set (PPointableSet *p) | |
bool | contains (int elem) |
SetIterator | find (int elem) |
void | insert (int elem) |
int | size () |
bool | isEmpty () |
void | remove (int elem) |
void | clear () |
void | replace (int old_elem, int new_elem) |
void | merge (Set s) |
void | difference (Set s) |
void | intersection (Set s) |
SetIterator | begin () |
SetIterator | end () |
bool | operator== (Set &s) |
bool | operator!= (Set &s) |
|
|
|
|
|
|
|
Definition at line 32 of file Set.h. References contains(). Referenced by PLearn::check_prob(), contains(), PLearn::WordNetOntology::intersectAncestorsAndSenses(), PLearn::WordNetOntology::linkUpperCategories(), main(), PLearn::WordNetOntology::overlappingSynsets(), PLearn::ProbabilitySparseMatrix::sumPyX(), and PLearn::ProbabilitySparseMatrix::sumPYx(). |
|
|
|
|
|
|
|
|
Definition at line 36 of file Set.h. Referenced by PLearn::WordNetOntology::detectWordsWithoutOntology(), and PLearn::WordNetOntology::reduceWordPolysemy_preserveSenseOverlapping(). |
|
Definition at line 46 of file Set.h. References begin(), end(), and PLearn::SetIterator. Referenced by PLearn::WordNetOntology::extractAncestors(), and PLearn::WordNetOntology::getWordAncestors(). |
|
Definition at line 79 of file Set.h. References PLearn::PP< PPointableSet >::ptr. |
|
Definition at line 78 of file Set.h. References PLearn::PP< PPointableSet >::ptr. |
|
Definition at line 37 of file Set.h. Referenced by PLearn::WordNetOntology::reduceWordPolysemy(), PLearn::WordNetOntology::reduceWordPolysemy_preserveSenseOverlapping(), and PLearn::WordNetOntology::removeNonReachableSynsets(). |
|
Definition at line 40 of file Set.h. References PLearn::remove(), and replace(). Referenced by replace(). |
|