Sets the minimum number of features that must be selected @param minFeatures the minimum number of features to learn
(int minFeatures)
| 359 | * @param minFeatures the minimum number of features to learn |
| 360 | */ |
| 361 | public void setMinFeatures(int minFeatures) |
| 362 | { |
| 363 | this.minFeatures = minFeatures; |
| 364 | } |
| 365 | |
| 366 | /** |
| 367 | * Returns the minimum number of features to find |