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 SummaryModifier and TypeMethodDescriptionParam for block size for stacking input data in matrices.intMethods inherited from interface org.apache.spark.ml.util.IdentifiabletoString, uidMethods inherited from interface org.apache.spark.ml.param.Paramsclear, copy, copyValues, defaultCopy, defaultParamMap, estimateMatadataSize, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwn
- 
Method Details- 
blockSizeIntParam 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)
 
- 
getBlockSizeint getBlockSize()
 
-