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

Method setMaxFeatures

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

Sets the maximum number of features that must be selected @param maxFeatures the maximum number of features to find

(int maxFeatures)

Source from the content-addressed store, hash-verified

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

Callers 1

SFSMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected