Class AbstractBootstrapAlgorithm
java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.AbstractBootstrapAlgorithm
- All Implemented Interfaces:
- Algorithm,- ReturnsBootstrapGraphs,- HasParameters,- TetradSerializable,- Serializable
- Direct Known Subclasses:
- Boss,- BossDot,- BossFci,- Ccd,- Cfci,- Cpc,- Dagma,- DirectLingam,- DmFcit,- DmFciT2,- DmPc,- Eb,- FactorAnalysis,- Fas,- Fask,- FaskOrig,- FaskPw,- Fci,- FciMax,- Fcit,- Fges,- FgesFci,- FgesMb,- FgesMeasurement,- Fofc,- Ftfc,- Gfci,- Glasso,- Grasp,- GraspFci,- IcaLingam,- IcaLingD,- PagSampleRfci,- Pc,- Pcd,- PcMax,- 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 SummaryModifier and TypeMethodDescriptionReturns the bootstrap graphs.search(DataModel dataModel, Parameters parameters) Runs the search.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface edu.cmu.tetrad.algcomparison.algorithm.AlgorithmgetComparisonGraph, getDataType, getDescriptionMethods inherited from interface edu.cmu.tetrad.algcomparison.utils.HasParametersgetParameters
- 
Method Details- 
searchRuns the search.- Specified by:
- searchin interface- Algorithm
- Parameters:
- dataModel- The data set to run to the search on.
- parameters- The paramters of the search.
- Returns:
- The result graph.
- Throws:
- InterruptedException- if any.
 
- 
getBootstrapGraphsReturns the bootstrap graphs.Returns the bootstrap graphs. - Specified by:
- getBootstrapGraphsin interface- ReturnsBootstrapGraphs
- Returns:
- the bootstrap graphs.
 
 
-