c

ml.dmlc.xgboost4j.java.flink

XGBoostModel

XGBoostModel extends Serializable

线性超类
Serializable, AnyRef, Any
排序方式
  1. 字母顺序
  2. 按继承关系
继承的
  1. XGBoostModel
  2. Serializable
  3. AnyRef
  4. Any
  1. 隐藏全部
  2. 显示全部
可见性
  1. 公有
  2. 全部

实例构造函数

  1. new XGBoostModel(booster: Booster)

值成员

  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. final def eq(arg0: AnyRef): Boolean
    定义类
    AnyRef
  7. def equals(arg0: Any): Boolean
    定义类
    AnyRef → Any
  8. def finalize(): Unit
    属性
    protected[lang]
    定义类
    AnyRef
    注解
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    定义类
    AnyRef → Any
    注解
    @native()
  10. def hashCode(): Int
    定义类
    AnyRef → Any
    注解
    @native()
  11. final def isInstanceOf[T0]: Boolean
    定义类
    Any
  12. final def ne(arg0: AnyRef): Boolean
    定义类
    AnyRef
  13. final def notify(): Unit
    定义类
    AnyRef
    注解
    @native()
  14. final def notifyAll(): Unit
    定义类
    AnyRef
    注解
    @native()
  15. def predict(data: DataSet[Vector]): DataSet[Array[Float]]

    预测给定的向量数据集。

    预测给定的向量数据集。

    data

    要预测的数据集。

    返回

    预测结果。

  16. def predict(testSet: DMatrix): Array[Array[Float]]

    使用给定的 DMatrix 进行预测

    使用给定的 DMatrix 进行预测

    testSet

    表示为 DMatrix 的本地测试集

    返回

    预测结果

  17. def saveModelAsHadoopFile(modelPath: String, format: String): Unit

    将模型保存为 Hadoop 文件系统文件。

    将模型保存为 Hadoop 文件系统文件。

    modelPath

    模型路径,采用 Hadoop 路径格式。

    format

    模型格式 (ubj, json, deprecated)

    抛出的异常

    IOException 保存错误

    XGBoostError 内部错误

  18. def saveModelAsHadoopFile(modelPath: String): Unit

    将模型保存为 Hadoop 文件系统文件。

    将模型保存为 Hadoop 文件系统文件。

    modelPath

    模型路径,采用 Hadoop 路径格式。

  19. final def synchronized[T0](arg0: ⇒ T0): T0
    定义类
    AnyRef
  20. def toByteArray(format: String): Array[Byte]
  21. def toString(): String
    定义类
    AnyRef → Any
  22. final def wait(): Unit
    定义类
    AnyRef
    注解
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    定义类
    AnyRef
    注解
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    定义类
    AnyRef
    注解
    @throws( ... ) @native()

继承自 Serializable

继承自 AnyRef

继承自 Any

未分组