object DefaultXGBoostParamsReader
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultXGBoostParamsReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAndSetParams(instance: Params, metadata: Metadata): Unit
Extract Params from metadata, and set them in the instance.
Extract Params from metadata, and set them in the instance. This works if all Params implement org.apache.spark.ml.param.Param.jsonDecode().
And it will auto-skip the parameter not defined.
This API is mainly copied from DefaultParamsReader
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getNumClass(metadata: Metadata, dataInStream: FSDataInputStream): Int
This API is only for XGBoostClassificationModel
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
loadMetadata(path: String, sc: SparkContext, expectedClassName: String = ""): Metadata
Load metadata saved using DefaultParamsReader.loadMetadata()
Load metadata saved using DefaultParamsReader.loadMetadata()
- expectedClassName
If non empty, this is checked against the loaded metadata.
- Exceptions thrown
IllegalArgumentExceptionif expectedClassName is specified and does not match metadata
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )