Package

ml.bundle

ctree

Permalink

package ctree

Visibility
  1. Public
  2. All

Type Members

  1. 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

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. object CtreeProto

    Permalink
  2. object Node extends GeneratedMessageCompanion[Node] with Serializable

    Permalink

Ungrouped