Parameters
Signature
module UndG : sig ... endval clustering_coefficient : G.t -> G.vertex -> floatval average_distance : G.t -> VS.elt -> floatmodule MSin : sig ... endmodule MSout : sig ... endval _avgdegree : float option Stdlib.refval _outdata : (int, int) ExtLib.Hashtbl.t option Stdlib.refval _indata : (int, int) ExtLib.Hashtbl.t option Stdlib.refval _outdatadegree : int MSout.t Stdlib.refval _indatadegree : int MSin.t Stdlib.refval degree :
G.t ->
float * int * int * (int, int) ExtLib.Hashtbl.t * (int, int) ExtLib.Hashtbl.tval computeDegree : G.t -> unitval maxOutDegree : G.t -> intval maxInDegree : G.t -> intval averageDegree : G.t -> floatval scatteredPlotIn : G.t -> (int, int) ExtLib.Hashtbl.tval scatteredPlotOut : G.t -> (int, int) ExtLib.Hashtbl.tval scatteredPlotBoth : G.t -> (int * int, int) ExtLib.Hashtbl.tval centralityDegree : G.t -> (G.t -> G.vertex -> 'a list) -> floatval centralityOutDegree : G.t -> floatval centralityInDegree : G.t -> floatval clustering : G.t -> floatval averageShortestPathLength : G.t -> floatval components : G.t -> G.V.t list arrayval weaklycomponents : G.t -> UndG.V.t list arrayval numberComponents : 'a array -> intval averageComponents : 'a list array -> floatval largestComponent : 'a list array -> intval density : G.t -> floatval averageTwoStepReach : G.t -> floatval removezdp : G.t -> G.t