Package edu.cmu.tetrad.search
Interface IGraphSearch
- All Known Subinterfaces:
- IFas
- All Known Implementing Classes:
- BFci,- Ccd,- Cfci,- Cpc,- Fas,- Fasd,- FasFdr,- Fask,- FasLofs,- Fci,- FciMax,- Fges,- FgesOrienter,- GFci,- GraspFci,- Kpc,- 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- 
searchGraph search()Runs the search and returns a graph.- Returns:
- The discovered graph.
 
 
-