Uses of Package
com.gengoai.graph
-
Packages that use com.gengoai.graph Package Description com.gengoai.graph com.gengoai.graph.algorithms com.gengoai.graph.clustering com.gengoai.graph.io com.gengoai.graph.scoring -
Classes in com.gengoai.graph used by com.gengoai.graph Class Description DirectedEdge A directed weighted edge implementation.Edge Defines an edge in a graph, which minimally is made up of two vertices (source and target in directed edges).EdgeFactory Interface for creating new edges.EdgeMergeFunction Function defining how to merge duplicate edges when merging two graphs together.Graph Interface defining a graph data structure.UndirectedEdge An undirected weighted edge implementation.Vertex A generic vertex class which has a label and set of properties.Vertex.VertexBuilder The type Vertex builder. -
Classes in com.gengoai.graph used by com.gengoai.graph.algorithms Class Description Edge Defines an edge in a graph, which minimally is made up of two vertices (source and target in directed edges).Graph Interface defining a graph data structure. -
Classes in com.gengoai.graph used by com.gengoai.graph.clustering Class Description Graph Interface defining a graph data structure. -
Classes in com.gengoai.graph used by com.gengoai.graph.io Class Description Edge Defines an edge in a graph, which minimally is made up of two vertices (source and target in directed edges).Graph Interface defining a graph data structure.Vertex A generic vertex class which has a label and set of properties. -
Classes in com.gengoai.graph used by com.gengoai.graph.scoring Class Description Graph Interface defining a graph data structure.