c

ml.dmlc.xgboost4j.java

ExtMemQuantileDMatrix

ExtMemQuantileDMatrix 继承 QuantileDMatrix

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

实例构造函数

  1. ExtMemQuantileDMatrix(iter: Iterator[ColumnBatch], missing: Float, maxBin: Int)
  2. ExtMemQuantileDMatrix(iter: Iterator[ColumnBatch], missing: Float, maxBin: Int, ref: DMatrix)
  3. ExtMemQuantileDMatrix(iter: Iterator[ColumnBatch], missing: Float, maxBin: Int, ref: DMatrix, nthread: Int, maxQuantileBatches: Int, minCachePageBytes: Long, cacheHostRatio: Float)

类型成员

  1. QuantileCut 继承 AnyRef
    定义类
    DMatrix

值成员

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

继承自 QuantileDMatrix

继承自 DMatrix

继承自 AnyRef

继承自 Any

未分组