ml.dmlc.xgboost4j.java

DMatrix

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
Learn more about member selection
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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def getHandle(): Long

  15. def getLabel(): Array[Float]

  16. def getWeight(): Array[Float]

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def rowNum(): Long

  23. def saveBinary(filePath: String): Unit

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped