final case classInternalNode(split: Option[Split] = scala.None) extends GeneratedMessage with Message[InternalNode] with Updatable[InternalNode] with Product with Serializable
Annotations
@SerialVersionUID(0L)
final case classLeafNode(prediction: Double = 0.0, impurities: Seq[Double] = immutable.this.Nil) extends GeneratedMessage with Message[LeafNode] with Updatable[LeafNode] with Product with Serializable