Package edu.cmu.tetrad.search
Interface IGraphSearch
- All Known Subinterfaces:
IFas
- All Known Implementing Classes:
BFci
,Ccd
,Cfci
,Cpc
,Fas
,Fasd
,FasFdr
,FaskOrig
,FasLofs
,Fci
,FciMax
,Fges
,FgesOrienter
,GFci
,GraspFci
,IGFci
,ISFges
,Kpc
,LvDumb
,LvLite
,Mgm
,Mmhc
,PagSamplingRfci
,Pc
,PcCommon
,Pcd
,PcMb
,Rfci
,RfciBsc
,SampleVcpc
,SampleVcpcFast
,SpFci
,SvarFas
,SvarFci
,SvarFges
,SvarGfci
,VcPc
,VcPcAlt
,VcPcFast
public interface IGraphSearch
Gives an interface for a search method that searches and returns a graph.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Method Summary
-
Method Details
-
search
Runs the search and returns a graph.- Returns:
- The discovered graph.
- Throws:
InterruptedException
- if any.
-