ml.bundle

ctree

package ctree

Visibility
  1. Public
  2. All

Type Members

  1. final case class Node(index: Int = 0, norm: Double = 0.0, values: Seq[Double] = scala.collection.Seq.empty[Nothing], numChildren: Int = 0) extends GeneratedMessage with Message[Node] with Updatable[Node] with Product with Serializable

    Annotations
    @SerialVersionUID( 0L )

Value Members

  1. object CtreeProto

  2. object Node extends GeneratedMessageCompanion[Node] with Serializable

Ungrouped