类 ExtMemQuantileDMatrix 继承 QuantileDMatrix
线性超类
排序
- 字母顺序
- 按继承顺序
已继承
- ExtMemQuantileDMatrix
- QuantileDMatrix
- DMatrix
- AnyRef
- Any
- 隐藏所有
- 显示所有
可见性
- 公共
- 所有
实例构造函数
- 新 ExtMemQuantileDMatrix(iter: Iterator[ColumnBatch], missing: Float, maxBin: Int)
- 新 ExtMemQuantileDMatrix(iter: Iterator[ColumnBatch], missing: Float, maxBin: Int, ref: DMatrix)
- 新 ExtMemQuantileDMatrix(iter: Iterator[ColumnBatch], missing: Float, maxBin: Int, ref: DMatrix, nthread: Int, maxQuantileBatches: Int, minCachePageBytes: Long, cacheHostRatio: Float)
类型成员
-
类 QuantileCut 继承 AnyRef
- 定义类
- DMatrix
值成员
-
final def !=(arg0: Any): 布尔值
- 定义类
- AnyRef → Any
-
final def ##(): 整型
- 定义类
- AnyRef → Any
-
final def ==(arg0: Any): 布尔值
- 定义类
- AnyRef → Any
-
final def asInstanceOf[T0]: T0
- 定义类
- Any
-
def clone(): AnyRef
- 属性
- protected[lang]
- 定义类
- AnyRef
- 注解
- @throws( ... ) @native()
-
def dispose(): Unit
- 定义类
- DMatrix
-
final def eq(arg0: AnyRef): 布尔值
- 定义类
- AnyRef
-
def equals(arg0: Any): 布尔值
- 定义类
- AnyRef → Any
-
def finalize(): Unit
- 属性
- protected[java]
- 定义类
- DMatrix → AnyRef
-
def getBaseMargin(): 数组[浮点型]
- 定义类
- DMatrix
- 注解
- @throws( ... )
-
final def getClass(): 类[_]
- 定义类
- AnyRef → Any
- 注解
- @native()
-
def getFeatureNames(): 数组[字符串]
- 定义类
- DMatrix
- 注解
- @throws( ... )
-
def getFeatureTypes(): 数组[字符串]
- 定义类
- DMatrix
- 注解
- @throws( ... )
-
def getGroup(): 数组[整型]
- 定义类
- DMatrix
- 注解
- @throws( ... )
-
def getHandle(): 长整型
- 定义类
- DMatrix
-
def getLabel(): 数组[浮点型]
- 定义类
- DMatrix
- 注解
- @throws( ... )
-
def getQuantileCut(): QuantileCut
- 定义类
- DMatrix
- 注解
- @throws( ... )
-
def getWeight(): 数组[浮点型]
- 定义类
- DMatrix
- 注解
- @throws( ... )
-
def hashCode(): 整型
- 定义类
- AnyRef → Any
- 注解
- @native()
-
final def isInstanceOf[T0]: 布尔值
- 定义类
- Any
-
final def ne(arg0: AnyRef): 布尔值
- 定义类
- AnyRef
-
def nonMissingNum(): 长整型
- 定义类
- DMatrix
- 注解
- @throws( ... )
-
final def notify(): Unit
- 定义类
- AnyRef
- 注解
- @native()
-
final def notifyAll(): Unit
- 定义类
- AnyRef
- 注解
- @native()
-
def rowNum(): 长整型
- 定义类
- DMatrix
- 注解
- @throws( ... )
-
def saveBinary(arg0: 字符串): Unit
- 定义类
- DMatrix
-
def setBaseMargin(baseMargin: 数组[数组[浮点型]]): Unit
- 定义类
- QuantileDMatrix → DMatrix
- 注解
- @Override()
-
def setBaseMargin(baseMargin: 数组[浮点型]): Unit
- 定义类
- QuantileDMatrix → DMatrix
- 注解
- @Override()
-
def setBaseMargin(column: Column): Unit
- 定义类
- QuantileDMatrix → DMatrix
- 注解
- @Override()
-
def setFeatureNames(arg0: 数组[字符串]): Unit
- 定义类
- DMatrix
- 注解
- @throws( ... )
-
def setFeatureTypes(arg0: 数组[字符串]): Unit
- 定义类
- DMatrix
- 注解
- @throws( ... )
-
def setGroup(group: 数组[整型]): Unit
- 定义类
- QuantileDMatrix → DMatrix
- 注解
- @Override()
-
def setLabel(labels: 数组[浮点型]): Unit
- 定义类
- QuantileDMatrix → DMatrix
- 注解
- @Override()
-
def setLabel(column: Column): Unit
- 定义类
- QuantileDMatrix → DMatrix
- 注解
- @Override()
-
def setQueryId(arg0: 数组[整型]): Unit
- 定义类
- DMatrix
- 注解
- @throws( ... )
-
def setQueryId(arg0: Column): Unit
- 定义类
- DMatrix
- 注解
- @throws( ... )
-
def setWeight(weights: 数组[浮点型]): Unit
- 定义类
- QuantileDMatrix → DMatrix
- 注解
- @Override()
-
def setWeight(column: Column): Unit
- 定义类
- QuantileDMatrix → DMatrix
- 注解
- @Override()
-
def slice(arg0: 数组[整型]): DMatrix
- 定义类
- DMatrix
- 注解
- @throws( ... )
-
final def synchronized[T0](arg0: ⇒ T0): T0
- 定义类
- AnyRef
-
def toString(): 字符串
- 定义类
- AnyRef → Any
-
final def wait(): Unit
- 定义类
- AnyRef
- 注解
- @throws( ... )
-
final def wait(arg0: 长整型, arg1: 整型): Unit
- 定义类
- AnyRef
- 注解
- @throws( ... )
-
final def wait(arg0: 长整型): Unit
- 定义类
- AnyRef
- 注解
- @throws( ... ) @native()