Package | Description |
---|---|
org.linqs.psl.utils.graph.partition | |
org.linqs.psl.utils.graph.partition.hierarchical | |
org.linqs.psl.utils.graph.weight |
Modifier and Type | Method and Description |
---|---|
List<List<Node>> |
Partitioner.partition(Graph g,
Iterable<? extends Node> nodes,
RelationshipWeighter rweight)
Partition the set of nodes into the specified number of blocks aiming to minimize the edge
cut as specified by the RelationshipWeighter.
|
double |
Partitioner.partition(Graph g,
Iterable<? extends Node> nodes,
RelationshipWeighter rweight,
List<? extends Collection<Node>> partition)
Partition the set of nodes into the specified number of blocks aiming to minimize the edge
cut as specified by the RelationshipWeighter.
|
Modifier and Type | Method and Description |
---|---|
protected static HashRelationshipWeighter |
HierarchicalPartitioning.createCoarseGraph(Graph g,
Iterable<org.linqs.psl.utils.graph.partition.hierarchical.SuperNode> supernodes,
Map<Node,org.linqs.psl.utils.graph.partition.hierarchical.SuperNode> assign,
RelationshipWeighter rweight) |
List<List<Node>> |
HierarchicalPartitioning.partition(Graph g,
Iterable<? extends Node> nodes,
RelationshipWeighter rweight) |
double |
HyperPartitioning.partition(Graph g,
Iterable<? extends Node> nodes,
RelationshipWeighter rweight,
List<? extends Collection<Node>> partition) |
double |
HierarchicalPartitioning.partition(Graph g,
Iterable<? extends Node> nodes,
RelationshipWeighter rweight,
List<? extends Collection<Node>> partition) |
double |
HyperPartitioning.partition(Graph g,
Iterable<? extends Node> nodes,
RelationshipWeighter rweight,
NodeWeighter nweight,
List<? extends Collection<Node>> partition) |
double |
HierarchicalPartitioning.partition(Graph g,
Iterable<? extends Node> nodes,
RelationshipWeighter rweight,
NodeWeighter nweight,
List<? extends Collection<Node>> partition) |
Modifier and Type | Class and Description |
---|---|
class |
HashRelationshipWeighter |
Copyright © 2018 University of California, Santa Cruz. All rights reserved.