Class AbstractBootstrapAlgorithm
java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.AbstractBootstrapAlgorithm
- All Implemented Interfaces:
Algorithm, ReturnsBootstrapGraphs, HasParameters, TetradSerializable, Serializable
- Direct Known Subclasses:
Boss, BossFci, Cam, Ccd, Cdnod, CdnodPag, Cfci, Cpc, Dagma, DirectLingam, DmFcit, DmFciT2, DmPc, FactorAnalysis, Fas, Fask, FaskOrig, FaskPw, Fci, FciCyclicPw, FciMax, Fcit, Fges, FgesFci, FgesMb, Gfci, Gin, Glasso, Grasp, GraspFci, IcaLingam, IcaLingD, IsFges, IsGfci, LvHeuristic, PagSamplingRfci, Pc, Pcd, PcMax, PcMb, R1, R2, R3, RestrictedBoss, Rfci, RfciBsc, Rskew, RskewE, Skew, SkewE, Sp, SpFci, Tanh, TwoStep
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 Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Algorithm
getComparisonGraph, getDataType, getDescriptionMethods inherited from interface HasParameters
getParameters
-
Method Details
-
search
Runs the search.- Specified by:
searchin interfaceAlgorithm- 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.
-
getBootstrapGraphs
Returns the bootstrap graphs.Returns the bootstrap graphs.
- Specified by:
getBootstrapGraphsin interfaceReturnsBootstrapGraphs- Returns:
- the bootstrap graphs.
-