Interface IStratiAmountSelector

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int selectStratiAmount​(org.api4.java.ai.ml.core.dataset.IDataset<?> dataset)
      Select a suitable amount of strati for a Dataset.
      • Methods inherited from interface org.api4.java.common.control.IParallelizable

        getNumCPUs, setNumCPUs
    • Method Detail

      • selectStratiAmount

        int selectStratiAmount​(org.api4.java.ai.ml.core.dataset.IDataset<?> dataset)
        Select a suitable amount of strati for a Dataset.
        Parameters:
        dataset - The dataset that will be stratified.
        Returns:
        The determined amount of strati.