Uses of Interface
org.jgrapht.alg.interfaces.LinkPredictionAlgorithm
Package | Description |
---|---|
org.jgrapht.alg.linkprediction |
Algorithms for link prediction
|
-
Uses of LinkPredictionAlgorithm in org.jgrapht.alg.linkprediction
Classes in org.jgrapht.alg.linkprediction that implement LinkPredictionAlgorithm Modifier and Type Class Description class
AdamicAdarIndexLinkPrediction<V,E>
Predict links using the Adamic-Adar Index.class
CommonNeighborsLinkPrediction<V,E>
Predict links using the number of common neighbors.class
HubDepressedIndexLinkPrediction<V,E>
Predict links using the Hub Depressed Index.class
HubPromotedIndexLinkPrediction<V,E>
Predict links using the Hub Promoted Index.class
JaccardCoefficientLinkPrediction<V,E>
Predict links using the Jaccard coefficient.class
LeichtHolmeNewmanIndexLinkPrediction<V,E>
Predict links using the Leicht-Holme-Newman Index.class
PreferentialAttachmentLinkPrediction<V,E>
Predict links using Preferential Attachment.class
ResourceAllocationIndexLinkPrediction<V,E>
Predict links using the Resource Allocation Index.class
SaltonIndexLinkPrediction<V,E>
Predict links using the Salton Index, also called the cosine similarity.class
SørensenIndexLinkPrediction<V,E>
Predict links using the Sørensen Index.