MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / setMinFeatures

Method setMinFeatures

JSAT/src/jsat/datatransform/featureselection/SFS.java:361–364  ·  view source on GitHub ↗

Sets the minimum number of features that must be selected @param minFeatures the minimum number of features to learn

(int minFeatures)

Source from the content-addressed store, hash-verified

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

Callers 1

SFSMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected