public interface IStratiAmountSelector<D extends IDataset<?>>
| Modifier and Type | Method and Description |
|---|---|
int |
getNumCPUs() |
int |
selectStratiAmount(D dataset)
Select a suitable amount of strati for a Dataset.
|
void |
setNumCPUs(int numberOfCPUs)
Sets the number of CPU cores that can be used for parallel computation
|
int selectStratiAmount(D dataset)
dataset - The dataset that will be stratified.void setNumCPUs(int numberOfCPUs)
numberOfCPUs - int getNumCPUs()