c

ml.dmlc.xgboost4j.java

QuantileDMatrix

QuantileDMatrix extends DMatrix

QuantileDMatrix 仅用于训练

线性超类
DMatrix, AnyRef, Any
已知子类
排序
  1. 按字母顺序
  2. 按继承顺序
继承的
  1. QuantileDMatrix
  2. DMatrix
  3. AnyRef
  4. Any
  1. 隐藏全部
  2. 显示全部
可见性
  1. 公开
  2. 全部

实例构造函数

  1. new QuantileDMatrix(iter: Iterator[ColumnBatch], refDMatrix: QuantileDMatrix, missing: Float, maxBin: Int, nthread: Int)

    从基于 CUDA 数组接口的迭代器创建 QuantileDMatrix

    从基于 CUDA 数组接口的迭代器创建 QuantileDMatrix

    iter

    提供相应 CUDA 数组接口的 XGBoost ColumnBatch 批次

    refDMatrix

    提供分位数信息的参考 QuantileDMatrix,在使用 QuantileDMatrix 创建验证/测试数据集时需要。提供训练 DMatrix 作为参考意味着应用于训练数据的相同分位数化也应用于验证/测试数据

    missing

    缺失值

    maxBin

    最大分箱数

    nthread

    并行度

    抛出的异常
  2. new QuantileDMatrix(iter: Iterator[ColumnBatch], missing: Float, maxBin: Int, nthread: Int)

    从基于 CUDA 数组接口的迭代器创建 QuantileDMatrix

    从基于 CUDA 数组接口的迭代器创建 QuantileDMatrix

    iter

    提供相应 CUDA 数组接口的 XGBoost ColumnBatch 批次

    missing

    缺失值

    maxBin

    最大分箱数

    nthread

    并行度

    抛出的异常
  3. new QuantileDMatrix()
    属性
    protected[java]

类型成员

  1. QuantileCut extends AnyRef
    定义类
    DMatrix

值成员

  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 dispose(): Unit
    定义类
    DMatrix
  7. final def eq(arg0: AnyRef): Boolean
    定义类
    AnyRef
  8. def equals(arg0: Any): Boolean
    定义类
    AnyRef → Any
  9. def finalize(): Unit
    属性
    protected[java]
    定义类
    DMatrix → AnyRef
  10. def getBaseMargin(): Array[Float]
    定义类
    DMatrix
    注解
    @throws( ... )
  11. final def getClass(): Class[_]
    定义类
    AnyRef → Any
    注解
    @native()
  12. def getFeatureNames(): Array[String]
    定义类
    DMatrix
    注解
    @throws( ... )
  13. def getFeatureTypes(): Array[String]
    定义类
    DMatrix
    注解
    @throws( ... )
  14. def getGroup(): Array[Int]
    定义类
    DMatrix
    注解
    @throws( ... )
  15. def getHandle(): Long
    定义类
    DMatrix
  16. def getLabel(): Array[Float]
    定义类
    DMatrix
    注解
    @throws( ... )
  17. def getQuantileCut(): QuantileCut
    定义类
    DMatrix
    注解
    @throws( ... )
  18. def getWeight(): Array[Float]
    定义类
    DMatrix
    注解
    @throws( ... )
  19. def hashCode(): Int
    定义类
    AnyRef → Any
    注解
    @native()
  20. final def isInstanceOf[T0]: Boolean
    定义类
    Any
  21. final def ne(arg0: AnyRef): Boolean
    定义类
    AnyRef
  22. def nonMissingNum(): Long
    定义类
    DMatrix
    注解
    @throws( ... )
  23. final def notify(): Unit
    定义类
    AnyRef
    注解
    @native()
  24. final def notifyAll(): Unit
    定义类
    AnyRef
    注解
    @native()
  25. def rowNum(): Long
    定义类
    DMatrix
    注解
    @throws( ... )
  26. def saveBinary(arg0: String): Unit
    定义类
    DMatrix
  27. def setBaseMargin(baseMargin: Array[Array[Float]]): Unit
    定义类
    QuantileDMatrix → DMatrix
    注解
    @Override()
  28. def setBaseMargin(baseMargin: Array[Float]): Unit
    定义类
    QuantileDMatrix → DMatrix
    注解
    @Override()
  29. def setBaseMargin(column: Column): Unit
    定义类
    QuantileDMatrix → DMatrix
    注解
    @Override()
  30. def setFeatureNames(arg0: Array[String]): Unit
    定义类
    DMatrix
    注解
    @throws( ... )
  31. def setFeatureTypes(arg0: Array[String]): Unit
    定义类
    DMatrix
    注解
    @throws( ... )
  32. def setGroup(group: Array[Int]): Unit
    定义类
    QuantileDMatrix → DMatrix
    注解
    @Override()
  33. def setLabel(labels: Array[Float]): Unit
    定义类
    QuantileDMatrix → DMatrix
    注解
    @Override()
  34. def setLabel(column: Column): Unit
    定义类
    QuantileDMatrix → DMatrix
    注解
    @Override()
  35. def setQueryId(arg0: Array[Int]): Unit
    定义类
    DMatrix
    注解
    @throws( ... )
  36. def setQueryId(arg0: Column): Unit
    定义类
    DMatrix
    注解
    @throws( ... )
  37. def setWeight(weights: Array[Float]): Unit
    定义类
    QuantileDMatrix → DMatrix
    注解
    @Override()
  38. def setWeight(column: Column): Unit
    定义类
    QuantileDMatrix → DMatrix
    注解
    @Override()
  39. def slice(arg0: Array[Int]): DMatrix
    定义类
    DMatrix
    注解
    @throws( ... )
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    定义类
    AnyRef
  41. def toString(): String
    定义类
    AnyRef → Any
  42. final def wait(): Unit
    定义类
    AnyRef
    注解
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    定义类
    AnyRef
    注解
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    定义类
    AnyRef
    注解
    @throws( ... ) @native()

继承自 DMatrix

继承自 AnyRef

继承自 Any

未分组