c

ml.dmlc.xgboost4j.java

CudfColumnBatch

class CudfColumnBatch extends ColumnBatch

CudfColumnBatch 包装多个 CudfColumns,为所有列提供 cuda 数组接口的 JSON 字符串。

线性超类
ColumnBatch, Column, AutoCloseable, AnyRef, Any
排序
  1. 按字母顺序
  2. 按继承关系
继承的
  1. CudfColumnBatch
  2. ColumnBatch
  3. Column
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. 隐藏全部
  2. 显示全部
可见性
  1. 公共
  2. 全部

实例构造函数

  1. new CudfColumnBatch(featureTable: Table, labelTable: Table, weightTable: Table, baseMarginTable: Table, qidTable: Table)

值成员

  1. final def !=(arg0: Any): Boolean
    定义类
    AnyRef → Any
  2. final def ##(): Int
    定义类
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    定义类
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    定义类
    Any
  5. def clone(): AnyRef
    属性
    protected[lang]
    定义类
    AnyRef
    注解
    @throws( ... ) @native()
  6. def close(): Unit
    定义类
    CudfColumnBatch → Column → AutoCloseable
    注解
    @Override()
  7. final def eq(arg0: AnyRef): Boolean
    定义类
    AnyRef
  8. def equals(arg0: Any): Boolean
    定义类
    AnyRef → Any
  9. def finalize(): Unit
    属性
    protected[lang]
    定义类
    AnyRef
    注解
    @throws( classOf[java.lang.Throwable] )
  10. def getBaseMargin(): List[CudfColumn]
  11. final def getClass(): Class[_]
    定义类
    AnyRef → Any
    注解
    @native()
  12. def getFeatureTable(): Table
  13. def getFeatures(): List[CudfColumn]
  14. def getLabel(): List[CudfColumn]
  15. def getLabelTable(): Table
  16. def getQid(): List[CudfColumn]
  17. def getWeight(): List[CudfColumn]
  18. def hashCode(): Int
    定义类
    AnyRef → Any
    注解
    @native()
  19. final def isInstanceOf[T0]: Boolean
    定义类
    Any
  20. final def ne(arg0: AnyRef): Boolean
    定义类
    AnyRef
  21. final def notify(): Unit
    定义类
    AnyRef
    注解
    @native()
  22. final def notifyAll(): Unit
    定义类
    AnyRef
    注解
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    定义类
    AnyRef
  24. def toFeaturesJson(): String
    定义类
    CudfColumnBatch → ColumnBatch
    注解
    @Override()
  25. def toJson(): String
    定义类
    CudfColumnBatch → Column
  26. def toString(): String
    定义类
    AnyRef → Any
  27. final def wait(): Unit
    定义类
    AnyRef
    注解
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    定义类
    AnyRef
    注解
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    定义类
    AnyRef
    注解
    @throws( ... ) @native()

继承自 ColumnBatch

继承自 Column

继承自 AutoCloseable

继承自 AnyRef

继承自 Any

未分组