Creates a new FastICA transform that will attempt to fit 10 components. This is likely not optimal for any particular dataset
()
| 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 |
nothing calls this directly
no test coverage detected