Uses of Interface
edu.cmu.tetrad.algcomparison.graph.RandomGraph
Packages that use RandomGraph
Package
Description
-
Uses of RandomGraph in edu.cmu.tetrad.algcomparison.graph
Classes in edu.cmu.tetrad.algcomparison.graph that implement RandomGraphModifier and TypeClassDescriptionclass
Returns a cyclic graph build up from small cyclic graph components.class
Creates a random graph by the Erdos-Renyi method (probabiliy of edge fixed, # edges not).class
Creates a random graph by adding forward edges.class
Creates a random graph by adding forward edges.class
Creates a random graph by adding forward edges.class
Returns a scale free graph.class
Stores a single graph for use in simulations, etc. -
Uses of RandomGraph in edu.cmu.tetrad.algcomparison.simulation
Methods in edu.cmu.tetrad.algcomparison.simulation that return types with arguments of type RandomGraphModifier and TypeMethodDescriptionClass<? extends RandomGraph>
BayesNetSimulation.getRandomGraphClass()
Class<? extends RandomGraph>
ConditionalGaussianSimulation.getRandomGraphClass()
Class<? extends RandomGraph>
GeneralSemSimulation.getRandomGraphClass()
Class<? extends RandomGraph>
GeneralSemSimulationSpecial1.getRandomGraphClass()
Class<? extends RandomGraph>
LeeHastieSimulation.getRandomGraphClass()
Class<? extends RandomGraph>
LinearFisherModel.getRandomGraphClass()
Class<? extends RandomGraph>
LinearSineSimulation.getRandomGraphClass()
Class<? extends RandomGraph>
NLSemSimulation.getRandomGraphClass()
Class<? extends RandomGraph>
SemSimulation.getRandomGraphClass()
Class<? extends RandomGraph>
SemThenDiscretize.getRandomGraphClass()
Class<? extends RandomGraph>
Simulation.getRandomGraphClass()
Retrieves the class of a random graph for the simulation.Class<? extends RandomGraph>
StandardizedSemSimulation.getRandomGraphClass()
Class<? extends RandomGraph>
TimeSeriesSemSimulation.getRandomGraphClass()
Methods in edu.cmu.tetrad.algcomparison.simulation with parameters of type RandomGraphModifier and TypeMethodDescriptionstatic Simulation
SimulationUtils.create
(String simulationType, RandomGraph randomGraph) create.Constructors in edu.cmu.tetrad.algcomparison.simulation with parameters of type RandomGraphModifierConstructorDescriptionBayesNetSimulation
(RandomGraph graph) Constructs a new BayesNetSimulation.Constructor for ConditionalGaussianSimulation.GeneralSemSimulation
(RandomGraph graph) Constructs a GeneralSemSimulation object with the given RandomGraph object.GeneralSemSimulationSpecial1
(RandomGraph randomGraph) Constructor for GeneralSemSimulationSpecial1.LeeHastieSimulation
(RandomGraph graph) Constructor for LeeHastieSimulation.LinearFisherModel
(RandomGraph graph) Constructor for LinearFisherModel.LinearFisherModel
(RandomGraph graph, List<DataModel> shocks) Constructor for LinearFisherModel.LinearSineSimulation
(RandomGraph graph) Constructor for LinearSineSimulation.NLSemSimulation
(RandomGraph graph) Constructor for NLSemSimulation.SemSimulation
(RandomGraph graph) Constructs a SemSimulation object with the given RandomGraph object.SemThenDiscretize
(RandomGraph randomGraph) Constructor for SemThenDiscretize.SemThenDiscretize
(RandomGraph randomGraph, DataType dataType) Constructor for SemThenDiscretize.Constructor for StandardizedSemSimulation.TimeSeriesSemSimulation
(RandomGraph randomGraph) Constructor for TimeSeriesSemSimulation. -
Uses of RandomGraph in edu.cmu.tetrad.data.simulation
Methods in edu.cmu.tetrad.data.simulation that return types with arguments of type RandomGraphModifier and TypeMethodDescriptionClass<? extends RandomGraph>
LoadContinuousDataAndGraphs.getRandomGraphClass()
Class<? extends RandomGraph>
LoadContinuousDataAndSingleGraph.getRandomGraphClass()
Class<? extends RandomGraph>
LoadContinuousDataSmithSim.getRandomGraphClass()
Class<? extends RandomGraph>
LoadDataAndGraphs.getRandomGraphClass()
Class<? extends RandomGraph>
LoadDataFromFileWithoutGraph.getRandomGraphClass()