Interface IStratiAmountSelector<D extends IDataset<?>>

    • Method Detail

      • selectStratiAmount

        int selectStratiAmount​(D dataset)
        Select a suitable amount of strati for a Dataset.
        Parameters:
        dataset - The dataset that will be stratified.
        Returns:
        The determined amount of strati.
      • setNumCPUs

        void setNumCPUs​(int numberOfCPUs)
        Sets the number of CPU cores that can be used for parallel computation
        Parameters:
        numberOfCPUs -
      • getNumCPUs

        int getNumCPUs()