Class Kpc

java.lang.Object
edu.cmu.tetrad.search.work_in_progress.Kpc
All Implemented Interfaces:
IGraphSearch

public class Kpc extends Object implements IGraphSearch

Kernelized PC algorithm. This is the same as the PC class, the nonparametric kernel-based HSIC test is used for independence testing and the parameters for this test can be set directly when Kpc is initialized.

Moving this to the work_in_progress package because it has not been tested in a very long time, and there is another option available that has been tested, namely, to run PC using the KCI test due to Kun Zhang.

Version:
$Id: $Id
Author:
Robert Tillman.