Uses of Class
net.i2p.router.sybil.Points
Packages that use Points
Package
Description
Classes to run offline Sybil analysis, and to
store and load the results.
-
Uses of Points in net.i2p.router.sybil
Methods in net.i2p.router.sybil that return PointsMethods in net.i2p.router.sybil that return types with arguments of type PointsModifier and TypeMethodDescriptionAnalysis.backgroundAnalysis
(boolean includeAll) Analyze threats.PersistSybil.load
(long date) Load the analysis for a certain date.Load all the analysis for a certain hash.Methods in net.i2p.router.sybil with parameters of type PointsMethod parameters in net.i2p.router.sybil with type arguments of type PointsModifier and TypeMethodDescriptionvoid
Analysis.addProfilePoints
(List<RouterInfo> ris, Map<Hash, Points> points) void
Analysis.addVersionPoints
(List<RouterInfo> ris, Map<Hash, Points> points) Analysis.calculateIPGroups16
(List<RouterInfo> ris, Map<Hash, Points> points) Analysis.calculateIPGroups24
(List<RouterInfo> ris, Map<Hash, Points> points) Analysis.calculateIPGroups32
(List<RouterInfo> ris, Map<Hash, Points> points) Analysis.calculateIPGroupsFamily
(List<RouterInfo> ris, Map<Hash, Points> points) void
Analysis.calculateIPGroupsUs
(List<RouterInfo> ris, Map<Hash, Points> points, List<RouterInfo> ri32, List<RouterInfo> ri24, List<RouterInfo> ri16) double
Analysis.calculatePairDistance
(List<RouterInfo> ris, Map<Hash, Points> points, List<Pair> pairs) void
Analysis.calculateRouterInfo
(Hash us, String usName, List<RouterInfo> ris, Map<Hash, Points> points) void
Store each entry.