Package org.apache.spark.ml.param.shared
Interface HasBlockSize
- All Superinterfaces:
Identifiable
,Params
,Serializable
- All Known Subinterfaces:
ALSModelParams
,ALSParams
,MultilayerPerceptronParams
- All Known Implementing Classes:
ALS
,ALSModel
,MultilayerPerceptronClassificationModel
,MultilayerPerceptronClassifier
Trait for shared param blockSize. This trait may be changed or
removed between minor versions.
-
Method Summary
Modifier and TypeMethodDescriptionParam for block size for stacking input data in matrices.int
Methods inherited from interface org.apache.spark.ml.util.Identifiable
toString, uid
Methods inherited from interface org.apache.spark.ml.param.Params
clear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwn
-
Method Details
-
blockSize
IntParam blockSize()Param for block size for stacking input data in matrices. Data is stacked within partitions. If block size is more than remaining data in a partition then it is adjusted to the size of this data..- Returns:
- (undocumented)
-
getBlockSize
int getBlockSize()
-