c

ml.dmlc.xgboost4j.scala

QuantileDMatrix

class QuantileDMatrix extends DMatrix

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

实例构造函数

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

    根据数组接口从迭代器创建QuantileDMatrix

    根据数组接口从迭代器创建QuantileDMatrix

    iter

    XGBoost ColumnBatch批处理以提供相应的数组接口

    ref

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

    missing

    缺失值

    maxBin

    最大分箱数

    nthread

    并行度

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

    根据数组接口从迭代器创建QuantileDMatrix

    根据数组接口从迭代器创建QuantileDMatrix

    iter

    XGBoost ColumnBatch批处理以提供相应的数组接口

    missing

    缺失值

    maxBin

    最大分箱数

    nthread

    并行度

    抛出的异常

值成员

  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 delete(): Unit
    定义类
    DMatrix
  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: 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 getWeight: Array[Float]
    定义类
    DMatrix
    注解
    @throws( ... )
  18. def hashCode(): Int
    定义类
    AnyRef → Any
    注解
    @native()
  19. final def isInstanceOf[T0]: Boolean
    定义类
    Any
  20. final def ne(arg0: AnyRef): Boolean
    定义类
    AnyRef
  21. def nonMissingNum: Long
    定义类
    DMatrix
    注解
    @throws( ... )
  22. final def notify(): Unit
    定义类
    AnyRef
    注解
    @native()
  23. final def notifyAll(): Unit
    定义类
    AnyRef
    注解
    @native()
  24. def rowNum: Long
    定义类
    DMatrix
    注解
    @throws( ... )
  25. def saveBinary(filePath: String): Unit
    定义类
    DMatrix
  26. def setBaseMargin(column: Column): Unit

    从列数组接口设置 DMatrix 的基线边距

    从列数组接口设置 DMatrix 的基线边距

    定义类
    QuantileDMatrix → DMatrix
    注解
    @throws( classOf[XGBoostError] )
  27. def setBaseMargin(baseMargin: Array[Array[Float]]): Unit

    如果指定,xgboost 将从该初始边距开始,可用于指定要提升的初始预测

    如果指定,xgboost 将从该初始边距开始,可用于指定要提升的初始预测

    基线边距

    基线边距

    定义类
    QuantileDMatrix → DMatrix
    注解
    @throws( classOf[XGBoostError] )
  28. def setBaseMargin(baseMargin: Array[Float]): Unit

    如果指定,xgboost 将从该初始边距开始,可用于指定要提升的初始预测

    如果指定,xgboost 将从该初始边距开始,可用于指定要提升的初始预测

    基线边距

    基线边距

    定义类
    QuantileDMatrix → DMatrix
    注解
    @throws( classOf[XGBoostError] )
  29. def setFeatureNames(values: Array[String]): Unit
    定义类
    DMatrix
    注解
    @throws( ... )
  30. def setFeatureTypes(values: Array[String]): Unit
    定义类
    DMatrix
    注解
    @throws( ... )
  31. def setGroup(group: Array[Int]): Unit

    设置 DMatrix 的组大小(用于排名)

    设置 DMatrix 的组大小(用于排名)

    以数组形式表示的组大小

    定义类
    QuantileDMatrix → DMatrix
    注解
    @throws( classOf[XGBoostError] )
  32. def setLabel(column: Column): Unit

    从数组接口设置 DMatrix 的标签

    从数组接口设置 DMatrix 的标签

    定义类
    QuantileDMatrix → DMatrix
    注解
    @throws( classOf[XGBoostError] )
  33. def setLabel(labels: Array[Float]): Unit

    设置 DMatrix 的标签

    设置 DMatrix 的标签

    标签

    标签

    定义类
    QuantileDMatrix → DMatrix
    注解
    @throws( classOf[XGBoostError] )
  34. def setQueryId(column: Column): Unit
    定义类
    QuantileDMatrix → DMatrix
    注解
    @throws( classOf[XGBoostError] )
  35. def setQueryId(qid: Array[Int]): Unit
    定义类
    DMatrix
    注解
    @throws( ... )
  36. def setWeight(column: Column): Unit

    从列数组接口设置 dmatrix 的权重

    从列数组接口设置 dmatrix 的权重

    定义类
    QuantileDMatrix → DMatrix
    注解
    @throws( classOf[XGBoostError] )
  37. def setWeight(weights: Array[Float]): Unit

    设置每个实例的权重

    设置每个实例的权重

    weights

    weights

    定义类
    QuantileDMatrix → DMatrix
    注解
    @throws( classOf[XGBoostError] )
  38. def slice(rowIndex: Array[Int]): DMatrix
    定义类
    DMatrix
    注解
    @throws( ... )
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    定义类
    AnyRef
  40. def toString(): String
    定义类
    AnyRef → Any
  41. final def wait(): Unit
    定义类
    AnyRef
    注解
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    定义类
    AnyRef
    注解
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    定义类
    AnyRef
    注解
    @throws( ... ) @native()

继承自 DMatrix

继承自 AnyRef

继承自 Any

未分组