Uses of Class
com.epam.healenium.treecomparing.Scored
-
-
Uses of Scored in com.epam.healenium.treecomparing
Methods in com.epam.healenium.treecomparing that return types with arguments of type Scored 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 descendingList<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
-