public interface DimensionFilterableLearner
Modifier and Type | Method and Description |
---|---|
int[] |
getDimensionsToConsider()
Gets the dimensions that the learner is to consider.
|
void |
setDimensionsToConsider(int... dimensionsToConsider)
Gets the dimensions that the learner is to consider.
|
int[] getDimensionsToConsider()
void setDimensionsToConsider(int... dimensionsToConsider)
dimensionsToConsider
- The array of vector dimensions to consider. Null means all of them
are considered.