ml.dmlc.xgboost4j.java

DMatrix

Related Doc: package java

class DMatrix extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DMatrix
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DMatrix(handle: Long)

    Attributes
    protected[ml.dmlc.xgboost4j.java]
  2. new DMatrix(data: Array[Float], nrow: Int, ncol: Int, missing: Float)

  3. new DMatrix(data: Array[Float], nrow: Int, ncol: Int)

  4. new DMatrix(headers: Array[Long], indices: Array[Int], data: Array[Float], st: SparseType, shapeParam: Int)

  5. new DMatrix(headers: Array[Long], indices: Array[Int], data: Array[Float], st: SparseType)

  6. new DMatrix(dataPath: String)

  7. new DMatrix(iter: Iterator[LabeledPoint], cacheInfo: String)

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def dispose(): Unit

  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Attributes
    protected[ml.dmlc.xgboost4j.java]
    Definition Classes
    DMatrix → AnyRef
  10. def getBaseMargin(): Array[Float]

  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def getHandle(): Long

  13. def getLabel(): Array[Float]

  14. def getWeight(): Array[Float]

  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def rowNum(): Long

  21. def saveBinary(filePath: String): Unit

  22. def setBaseMargin(baseMargin: Array[Array[Float]]): Unit

  23. def setBaseMargin(baseMargin: Array[Float]): Unit

  24. def setGroup(group: Array[Int]): Unit

  25. def setLabel(labels: Array[Float]): Unit

  26. def setWeight(weights: Array[Float]): Unit

  27. def slice(rowIndex: Array[Int]): DMatrix

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped