| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CASCGraph | |
|---|---|
| gr.demokritos.iit.jinsect.casc.console | |
| gr.demokritos.iit.jinsect.spock.console | |
| Uses of CASCGraph in gr.demokritos.iit.jinsect.casc.console | 
|---|
| Methods in gr.demokritos.iit.jinsect.casc.console that return CASCGraph | |
|---|---|
static CASCGraph | 
casc.getDefaultGraph()
 | 
static CASCGraph | 
casc.getDummyGraph()
 | 
static CASCGraph | 
casc.getExampleGraph()
 | 
static CASCGraph | 
casc.getLDABasedGraph()
Returns a graph based on LDA analysis of the underlying n-gram frequencies.  | 
static CASCGraph | 
casc.getLevenshteinDistanceGraph(java.lang.String sInputDir)
 | 
static CASCGraph | 
casc.getNGramDistanceAgglomerativelyClusteredGraph(java.lang.String sInputDir,
                                              int iMinNGram,
                                              int iMaxNGram,
                                              int iDist,
                                              double dGraphImportance,
                                              java.lang.String sClusteringType)
 | 
static CASCGraph | 
casc.getNGramDistanceGraph(java.lang.String sInputDir,
                      int iMinNGram,
                      int iMaxNGram,
                      int iDist,
                      double dGraphImportance,
                      boolean bSilent,
                      java.util.TreeMap hLoadedDocs)
 | 
static CASCGraph | 
casc.getRandomGraph()
 | 
| Methods in gr.demokritos.iit.jinsect.casc.console with parameters of type CASCGraph | |
|---|---|
static void | 
casc.addParent(java.util.HashMap hParents,
          salvo.jesus.graph.Vertex vA,
          salvo.jesus.graph.Vertex vB,
          CASCGraph gTree,
          double dWeightToParent)
 | 
static double | 
casc.calcCASCDistanceBetween(CASCGraph gCorrect,
                        CASCGraph g2)
 | 
static double | 
casc.calcDistanceBetween(CASCGraph gCorrect,
                    CASCGraph g2)
 | 
static double | 
casc.calcDistanceBetween(CASCGraph gCorrect,
                    CASCGraph g2,
                    boolean bSilent)
 | 
static java.lang.String | 
casc.graphToCASCDot(CASCGraph gTree)
Renders a graph to its DOT representation (See GraphViz for more info on the format).  | 
| Uses of CASCGraph in gr.demokritos.iit.jinsect.spock.console | 
|---|
| Methods in gr.demokritos.iit.jinsect.spock.console that return CASCGraph | |
|---|---|
static CASCGraph | 
spock.getNGramDistanceAgglomerativelyClusteredGraph(java.lang.String sInput,
                                              java.lang.String sLimitTo,
                                              int iMinNGram,
                                              int iMaxNGram,
                                              int iDist,
                                              double dGraphImportance,
                                              java.lang.String sClusteringType)
 | 
static CASCGraph | 
spock.getNGramDistanceGraph(java.lang.String sInput,
                      java.lang.String sLimitTo,
                      int iMinNGram,
                      int iMaxNGram,
                      int iDist,
                      double dGraphImportance,
                      boolean bSilent,
                      java.util.TreeMap hLoadedDocs)
 | 
| Methods in gr.demokritos.iit.jinsect.spock.console with parameters of type CASCGraph | |
|---|---|
static void | 
spock.updateHashtable(java.util.Hashtable hToUpdate,
                CASCGraph gClusters,
                java.lang.String sName)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||