Class Kci
java.lang.Object
edu.cmu.tetrad.algcomparison.independence.Kci
- All Implemented Interfaces:
IndependenceWrapper
,HasParameters
,TetradSerializable
,Serializable
@TestOfIndependence(name="KCI-Test (Kernel Conditional Independence Test)",
command="kci-test",
dataType=Continuous)
@General
public class Kci
extends Object
implements IndependenceWrapper
Wrapper for KCI test.
- Author:
- josephramsey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data type of the test, which is continuous.Returns the name of the test.Returns the parameters of the test.getTest
(DataModel dataSet, Parameters parameters) Returns a KCI test.
-
Constructor Details
-
Kci
public Kci()
-
-
Method Details
-
getTest
Returns a KCI test.- Specified by:
getTest
in interfaceIndependenceWrapper
- Parameters:
dataSet
- The data set to test independence against.parameters
- The paramters of the test.- Returns:
- A KCI test.
-
getDescription
Returns the name of the test.- Specified by:
getDescription
in interfaceIndependenceWrapper
- Returns:
- The name of the test.
-
getDataType
Returns the data type of the test, which is continuous.- Specified by:
getDataType
in interfaceIndependenceWrapper
- Returns:
- The data type of the test, which is continuous.
- See Also:
-
getParameters
Returns the parameters of the test.- Specified by:
getParameters
in interfaceHasParameters
- Specified by:
getParameters
in interfaceIndependenceWrapper
- Returns:
- The parameters of the test.
-