Module org.jgrapht.core
Package org.jgrapht.alg.linkprediction
Algorithms for link prediction
-
Class Summary Class Description AdamicAdarIndexLinkPrediction<V,E> Predict links using the Adamic-Adar Index.CommonNeighborsLinkPrediction<V,E> Predict links using the number of common neighbors.HubDepressedIndexLinkPrediction<V,E> Predict links using the Hub Depressed Index.HubPromotedIndexLinkPrediction<V,E> Predict links using the Hub Promoted Index.JaccardCoefficientLinkPrediction<V,E> Predict links using the Jaccard coefficient.LeichtHolmeNewmanIndexLinkPrediction<V,E> Predict links using the Leicht-Holme-Newman Index.PreferentialAttachmentLinkPrediction<V,E> Predict links using Preferential Attachment.ResourceAllocationIndexLinkPrediction<V,E> Predict links using the Resource Allocation Index.SaltonIndexLinkPrediction<V,E> Predict links using the Salton Index, also called the cosine similarity.SorensenIndexLinkPrediction<V,E> Predict links using the Sørensen Index.SørensenIndexLinkPrediction<V,E> Deprecated. Class will be replaced by SorensenIndexLinkPrediction -
Exception Summary Exception Description LinkPredictionIndexNotWellDefinedException An exception used to notify that a link prediction index is not well defined.