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

Method setNegEntropyFunction

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

Sets the Negative Entropy function used to infer the base components. @param G the Negative Entropy function to use

(NegEntropyFunc G)

Source from the content-addressed store, hash-verified

368 * @param G the Negative Entropy function to use
369 */
370 public void setNegEntropyFunction(NegEntropyFunc G)
371 {
372 if(G == null)
373 throw new NullPointerException("Negative Entropy function must be non-null");
374 this.G = G;
375 }
376
377 /**
378 *

Callers 1

FastICAMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected