c

ml.dmlc.xgboost4j.scala

ExternalCheckpointManager

ExternalCheckpointManager 继承自 java.ExternalCheckpointManager

线性超类型
排序
  1. 按字母顺序
  2. 按继承关系
继承成员
  1. ExternalCheckpointManager
  2. ExternalCheckpointManager
  3. AnyRef
  4. Any
  1. 隐藏全部
  2. 显示全部
可见性
  1. 公共
  2. 全部

实例构造函数

  1. new ExternalCheckpointManager(checkpointPath: String, fs: FileSystem)

值成员

  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 cleanPath(): Unit
  6. def cleanUpHigherVersions(currentRound: Int): Unit
  7. def clone(): AnyRef
    属性
    protected[lang]
    定义类
    AnyRef
    注解
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    定义类
    AnyRef
  9. def equals(arg0: Any): Boolean
    定义类
    AnyRef 到 Any
  10. def finalize(): Unit
    属性
    protected[lang]
    定义类
    AnyRef
    注解
    @throws( classOf[java.lang.Throwable] )
  11. def getCheckpointRounds(firstRound: Int, checkpointInterval: Int, numOfRounds: Int): List[Integer]
  12. final def getClass(): Class[_]
    定义类
    AnyRef 到 Any
    注解
    @native()
  13. def hashCode(): Int
    定义类
    AnyRef 到 Any
    注解
    @native()
  14. final def isInstanceOf[T0]: Boolean
    定义类
    Any
  15. def loadCheckpointAsBooster(): java.Booster
  16. def loadCheckpointAsScalaBooster(): Booster
  17. final def ne(arg0: AnyRef): Boolean
    定义类
    AnyRef
  18. final def notify(): Unit
    定义类
    AnyRef
    注解
    @native()
  19. final def notifyAll(): Unit
    定义类
    AnyRef
    注解
    @native()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    定义类
    AnyRef
  21. def toString(): String
    定义类
    AnyRef 到 Any
  22. def updateCheckpoint(booster: Booster): Unit
  23. def updateCheckpoint(boosterToCheckpoint: java.Booster): Unit
  24. final def wait(): Unit
    定义类
    AnyRef
    注解
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    定义类
    AnyRef
    注解
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    定义类
    AnyRef
    注解
    @throws( ... ) @native()

继承自 AnyRef

继承自 Any

未分组