ml.dmlc.xgboost4j.java

Booster

class Booster extends Serializable with KryoSerializable

Linear Supertypes
KryoSerializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Booster
  2. KryoSerializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def boost(dtrain: DMatrix, grad: Array[Float], hess: Array[Float]): Unit

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  9. def dispose(): Unit

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def evalSet(evalMatrixs: Array[DMatrix], evalNames: Array[String], eval: IEvaluation, metricsOut: Array[Float]): String

  13. def evalSet(evalMatrixs: Array[DMatrix], evalNames: Array[String], eval: IEvaluation): String

  14. def evalSet(evalMatrixs: Array[DMatrix], evalNames: Array[String], iter: Int, metricsOut: Array[Float]): String

  15. def evalSet(evalMatrixs: Array[DMatrix], evalNames: Array[String], iter: Int): String

  16. def finalize(): Unit

    Attributes
    protected[ml.dmlc.xgboost4j.java]
    Definition Classes
    Booster → AnyRef
  17. final def getAttr(key: String): String

  18. final def getAttrs(): Map[String, String]

  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  20. def getFeatureScore(featureMap: String): Map[String, Integer]

  21. def getFeatureScore(featureNames: Array[String]): Map[String, Integer]

  22. def getModelDump(featureNames: Array[String], withStats: Boolean, format: String): Array[String]

  23. def getModelDump(featureNames: Array[String], withStats: Boolean): Array[String]

  24. def getModelDump(featureMap: String, withStats: Boolean, format: String): Array[String]

  25. def getModelDump(featureMap: String, withStats: Boolean): Array[String]

  26. def getScore(featureMap: String, importanceType: String): Map[String, Double]

  27. def getScore(featureNames: Array[String], importanceType: String): Map[String, Double]

  28. def getVersion(): Int

  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  34. def predict(data: DMatrix, outputMargin: Boolean, treeLimit: Int): Array[Array[Float]]

  35. def predict(data: DMatrix, outputMargin: Boolean): Array[Array[Float]]

  36. def predict(data: DMatrix): Array[Array[Float]]

  37. def predictContrib(data: DMatrix, treeLimit: Int): Array[Array[Float]]

  38. def predictLeaf(data: DMatrix, treeLimit: Int): Array[Array[Float]]

  39. def read(kryo: Kryo, input: Input): Unit

    Definition Classes
    Booster → KryoSerializable
  40. def saveModel(out: OutputStream): Unit

  41. def saveModel(modelPath: String): Unit

  42. final def setAttr(key: String, value: String): Unit

  43. def setAttrs(attrs: Map[String, String]): Unit

  44. final def setParam(key: String, value: Any): Unit

  45. def setParams(params: Map[String, AnyRef]): Unit

  46. def setVersion(version: Int): Unit

  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def toByteArray(): Array[Byte]

  49. def toString(): String

    Definition Classes
    AnyRef → Any
  50. def update(dtrain: DMatrix, obj: IObjective): Unit

  51. def update(dtrain: DMatrix, iter: Int): Unit

  52. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def write(kryo: Kryo, output: Output): Unit

    Definition Classes
    Booster → KryoSerializable

Inherited from KryoSerializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped