LALE
latest
Contents:
Installation
LALE
Docs
»
lale.lib.autogen.fast_ica module
Edit on GitHub
lale.lib.autogen.fast_ica module
¶
class
lale.lib.autogen.fast_ica.
FastICAImpl
(
n_components=None
,
algorithm='parallel'
,
whiten=True
,
fun='logcosh'
,
fun_args=None
,
max_iter=200
,
tol=0.0001
,
w_init=None
,
random_state=None
)
[source]
¶
Bases:
object
fit
(
X
,
y=None
)
[source]
¶
transform
(
X
)
[source]
¶