Class AbstractBootstrapAlgorithm
java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.AbstractBootstrapAlgorithm
- All Implemented Interfaces:
Algorithm
,ReturnsBootstrapGraphs
,HasParameters
,TetradSerializable
,Serializable
- Direct Known Subclasses:
Bfci
,Boss
,BossDumb
,BossLingam
,BossPag
,Ccd
,Cfci
,Cpc
,Dagma
,DirectLingam
,Eb
,FactorAnalysis
,Fas
,Fask
,FaskOrig
,FaskPw
,Fci
,FciMax
,Fges
,FgesMb
,FgesMeasurement
,Fofc
,Ftfc
,Gfci
,Glasso
,Grasp
,GraspFci
,IcaLingam
,IcaLingD
,LvLite
,Mgm
,PagSampleRfci
,Pc
,Pcd
,PcMb
,R1
,R2
,R3
,RestrictedBoss
,Rfci
,RfciBsc
,Rskew
,RskewE
,Skew
,SkewE
,Sp
,SpFci
,SvarFci
,SvarGfci
,Tanh
public abstract class AbstractBootstrapAlgorithm
extends Object
implements Algorithm, ReturnsBootstrapGraphs
This is a base class for bootstrap algorithms.
Mar 4, 2024 5:05:28 PM
- Author:
- Kevin V. Bui (kvb2univpitt@gmail.com)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the bootstrap graphs.search
(DataModel dataModel, Parameters parameters) Runs the search.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.cmu.tetrad.algcomparison.algorithm.Algorithm
getComparisonGraph, getDataType, getDescription
Methods inherited from interface edu.cmu.tetrad.algcomparison.utils.HasParameters
getParameters
-
Method Details
-
search
Runs the search.- Specified by:
search
in interfaceAlgorithm
- Parameters:
dataModel
- The data set to run to the search on.parameters
- The paramters of the search.- Returns:
- The result graph.
- Throws:
InterruptedException
-
getBootstrapGraphs
Returns the bootstrap graphs.Returns the bootstrap graphs.
- Specified by:
getBootstrapGraphs
in interfaceReturnsBootstrapGraphs
- Returns:
- the bootstrap graphs.
-