类 ExtMemQuantileDMatrix 扩展 QuantileDMatrix
          线性超类
          
        
              
        
            排序
            
          - 字母顺序
- 按继承顺序
                  已继承
                  
                  
- ExtMemQuantileDMatrix
- QuantileDMatrix
- DMatrix
- AnyRef
- Any
- 隐藏所有
- 显示所有
              可见性
              
        - 公共
- 所有
实例构造函数
-  新 ExtMemQuantileDMatrix(迭代器: Iterator[ColumnBatch], 引用: ExtMemQuantileDMatrix, 缺失值: Float, 最大桶数: Int)
-  新 ExtMemQuantileDMatrix(迭代器: Iterator[ColumnBatch], 缺失值: Float, 最大桶数: Int)
-  新 ExtMemQuantileDMatrix(迭代器: Iterator[ColumnBatch], 缺失值: Float, 最大桶数: Int, 引用: Option[QuantileDMatrix], 线程数: Int, 最大分位数批次: Int, 最小缓存页字节数: Long, 缓存主机比率: Float)
值成员
- 
             最终  def   !=(arg0: Any): Boolean - 定义类
- AnyRef → Any
 
- 
             最终  def   ##(): Int - 定义类
- AnyRef → Any
 
- 
             最终  def   ==(arg0: Any): Boolean - 定义类
- AnyRef → Any
 
- 
             最终  def   asInstanceOf[T0]: T0 - 定义类
- Any
 
- 
              def   clone(): AnyRef - 属性
- protected[lang]
- 定义类
- AnyRef
- 注解
- @throws( ... ) @native()
 
- 
              def   delete(): Unit - 定义类
- DMatrix
 
- 
             最终  def   eq(arg0: AnyRef): Boolean - 定义类
- AnyRef
 
- 
              def   equals(arg0: Any): Boolean - 定义类
- AnyRef → Any
 
- 
              def   finalize(): Unit - 属性
- protected[lang]
- 定义类
- AnyRef
- 注解
- @throws( classOf[java.lang.Throwable] )
 
- 
              def   getBaseMargin: Array[Float] - 定义类
- DMatrix
- 注解
- @throws( ... )
 
- 
             最终  def   getClass(): Class[_] - 定义类
- AnyRef → Any
- 注解
- @native()
 
- 
              def   getFeatureNames: Array[String] - 定义类
- DMatrix
- 注解
- @throws( ... )
 
- 
              def   getFeatureTypes: Array[String] - 定义类
- DMatrix
- 注解
- @throws( ... )
 
- 
              def   getGroup(): Array[Int] - 定义类
- DMatrix
- 注解
- @throws( ... )
 
- 
              def   getHandle: Long - 定义类
- DMatrix
 
- 
              def   getLabel: Array[Float] - 定义类
- DMatrix
- 注解
- @throws( ... )
 
- 
              def   getWeight: Array[Float] - 定义类
- DMatrix
- 注解
- @throws( ... )
 
- 
              def   hashCode(): Int - 定义类
- AnyRef → Any
- 注解
- @native()
 
- 
             最终  def   isInstanceOf[T0]: Boolean - 定义类
- Any
 
- 
             最终  def   ne(arg0: AnyRef): Boolean - 定义类
- AnyRef
 
- 
              def   nonMissingNum: Long - 定义类
- DMatrix
- 注解
- @throws( ... )
 
- 
             最终  def   notify(): Unit - 定义类
- AnyRef
- 注解
- @native()
 
- 
             最终  def   notifyAll(): Unit - 定义类
- AnyRef
- 注解
- @native()
 
- 
              def   rowNum: Long - 定义类
- DMatrix
- 注解
- @throws( ... )
 
- 
              def   saveBinary(文件路径: String): Unit - 定义类
- DMatrix
 
- 
              def   setBaseMargin(列: Column): Unit 从列数组接口设置 DMatrix 的基线边距 从列数组接口设置 DMatrix 的基线边距 - 定义类
- QuantileDMatrix → DMatrix
- 注解
- @throws( classOf[XGBoostError] )
 
- 
              def   setBaseMargin(基准边距: Array[Array[Float]]): Unit 如果指定,xgboost 将从该初始边距开始,可用于指定要提升的初始预测 如果指定,xgboost 将从该初始边距开始,可用于指定要提升的初始预测 - 基线边距
- 基线边距 
 - 定义类
- QuantileDMatrix → DMatrix
- 注解
- @throws( classOf[XGBoostError] )
 
- 
              def   setBaseMargin(基准边距: Array[Float]): Unit 如果指定,xgboost 将从该初始边距开始,可用于指定要提升的初始预测 如果指定,xgboost 将从该初始边距开始,可用于指定要提升的初始预测 - 基线边距
- 基线边距 
 - 定义类
- QuantileDMatrix → DMatrix
- 注解
- @throws( classOf[XGBoostError] )
 
- 
              def   setFeatureNames(值: Array[String]): Unit - 定义类
- DMatrix
- 注解
- @throws( ... )
 
- 
              def   setFeatureTypes(值: Array[String]): Unit - 定义类
- DMatrix
- 注解
- @throws( ... )
 
- 
              def   setGroup(组: Array[Int]): Unit 设置 DMatrix 的组大小(用于排名) 
- 
              def   setLabel(列: Column): Unit 从数组接口设置 DMatrix 的标签 从数组接口设置 DMatrix 的标签 - 定义类
- QuantileDMatrix → DMatrix
- 注解
- @throws( classOf[XGBoostError] )
 
- 
              def   setLabel(标签: Array[Float]): Unit 设置 DMatrix 的标签 
- 
              def   setQueryId(列: Column): Unit - 定义类
- QuantileDMatrix → DMatrix
- 注解
- @throws( classOf[XGBoostError] )
 
- 
              def   setQueryId(查询 ID: Array[Int]): Unit - 定义类
- DMatrix
- 注解
- @throws( ... )
 
- 
              def   setWeight(列: Column): Unit 从列数组接口设置 dmatrix 的权重 从列数组接口设置 dmatrix 的权重 - 定义类
- QuantileDMatrix → DMatrix
- 注解
- @throws( classOf[XGBoostError] )
 
- 
              def   setWeight(权重: Array[Float]): Unit 设置每个实例的权重 
- 
              def   slice(行索引: Array[Int]): DMatrix - 定义类
- DMatrix
- 注解
- @throws( ... )
 
- 
             最终  def   synchronized[T0](arg0: ⇒ T0): T0 - 定义类
- AnyRef
 
- 
              def   toString(): String - 定义类
- AnyRef → Any
 
- 
             最终  def   wait(): Unit - 定义类
- AnyRef
- 注解
- @throws( ... )
 
- 
             最终  def   wait(arg0: Long, arg1: Int): Unit - 定义类
- AnyRef
- 注解
- @throws( ... )
 
- 
             最终  def   wait(arg0: Long): Unit - 定义类
- AnyRef
- 注解
- @throws( ... ) @native()