public abstract class Graphs.M extends UPModel.M
Model.Defaults, Model.Transform
Value.Atomic, Value.Bool, Value.Char, Value.Chars, Value.Cts, Value.Defer, Value.Discrete, Value.Enum, Value.Inc_Or, Value.Int, Value.Lambda, Value.List, Value.Maybe, Value.Option, Value.Real, Value.Scannable, Value.Structured, Value.Triv, Value.Tuple
Modifier and Type | Field and Description |
---|---|
protected Discretes.M |
mdlV
Public face of 'mdlV' is
mdlV() . |
Modifier and Type | Method and Description |
---|---|
Discretes.M |
mdlV()
The fully parameterised Model of the number of Vertices,
|V| . |
double |
nlLH(Value ss)
Sum of
nlPr s — assumes that
statistics 'ss' is the data-set of Graphs itself. |
Graph |
random()
Not implemented for Graphs.M; a subclass may do so.
|
asEstimator, asUPModel, m1m2sp, msg, msg1, msg1bits, msg2, msg2bits, msgBits, nl2LH, nl2Pr, nlPr, pr, random, randomSeries, statParams, stats, stats, sumNlPr, transform, type, zeroTriv
protected Discretes.M mdlV
mdlV()
.
Some constructor must set mdlV.public M(double msg1, double msg2, Value sp)
public Discretes.M mdlV()
|V|
. Note that we require
|V|≥1 of Graphs, e.g., for
random()
.
Also see Graphs.upmV()
.public double nlLH(Value ss)
nlPr
s — assumes that
statistics 'ss' is the data-set of Graphs itself.