|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.llnl.ontology.mains.DecentralizedSearch
public class DecentralizedSearch
| Nested Class Summary | |
|---|---|
static class |
DecentralizedSearch.DistanceMatrix
|
static class |
DecentralizedSearch.TagGraph
|
| Constructor Summary | |
|---|---|
DecentralizedSearch()
|
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
|
static DecentralizedSearch.DistanceMatrix |
readSynsetDistances(String distanceFile,
int numSynsets,
OntologyReader reader)
|
static DecentralizedSearch.TagGraph |
readTagGraph(String tagGraphFile)
|
static Map<String,String> |
readTagMapping(String tagMapFile)
|
static Set<edu.ucla.sspace.util.Pair<Set<String>>> |
readTagPairs(String tagPairFile)
|
static Set<String> |
readTags(String tagList)
|
static int |
searchFromNeighbors(Set<String> nextTags,
Set<String> goalTags,
int maxLength,
DecentralizedSearch.TagGraph graph,
DecentralizedSearch.DistanceMatrix distanceMatrix,
OntologyReader reader)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DecentralizedSearch()
| Method Detail |
|---|
public static void main(String[] args)
throws Exception
Exception
public static int searchFromNeighbors(Set<String> nextTags,
Set<String> goalTags,
int maxLength,
DecentralizedSearch.TagGraph graph,
DecentralizedSearch.DistanceMatrix distanceMatrix,
OntologyReader reader)
public static Map<String,String> readTagMapping(String tagMapFile)
throws Exception
Exception
public static Set<edu.ucla.sspace.util.Pair<Set<String>>> readTagPairs(String tagPairFile)
throws Exception
Exceptionpublic static Set<String> readTags(String tagList)
public static DecentralizedSearch.TagGraph readTagGraph(String tagGraphFile)
throws Exception
Exception
public static DecentralizedSearch.DistanceMatrix readSynsetDistances(String distanceFile,
int numSynsets,
OntologyReader reader)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||