Interface HasBlockSize

All Superinterfaces:
Identifiable, Params, Serializable, scala.Serializable
All Known Subinterfaces:
ALSModelParams, ALSParams, MultilayerPerceptronParams
All Known Implementing Classes:
ALS, ALSModel, MultilayerPerceptronClassificationModel, MultilayerPerceptronClassifier

public interface HasBlockSize extends Params
Trait for shared param blockSize. This trait may be changed or removed between minor versions.
  • 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()