-
Methods in com.epam.healenium.treecomparing that return types with arguments of type Node
| Modifier and Type |
Method |
Description |
List<Scored<Node>> |
PathFinder.find(Path path,
Node newSource,
int bestGuessesCount) |
Finds the list of nodes that most likely are our searched one, ordered by likeness descending
|
AbstractMap.SimpleImmutableEntry<Integer,Map<Double,List<AbstractMap.SimpleImmutableEntry<Node,Integer>>>> |
PathFinder.findScoresToNodes(Path path,
Node newSource) |
Finds the Map of all nodes that most likely are our searched one, ordered by likeness descending
|
List<Node> |
Node.getChildren() |
|
List<Scored<Node>> |
PathFinder.getSortedNodes(Map<Double,List<AbstractMap.SimpleImmutableEntry<Node,Integer>>> scoresToNodes,
int bestGuessesCount,
double guessCap) |
Sort the Map of all nodes that most likely are our searched one, ordered by likeness descending
|
Methods in com.epam.healenium.treecomparing with parameters of type Node
| Modifier and Type |
Method |
Description |
NodeBuilder |
NodeBuilder.addChild(Node child) |
|
static Path |
Utils.addNode(Path path,
Node node) |
|
double |
HeuristicNodeDistance.distance(Node node1,
Node node2,
int LCSDistance,
int curPathHeight) |
|
double |
NodeDistance.distance(Node node1,
Node node2,
int LCSDistance,
int curPathHeight) |
|
List<Scored<Node>> |
PathFinder.find(Path path,
Node newSource,
int bestGuessesCount) |
Finds the list of nodes that most likely are our searched one, ordered by likeness descending
|
Node |
PathFinder.findNearest(Path path,
Node newSource) |
Finds the nearest node that most likely is our searched one
|
AbstractMap.SimpleImmutableEntry<Integer,Map<Double,List<AbstractMap.SimpleImmutableEntry<Node,Integer>>>> |
PathFinder.findScoresToNodes(Path path,
Node newSource) |
Finds the Map of all nodes that most likely are our searched one, ordered by likeness descending
|
void |
Path.setNodes(Node[] nodes) |
|