Interface IStratiAmountSelector
-
- All Superinterfaces:
org.api4.java.common.control.IParallelizable
- All Known Implementing Classes:
AttributeBasedStratiAmountSelectorAndAssigner,GMeansStratiAmountSelectorAndAssigner
public interface IStratiAmountSelector extends org.api4.java.common.control.IParallelizableFunctional interface to write custom logic for selecting the amount of strati for a dataset.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intselectStratiAmount(org.api4.java.ai.ml.core.dataset.IDataset<?> dataset)Select a suitable amount of strati for a Dataset.
-