package dtree
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final class Dtree extends AnyRef
-
final
case class
Node(n: N = ml.bundle.dtree.Node.N.Empty) extends GeneratedMessage with Updatable[Node] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Split(s: S = ml.bundle.dtree.Split.S.Empty) extends GeneratedMessage with Updatable[Split] with Product with Serializable
- Annotations
- @SerialVersionUID()