Package | Description |
---|---|
jsat.datatransform |
Modifier and Type | Class and Description |
---|---|
static class |
FastICA.DefaultNegEntropyFunc
A set of default negative entropy functions as specified in the original
FastICA paper
|
Modifier and Type | Method and Description |
---|---|
FastICA.NegEntropyFunc |
FastICA.getNegEntropyFunction() |
Modifier and Type | Method and Description |
---|---|
void |
FastICA.setNegEntropyFunction(FastICA.NegEntropyFunc G)
Sets the Negative Entropy function used to infer the base components.
|
Constructor and Description |
---|
FastICA(DataSet data,
int C,
FastICA.NegEntropyFunc G,
boolean preWhitened)
Creates a new FastICA transform
|
FastICA(int C,
FastICA.NegEntropyFunc G,
boolean preWhitened)
Creates a new FastICA transform
|
Copyright © 2017. All rights reserved.