Class/Object

ml.bundle.dtree.Split

CategoricalSplit

Related Docs: object CategoricalSplit | package Split

Permalink

final case class CategoricalSplit(featureIndex: Int = 0, isLeft: Boolean = false, numCategories: Int = 0, categories: Seq[Double] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[CategoricalSplit] with Updatable[CategoricalSplit] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[CategoricalSplit], Message[CategoricalSplit], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CategoricalSplit
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CategoricalSplit(featureIndex: Int = 0, isLeft: Boolean = false, numCategories: Int = 0, categories: Seq[Double] = _root_.scala.collection.Seq.empty)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAllCategories(__vs: TraversableOnce[Double]): CategoricalSplit

    Permalink
  5. def addCategories(__vs: Double*): CategoricalSplit

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val categories: Seq[Double]

    Permalink
  8. def clearCategories: CategoricalSplit

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def companion: CategoricalSplit.type

    Permalink
    Definition Classes
    CategoricalSplit → GeneratedMessage
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. val featureIndex: Int

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    CategoricalSplit → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    CategoricalSplit → GeneratedMessage
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val isLeft: Boolean

    Permalink
  19. def mergeFrom(_input__: CodedInputStream): CategoricalSplit

    Permalink
    Definition Classes
    CategoricalSplit → Message
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val numCategories: Int

    Permalink
  24. final def serializedSize: Int

    Permalink
    Definition Classes
    CategoricalSplit → GeneratedMessage
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  27. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  28. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  29. def toString(): String

    Permalink
    Definition Classes
    CategoricalSplit → AnyRef → Any
  30. def update(ms: (Lens[CategoricalSplit, CategoricalSplit]) ⇒ Mutation[CategoricalSplit]*): CategoricalSplit

    Permalink
    Definition Classes
    Updatable
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withCategories(__v: Seq[Double]): CategoricalSplit

    Permalink
  35. def withFeatureIndex(__v: Int): CategoricalSplit

    Permalink
  36. def withIsLeft(__v: Boolean): CategoricalSplit

    Permalink
  37. def withNumCategories(__v: Int): CategoricalSplit

    Permalink
  38. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  39. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    CategoricalSplit → GeneratedMessage
  40. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[CategoricalSplit]

Inherited from Message[CategoricalSplit]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped