public interface IStratiAmountSelector<I extends IInstance>
| Modifier and Type | Method and Description |
|---|---|
int |
getNumCPUs() |
int |
selectStratiAmount(IDataset<I> 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(IDataset<I> dataset)
dataset - The dataset that will be stratified.void setNumCPUs(int numberOfCPUs)
numberOfCPUs - int getNumCPUs()