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

Method FastICA

JSAT/src/jsat/datatransform/FastICA.java:166–169  ·  view source on GitHub ↗

Creates a new FastICA transform that will attempt to fit 10 components. This is likely not optimal for any particular dataset

()

Source from the content-addressed store, hash-verified

164 * This is likely not optimal for any particular dataset
165 */
166 public FastICA()
167 {
168 this(10);
169 }
170
171 /**
172 * Creates a new FastICA transform

Callers

nothing calls this directly

Calls 5

setCMethod · 0.95
setNegEntropyFunctionMethod · 0.95
setPreWhitenedMethod · 0.95
fitMethod · 0.95
cloneMethod · 0.65

Tested by

no test coverage detected