Uses of Interface
org.jgrapht.alg.interfaces.LinkPredictionAlgorithm
Packages that use LinkPredictionAlgorithm
-
Uses of LinkPredictionAlgorithm in org.jgrapht.alg.linkprediction
Classes in org.jgrapht.alg.linkprediction that implement LinkPredictionAlgorithmModifier and TypeClassDescriptionclass
Predict links using the Adamic-Adar Index.class
Predict links using the number of common neighbors.class
Predict links using the Hub Depressed Index.class
Predict links using the Hub Promoted Index.class
Predict links using the Jaccard coefficient.class
Predict links using the Leicht-Holme-Newman Index.class
Predict links using Preferential Attachment.class
Predict links using the Resource Allocation Index.class
Predict links using the Salton Index, also called the cosine similarity.class
Predict links using the Sørensen Index.