package ctree
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final class Ctree extends AnyRef
-
final
case class
Node(index: Int = 0, norm: Double = 0.0, values: Seq[Double] = _root_.scala.collection.Seq.empty, numChildren: Int = 0) extends GeneratedMessage with Message[Node] with Updatable[Node] with Product with Serializable
- Annotations
- @SerialVersionUID()