package dose3

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.