package dose3

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

Install

Dune Dependency

Authors

Maintainers

Sources

dose3-7.0.0.tar.gz
md5=bc99cbcea8fca29dca3ebbee54be45e1
sha512=98dc4bd28e9f4aa8384be71b31783ae1afac577ea587118b8457b554ffe302c98e83d0098971e6b81803ee5c4f2befe3a98ef196d6b0da8feb4121e982ad5c2f

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.