Uses of Class
edu.columbia.cs.utils.DependencyGraph

Packages that use DependencyGraph
edu.columbia.cs.ref.model.core.impl   
edu.columbia.cs.ref.model.core.structure.impl   
edu.columbia.cs.utils   
 

Uses of DependencyGraph in edu.columbia.cs.ref.model.core.impl
 

Methods in edu.columbia.cs.ref.model.core.impl with parameters of type DependencyGraph
 double LocalizedDependencyGraphsKernel.evaluate(DependencyGraph s1, DependencyGraph s2)
           
 double LocalizedDependencyGraphsKernel.kernel(DependencyGraph s1, DependencyGraph s2)
           
 double LocalizedDependencyGraphsKernel.normKernel(DependencyGraph s1, DependencyGraph s2)
           
 double LocalizedDependencyGraphsKernel.selfKernel(DependencyGraph s)
           
 

Uses of DependencyGraph in edu.columbia.cs.ref.model.core.structure.impl
 

Methods in edu.columbia.cs.ref.model.core.structure.impl that return DependencyGraph
 DependencyGraph TaggedGraph.getGraph()
           
 

Uses of DependencyGraph in edu.columbia.cs.utils
 

Methods in edu.columbia.cs.utils that return DependencyGraph
 DependencyGraph DependencyGraph.getNotShortestPathDependencyGraph()
           
 DependencyGraph DependencyGraph.getShortestPathDependencyGraph()
           
 

Methods in edu.columbia.cs.utils with parameters of type DependencyGraph
 cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D SimpleGraphUtils.getProductAdjacencyMatrix(DependencyGraph g1, DependencyGraph g2)