Sets the maximum number of features that must be selected @param maxFeatures the maximum number of features to find
(int maxFeatures)
| 379 | * @param maxFeatures the maximum number of features to find |
| 380 | */ |
| 381 | public void setMaxFeatures(int maxFeatures) |
| 382 | { |
| 383 | this.maxFeatures = maxFeatures; |
| 384 | } |
| 385 | |
| 386 | /** |
| 387 | * Returns the maximum number of features to find |