对象 XGBoostRegressor 扩展 DefaultParamsReadable[XGBoostRegressor] 并实现 Serializable
线性超类
排序
- 字母顺序
- 按继承顺序
已继承
- XGBoostRegressor
- Serializable
- Serializable
- DefaultParamsReadable
- MLReadable
- AnyRef
- Any
- 隐藏所有
- 显示所有
可见性
- 公共
- 所有
值成员
-
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()
-
final def eq(arg0: AnyRef): 布尔值
- 定义类
- AnyRef
-
def equals(arg0: Any): 布尔值
- 定义类
- AnyRef → Any
-
def finalize(): Unit
- 属性
- protected[lang]
- 定义类
- AnyRef
- 注解
- @throws( classOf[java.lang.Throwable] )
-
final def getClass(): Class[_]
- 定义类
- AnyRef → Any
- 注解
- @native()
-
def hashCode(): 整型
- 定义类
- AnyRef → Any
- 注解
- @native()
-
final def isInstanceOf[T0]: 布尔值
- 定义类
- Any
-
def load(路径: 字符串): XGBoostRegressor
- 定义类
- MLReadable
- 注解
- @Since( "1.6.0" )
-
final def ne(arg0: AnyRef): 布尔值
- 定义类
- AnyRef
-
final def notify(): Unit
- 定义类
- AnyRef
- 注解
- @native()
-
final def notifyAll(): Unit
- 定义类
- AnyRef
- 注解
- @native()
-
def read: MLReader[XGBoostRegressor]
- 定义类
- DefaultParamsReadable → MLReadable
-
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()