Package | Description |
---|---|
org.linqs.psl.utils.dataloading.graph |
Modifier and Type | Method and Description |
---|---|
List<Subgraph<ET,RT>> |
Graph.splitGraphRandom(int numsplits,
ET splitType) |
List<Subgraph<ET,RT>> |
Graph.splitGraphSnowball(int numsplits,
ET splitType,
int splitSize,
double exploreProbability) |
Modifier and Type | Method and Description |
---|---|
Iterable<Relation<ET,RT>> |
Entity.getAllRelations(Subgraph<ET,RT> subgraph) |
Iterable<Relation<ET,RT>> |
Entity.getRelations(RT relType,
Subgraph<ET,RT> subgraph) |
Copyright © 2018 University of California, Santa Cruz. All rights reserved.