public abstract static class Tree.Param extends Value.Option
Tree
FunctionModel.
Also see Tree.Param.Leaf
and Tree.Param.Fork
.Modifier and Type | Class and Description |
---|---|
static class |
Tree.Param.DFork
The statistical parameter of a
Tree.DFork , i.e., an
input-column number, and a Vector of parameters for sub-Trees. |
static class |
Tree.Param.Fork
The superclass of
Tree.Param.DFork and Tree.Param.OFork . |
static class |
Tree.Param.Leaf
The statistical parameter of a
Tree.Leaf , i.e.,
a statistical parameter to make a Tree.Leaf
from Tree.leafUPM . |
static class |
Tree.Param.OFork
The statistical parameter of a
Tree.OFork , i.e., an
input-column number, a splitting Value |
Value.Option.GP
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
Constructor and Description |
---|
Param() |
Modifier and Type | Method and Description |
---|---|
Type.Option |
type()
Returns
Tree.TreeParam . |
AoM, elt, elts, frth, fst, nlAoM, print, snd, thrd, toString
public Type.Option type()
Tree.TreeParam
.