org.apache.spark.ml.clustering
PowerIterationClustering
Companion class PowerIterationClustering
object PowerIterationClustering extends DefaultParamsReadable[PowerIterationClustering] with Serializable
- Annotations
- @Since( "2.4.0" )
- Source
- PowerIterationClustering.scala
- Alphabetic
- By Inheritance
- PowerIterationClustering
- Serializable
- Serializable
- DefaultParamsReadable
- MLReadable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
load(path: String): PowerIterationClustering
Reads an ML instance from the input path, a shortcut of
read.load(path)
.Reads an ML instance from the input path, a shortcut of
read.load(path)
.- Definition Classes
- PowerIterationClustering → MLReadable
- Annotations
- @Since( "2.4.0" )
- Note
Implementing classes should override this to be Java-friendly.
-
def
read: MLReader[PowerIterationClustering]
Returns an
MLReader
instance for this class.Returns an
MLReader
instance for this class.- Definition Classes
- DefaultParamsReadable → MLReadable