You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/search_methods_index/Causal discovery methods based on constrained functional causal models/lingam.rst
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,13 @@ ICA-based LiNGAM
30
30
Parameters
31
31
""""""""""""""""""""""""""""""""""""
32
32
33
-
34
33
**random_state**: int, optional (default=None). The seed used by the random number generator.
35
34
36
35
**max_iter**: int, optional (default=1000). The maximum number of iterations of FastICA.
37
36
37
+
**X**: array-like, shape (n_samples, n_features). Training data, where n_samples is the number of samples
38
+
and n_features is the number of features.
39
+
38
40
Returns
39
41
""""""""""""""""""""""""""""""""""""
40
42
@@ -74,6 +76,9 @@ The elements of prior knowledge matrix are defined as follows:
74
76
75
77
**measure**: {'pwling', 'kernel'}, optional (default='pwling'). Measure to evaluate independence: 'pwling' or 'kernel'.
76
78
79
+
**X**: array-like, shape (n_samples, n_features). Training data, where n_samples is the number of samples
80
+
and n_features is the number of features.
81
+
77
82
Returns
78
83
""""""""""""""""""""""""""""""""""""
79
84
@@ -114,6 +119,9 @@ Parameters
114
119
115
120
**random_state**: int, optional (default=None). 'random_state' is the seed used by the random number generator.
116
121
122
+
**X**: array-like, shape (n_samples, n_features). Training data, where n_samples is the number of samples
123
+
and n_features is the number of features.
124
+
117
125
Returns
118
126
""""""""""""""""""""""""""""""""""""
119
127
@@ -157,6 +165,9 @@ Parameters
157
165
- 'scott': Scott's Rule of Thumb.
158
166
- 'silverman': Silverman's Rule of Thumb.
159
167
168
+
**X**: array-like, shape (n_samples, n_features). Training data, where n_samples is the number of samples
169
+
and n_features is the number of features.
170
+
160
171
Returns
161
172
""""""""""""""""""""""""""""""""""""
162
173
@@ -185,7 +196,8 @@ CAM-UV
185
196
Parameters
186
197
""""""""""""""""""""""""""""""""""""
187
198
188
-
**X**: matrixs.
199
+
**data**: array-like, shape (n_samples, n_features). Training data, where n_samples is the number of samples
200
+
and n_features is the number of features.
189
201
190
202
**alpha**: the alpha level for independence testing.
0 commit comments