package dose3

  1. Overview
  2. Docs
Dose library (part of Mancoosi tools)

Install

Dune Dependency

Authors

Maintainers

Sources

dose3-6.1.tar.gz
md5=dedc2f58f2c2b59021f484abc6681d93
sha512=603462645bac190892a816ecb36ef7b9c52f0020f8d7710dc430e2db65122090fdedb24a8d2e03c32bf53a96515f5b51499603b839680d0a7a2146d6e0fb6e34

doc/dose3.algo/Dose_algo/Statistics/Make/index.html

Module Statistics.MakeSource

Parameters

module G : Graph.Sig.I

Signature

Sourcemodule VS : sig ... end
Sourcemodule UndG : sig ... end
Sourceval undirect : G.t -> UndG.t
Sourceval clustering_coefficient : G.t -> G.vertex -> float
Sourceval average_distance : G.t -> VS.elt -> float
Sourcemodule MSin : sig ... end
Sourcemodule MSout : sig ... end
Sourceval _avgdegree : float option ref
Sourceval _outdata : (int, int) ExtLib.Hashtbl.t option ref
Sourceval _indata : (int, int) ExtLib.Hashtbl.t option ref
Sourceval _outdatadegree : int MSout.t ref
Sourceval _indatadegree : int MSin.t ref
Sourceval degree : G.t -> float * int * int * (int, int) ExtLib.Hashtbl.t * (int, int) ExtLib.Hashtbl.t
Sourceval computeDegree : G.t -> unit
Sourceval maxOutDegree : G.t -> int
Sourceval maxInDegree : G.t -> int
Sourceval averageDegree : G.t -> float
Sourceval zdp : G.t -> int
Sourceval scatteredPlotIn : G.t -> (int, int) ExtLib.Hashtbl.t
Sourceval scatteredPlotOut : G.t -> (int, int) ExtLib.Hashtbl.t
Sourceval scatteredPlotBoth : G.t -> (int * int, int) ExtLib.Hashtbl.t
Sourceval centralityDegree : G.t -> (G.t -> G.vertex -> 'a list) -> float
Sourceval centralityOutDegree : G.t -> float
Sourceval centralityInDegree : G.t -> float
Sourceval clustering : G.t -> float
Sourceval averageShortestPathLength : G.t -> float
Sourceval components : G.t -> G.V.t list array
Sourceval weaklycomponents : G.t -> UndG.V.t list array
Sourceval numberComponents : 'a array -> int
Sourceval averageComponents : 'a list array -> float
Sourceval largestComponent : 'a list array -> int
Sourceval density : G.t -> float
Sourceval averageTwoStepReach : G.t -> float
Sourceval removezdp : G.t -> G.t
OCaml

Innovation. Community. Security.