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
(For 'PolynomialKernel', the default degree is 2. Currently, users can change it by setting the 'degree' of 'class PolynomialKernel()'.
51
+
**kwargs**:
53
52
54
-
**est_width**: set kernel width for Gaussian kernels.
53
+
+ Either for specifying parameters of KCI, including:
54
+
55
+
**KernelX/Y/Z (condition_set)**: ['GaussianKernel', 'LinearKernel', 'PolynomialKernel']. (For 'PolynomialKernel', the default degree is 2. Currently, users can change it by setting the 'degree' of 'class PolynomialKernel()'.
56
+
57
+
**est_width**: set kernel width for Gaussian kernels.
55
58
- 'empirical': set kernel width using empirical rules (default).
56
59
- 'median': set kernel width using the median trick.
57
60
58
-
**polyd**: polynomial kernel degrees (default=2).
61
+
**polyd**: polynomial kernel degrees (default=2).
62
+
63
+
**kwidthx/y/z**: kernel width for data x/y/z (standard deviation sigma).
59
64
60
-
**kwidthx**: kernel width for data x (standard deviation sigma).
65
+
**and more**: aee `KCI.py <https://github.com/cmu-phil/causal-learn/blob/main/causallearn/utils/KCI/KCI.py>`_ for details.
61
66
62
-
**kwidthy**: kernel width for data y (standard deviation sigma).
67
+
+ Or for advanced usages of CIT, e.g., :code:`cache_path`. See :ref:`Advanced Usages <Advanced Usages>`.
63
68
64
-
**kwidthz**: kernel width for data z (standard deviation sigma).
0 commit comments