sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
include Graph.Sig.I
with type V.t = MakeVertex(I).t
and type V.label = MakeVertex(I).t
and type E.t = MakeVertex(I).t * Edge.t * MakeVertex(I).t
and type E.label = Edge.t
module V : sig ... end
type vertex = V.t
module E : sig ... end
type edge = E.t
val is_empty : t -> bool
val nb_vertex : t -> int
val nb_edges : t -> int
val create : ?size:int -> unit -> t
val clear : t -> unit
val init_cfg : t
preds_names g v
returns a list of names of predecessors nodes
succs_names g v
returns a list of names of predecessors nodes
input_node g
returns the nodes considered as describing the inputs of the neural network.