Uses of Class
edu.cmu.tetrad.util.Parameters
Packages that use Parameters
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
Contains some classes that aren't ready for prime time.
Contains an editable display graph for (small) lag graphs.
Contains classes for generating simulations of expression levels over a
collection
of genes.
-
Uses of Parameters in edu.cmu.tetrad.algcomparison
Methods in edu.cmu.tetrad.algcomparison with parameters of type ParametersModifier and TypeMethodDescriptionvoidComparison.compareFromFiles(String filePath, Algorithms algorithms, Statistics statistics, Parameters parameters) compareFromFiles.voidComparison.compareFromFiles(String dataPath, String resultsPath, Algorithms algorithms, Statistics statistics, Parameters parameters) Compares algorithms.voidTimeoutComparison.compareFromFiles(String filePath, Algorithms algorithms, Statistics statistics, Parameters parameters, long timeout, TimeUnit unit) compareFromFiles.voidTimeoutComparison.compareFromFiles(String dataPath, String resultsPath, Algorithms algorithms, Statistics statistics, Parameters parameters, long timeout, TimeUnit unit) Compares algorithms.voidComparison.compareFromSimulations(String resultsPath, Simulations simulations, Algorithms algorithms, Statistics statistics, Parameters parameters) Compare simulation results using the provided parameters and write the comparison results to a file.voidComparison.compareFromSimulations(String resultsPath, Simulations simulations, String outputFileName, Algorithms algorithms, Statistics statistics, Parameters parameters) Compares the results obtained from simulations.voidComparison.compareFromSimulations(String resultsPath, Simulations simulations, String outputFileName, PrintStream localOut, Algorithms algorithms, Statistics statistics, Parameters parameters) Compares the results of different simulations and algorithms.voidTimeoutComparison.compareFromSimulations(String resultsPath, Simulations simulations, Algorithms algorithms, Statistics statistics, Parameters parameters, long timeout, TimeUnit unit) compareFromSimulations.voidTimeoutComparison.compareFromSimulations(String resultsPath, Simulations simulations, String outputFileName, Algorithms algorithms, Statistics statistics, Parameters parameters, long timeout, TimeUnit unit) Compares algorithms.voidComparison.generateReportFromExternalAlgorithms(String dataPath, String resultsPath, Algorithms algorithms, Statistics statistics, Parameters parameters) Generates a report from external algorithms.voidComparison.generateReportFromExternalAlgorithms(String dataPath, String resultsPath, String outputFileName, Algorithms algorithms, Statistics statistics, Parameters parameters) Generates a report from external algorithms based on the given parameters.voidTimeoutComparison.generateReportFromExternalAlgorithms(String dataPath, String resultsPath, Algorithms algorithms, Statistics statistics, Parameters parameters, long timeout, TimeUnit unit) generateReportFromExternalAlgorithms.voidTimeoutComparison.generateReportFromExternalAlgorithms(String dataPath, String resultsPath, String outputFileName, Algorithms algorithms, Statistics statistics, Parameters parameters, long timeout, TimeUnit unit) generateReportFromExternalAlgorithms.voidComparison.saveToFiles(String dataPath, Simulation simulation, Parameters parameters) Saves the simulation data to file in the specified data path.voidTimeoutComparison.saveToFiles(String dataPath, Simulation simulation, Parameters parameters) Saves simulationWrapper data.voidComparison.saveToFilesSingleSimulation(String dataPath, Simulation simulation, Parameters parameters) Saves the results of a single simulation to files. -
Uses of Parameters in edu.cmu.tetrad.algcomparison.algorithm
Methods in edu.cmu.tetrad.algcomparison.algorithm with parameters of type ParametersModifier and TypeMethodDescriptionabstract longExternalAlgorithm.getElapsedTime(DataModel dataSet, Parameters parameters) getElapsedTime.AbstractBootstrapAlgorithm.search(DataModel dataModel, Parameters parameters) Runs the search.Algorithm.search(DataModel dataSet, Parameters parameters) Runs the search.FirstInflection.search(DataModel dataSet, Parameters parameters) Runs the search.MultiDataSetAlgorithm.search(List<DataModel> dataSets, Parameters parameters) Runs the search.StabilitySelection.search(DataModel dataSet, Parameters parameters) Runs the search.StARS.search(DataModel dataSet, Parameters parameters) Runs the search. -
Uses of Parameters in edu.cmu.tetrad.algcomparison.algorithm.cluster
Methods in edu.cmu.tetrad.algcomparison.algorithm.cluster with parameters of type ParametersModifier and TypeMethodDescriptionFofc.runSearch(DataModel dataModel, Parameters parameters) Runs the search algorithm and returns the resulting graph.Ftfc.runSearch(DataModel dataSet, Parameters parameters) Runs the search algorithm to find a causal graph.Bpc.search(DataModel dataModel, Parameters parameters) Runs the search algorithm to build a graph using the given data model and parameters. -
Uses of Parameters in edu.cmu.tetrad.algcomparison.algorithm.continuous.dag
Methods in edu.cmu.tetrad.algcomparison.algorithm.continuous.dag with parameters of type ParametersModifier and TypeMethodDescriptionDagma.runSearch(DataModel dataModel, Parameters parameters) Runs the DAGMA algorithm to search for a directed acyclic graph (DAG) in the given data model with the specified parameters.DirectLingam.runSearch(DataModel dataModel, Parameters parameters) Runs the Direct LiNGAM search algorithm on the given data model with the specified parameters.Fask.runSearch(DataModel dataModel, Parameters parameters) Runs the Fask search algorithm on the given data model with the specified parameters.IcaLingam.runSearch(DataModel dataSet, Parameters parameters) Searches for a graph structure based on the given data set and parameters.IcaLingD.runSearch(DataModel dataSet, Parameters parameters) Runs a search on the provided data set using the given parameters. -
Uses of Parameters in edu.cmu.tetrad.algcomparison.algorithm.mixed
Methods in edu.cmu.tetrad.algcomparison.algorithm.mixed with parameters of type ParametersModifier and TypeMethodDescriptionMgm.runSearch(DataModel dataModel, Parameters parameters) Runs the MGM search algorithm. -
Uses of Parameters in edu.cmu.tetrad.algcomparison.algorithm.multi
Methods in edu.cmu.tetrad.algcomparison.algorithm.multi with parameters of type ParametersModifier and TypeMethodDescriptionFaskConcatenated.search(DataModel dataSet, Parameters parameters) Runs the search.FaskConcatenated.search(List<DataModel> dataSets, Parameters parameters) Runs the search.FaskLofsConcatenated.search(DataModel dataSet, Parameters parameters) Runs the search.FaskLofsConcatenated.search(List<DataModel> dataModels, Parameters parameters) Runs the search.FaskVote.search(DataModel dataSet, Parameters parameters) Runs the search.FaskVote.search(List<DataModel> dataSets, Parameters parameters) Runs the search.FasLofs.search(DataModel dataSet, Parameters parameters) Runs the search.FciIod.search(DataModel dataSet, Parameters parameters) Runs the search.FciIod.search(List<DataModel> dataSets, Parameters parameters) Runs the search.FgesConcatenated.search(DataModel dataSet, Parameters parameters) Runs the search.FgesConcatenated.search(List<DataModel> dataModels, Parameters parameters) Runs the search.Images.search(DataModel dataSet, Parameters parameters) Searches for a graph using the given data set and parameters.Images.search(List<DataModel> dataSets, Parameters parameters) Searches for a graph using the given data sets and parameters.ImagesBoss.search(DataModel dataSet, Parameters parameters) Runs the search.ImagesBoss.search(List<DataModel> dataSets, Parameters parameters) Runs the search. -
Uses of Parameters in edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag
Methods in edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag with parameters of type ParametersModifier and TypeMethodDescriptionCstar.search(DataModel dataSet, Parameters parameters) Runs the search.SingleGraphAlg.search(DataModel dataSet, Parameters parameters) Runs the search. -
Uses of Parameters in edu.cmu.tetrad.algcomparison.algorithm.oracle.pag
Methods in edu.cmu.tetrad.algcomparison.algorithm.oracle.pag with parameters of type ParametersModifier and TypeMethodDescriptionBfci.runSearch(DataModel dataModel, Parameters parameters) Runs the search algorithm using the given dataset and parameters and returns the resulting graph.Ccd.runSearch(DataModel dataModel, Parameters parameters) Runs the CCD (Cyclic Causal Discovery) search algorithm on the given data set using the specified parameters.Cfci.runSearch(DataModel dataModel, Parameters parameters) Runs the search algorithm to discover the causal graph.Fci.runSearch(DataModel dataModel, Parameters parameters) Runs a search algorithm to find a graph based on the given data model and parameters.FciMax.runSearch(DataModel dataModel, Parameters parameters) Runs a search algorithm to discover the causal graph structure.Gfci.runSearch(DataModel dataModel, Parameters parameters) Runs the search algorithm to infer the causal graph given a dataset and specified parameters.GraspFci.runSearch(DataModel dataModel, Parameters parameters) Runs a search algorithm to find a graph structure based on a given data set and parameters.LvLite.runSearch(DataModel dataModel, Parameters parameters) Runs the search algorithm to find a graph structure based on a given data model and parameters.PagSampleRfci.runSearch(DataModel dataSet, Parameters parameters) Runs the search algorithm using the given data set and parameters.Rfci.runSearch(DataModel dataModel, Parameters parameters) Runs the search algorithm on the given data model and parameters.RfciBsc.runSearch(DataModel dataModel, Parameters parameters) Runs a search algorithm using a given dataset and parameters.SpFci.runSearch(DataModel dataModel, Parameters parameters) Executes a search algorithm to infer the causal graph structure from a given data modelSvarFci.runSearch(DataModel dataModel, Parameters parameters) Executes the search algorithm to find a graph structure that best fits the given dataset and parameters.SvarGfci.runSearch(DataModel dataModel, Parameters parameters) Runs a search algorithm on the given data set using the specified parameters. -
Uses of Parameters in edu.cmu.tetrad.algcomparison.algorithm.other
Methods in edu.cmu.tetrad.algcomparison.algorithm.other with parameters of type ParametersModifier and TypeMethodDescriptionFactorAnalysis.runSearch(DataModel dataModel, Parameters parameters) Executes a factor analysis search on the given data model using the provided parameters.Glasso.runSearch(DataModel dataModel, Parameters parameters) Runs a search algorithm to create a graph representation of the data. -
Uses of Parameters in edu.cmu.tetrad.algcomparison.algorithm.pairwise
Methods in edu.cmu.tetrad.algcomparison.algorithm.pairwise with parameters of type ParametersModifier and TypeMethodDescriptionEb.runSearch(DataModel dataModel, Parameters parameters) Runs a search algorithm to orient the edges in a graph using the given data and parameters.FaskPw.runSearch(DataModel dataModel, Parameters parameters) Runs the search algorithm using the given data model and parameters.R1.runSearch(DataModel dataModel, Parameters parameters) Runs the search algorithm on the given data model with the provided parameters.R2.runSearch(DataModel dataModel, Parameters parameters) Runs the search algorithm using the provided data model and parameters.R3.runSearch(DataModel dataModel, Parameters parameters) Runs the search algorithm to orient edges in the input graph using the provided data.Rskew.runSearch(DataModel dataModel, Parameters parameters) Runs the search algorithm using the provided data model and parameters.RskewE.runSearch(DataModel dataModel, Parameters parameters) Runs a search algorithm to find the orientation of edges in a graph using the given data model and parameters.Skew.runSearch(DataModel dataModel, Parameters parameters) Runs the search algorithm to orient edges in the input graph using the given data model and parameters.SkewE.runSearch(DataModel dataModel, Parameters parameters) Executes the SkewE search algorithm.Tanh.runSearch(DataModel dataModel, Parameters parameters) Runs the search algorithm using the given data model and parameters. -
Uses of Parameters in edu.cmu.tetrad.algcomparison.graph
Methods in edu.cmu.tetrad.algcomparison.graph with parameters of type ParametersModifier and TypeMethodDescriptionCyclic.createGraph(Parameters parameters) createGraph.ErdosRenyi.createGraph(Parameters parameters) createGraph.RandomForward.createGraph(Parameters parameters) Creates a random graph by adding forward edges.RandomGraph.createGraph(Parameters parameters) createGraph.RandomSingleFactorMim.createGraph(Parameters parameters) createGraph.RandomTwoFactorMim.createGraph(Parameters parameters) createGraph.ScaleFree.createGraph(Parameters parameters) createGraph.SingleGraph.createGraph(Parameters parameters) createGraph. -
Uses of Parameters in edu.cmu.tetrad.algcomparison.independence
Methods in edu.cmu.tetrad.algcomparison.independence with parameters of type ParametersModifier and TypeMethodDescriptionBdeuTest.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.CciTest.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.ChiSquare.getTest(DataModel dataSet, Parameters parameters) Retrieves an instance of the IndependenceTest interface that performs a Chi Square Test for independence.ConditionalGaussianLRT.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.DegenerateGaussianLRT.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.DiscreteBicTest.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.FisherZ.getTest(DataModel dataModel, Parameters parameters) Gets an independence test based on the given data model and parameters.GICScoreTests.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.GSquare.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.IndependenceWrapper.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.Kci.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.MagSemBicTest.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.Mnlrlrt.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.MSeparationTest.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.MultinomialLogisticRegressionWald.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.Mvplrt.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.PositiveCorr.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.ProbabilisticTest.getTest(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.SemBicDTest.getTest(DataModel dataSet, Parameters parameters) Retrieves an IndependenceTest object for testing independence against a given data set and parameters.SemBicTest.getTest(DataModel dataSet, Parameters parameters) Returns an instance of IndependenceTest for the SEM BIC test. -
Uses of Parameters in edu.cmu.tetrad.algcomparison.score
Methods in edu.cmu.tetrad.algcomparison.score with parameters of type ParametersModifier and TypeMethodDescriptionBdeuScore.getScore(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.ConditionalGaussianBicScore.getScore(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.DegenerateGaussianBicScore.getScore(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.DiscreteBicScore.getScore(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.EbicScore.getScore(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.FisherZScore.getScore(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.GicScores.getScore(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.MagSemBicScore.getScore(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.MSeparationScore.getScore(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.MVPBicScore.getScore(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.PoissonPriorScore.getScore(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.PositiveCorrScore.getScore(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.ScoreWrapper.getScore(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.SemBicScore.getScore(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.SemBicScoreDeterministic.getScore(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.ZhangShenBoundScore.getScore(DataModel dataSet, Parameters parameters) Calculates the score based on the given data set and parameters. -
Uses of Parameters in edu.cmu.tetrad.algcomparison.simulation
Methods in edu.cmu.tetrad.algcomparison.simulation with parameters of type ParametersModifier and TypeMethodDescriptionvoidBayesNetSimulation.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data.voidConditionalGaussianSimulation.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data.voidGeneralSemSimulation.createData(Parameters parameters, boolean newModel) Creates data sets for simulation based on the given parameters and model reuse preference.voidGeneralSemSimulationSpecial1.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data.voidLeeHastieSimulation.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data.voidLinearFisherModel.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data.voidLinearSineSimulation.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data.voidNLSemSimulation.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data.voidSemSimulation.createData(Parameters parameters, boolean newModel) Creates data sets for simulation based on the given parameters and model reuse preference.voidSemThenDiscretize.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data.voidSimulation.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data.voidStandardizedSemSimulation.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data.voidTimeSeriesSemSimulation.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data. -
Uses of Parameters in edu.cmu.tetrad.algcomparison.utils
Methods in edu.cmu.tetrad.algcomparison.utils that return Parameters -
Uses of Parameters in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data with parameters of type ParametersModifier and TypeMethodDescriptionDataSampling.createDataSamples(DataSet dataSet, Parameters parameters) Create a list of dataset resampled from the given dataset.DataSampling.createDataSamples(DataSet dataSet, Parameters parameters, org.apache.commons.math3.random.RandomGenerator randomGenerator) Create a list of dataset resampled from the given dataset. -
Uses of Parameters in edu.cmu.tetrad.data.simulation
Methods in edu.cmu.tetrad.data.simulation that return ParametersModifier and TypeMethodDescriptionLoadContinuousDataAndSingleGraph.getParameterValues()getParameterValues.LoadContinuousDataSmithSim.getParameterValues()getParameterValues.Methods in edu.cmu.tetrad.data.simulation with parameters of type ParametersModifier and TypeMethodDescriptionvoidLoadContinuousDataAndGraphs.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data.voidLoadContinuousDataAndSingleGraph.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data.voidLoadContinuousDataSmithSim.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data.voidLoadDataAndGraphs.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data.voidLoadDataFromFileWithoutGraph.createData(Parameters parameters, boolean newModel) Creates a data set and simulates data. -
Uses of Parameters in edu.cmu.tetrad.graph
Methods in edu.cmu.tetrad.graph with parameters of type ParametersModifier and TypeMethodDescriptionstatic GraphGraphUtils.getComparisonGraph(Graph graph, Parameters params) Returns a comparison graph based on the specified parameters. -
Uses of Parameters in edu.cmu.tetrad.search
Constructors in edu.cmu.tetrad.search with parameters of type ParametersModifierConstructorDescriptionCstar(IndependenceWrapper test, ScoreWrapper score, Parameters parameters) Constructor. -
Uses of Parameters in edu.cmu.tetrad.search.work_in_progress
Methods in edu.cmu.tetrad.search.work_in_progress with parameters of type Parameters -
Uses of Parameters in edu.cmu.tetrad.sem
Methods in edu.cmu.tetrad.sem that return ParametersMethods in edu.cmu.tetrad.sem with parameters of type ParametersModifier and TypeMethodDescriptionvoidSemIm.setParams(Parameters params) Setter for the fieldparams.Constructors in edu.cmu.tetrad.sem with parameters of type ParametersModifierConstructorDescriptionSemIm(SemPm semPm, SemIm oldSemIm, Parameters parameters) Constructs a new SEM IM from the given SEM PM, using the old SEM IM and params object to guide the choice of parameter values.SemIm(SemPm semPm, Parameters params) Constructs a new SEM IM from the given SEM PM, using the given params object to guide the choice of parameter values.StandardizedSemIm(SemIm im, StandardizedSemIm.Initialization initialization, Parameters parameters) Constructs a new standardized SEM IM from the freeParameters in the given SEM IM.StandardizedSemIm(SemIm im, Parameters parameters) Constructs a new standardized SEM IM, initializing from the freeParameters in the given SEM IM. -
Uses of Parameters in edu.cmu.tetrad.study.gene.tetrad.gene.graph
Constructors in edu.cmu.tetrad.study.gene.tetrad.gene.graph with parameters of type ParametersModifierConstructorDescriptionLagGraphParams(Parameters parameters) Constructor for LagGraphParams. -
Uses of Parameters in edu.cmu.tetrad.study.gene.tetrad.gene.simulation
Constructors in edu.cmu.tetrad.study.gene.tetrad.gene.simulation with parameters of type ParametersModifierConstructorDescriptionMeasurementSimulator(Parameters parameters) Constructs a measurement simulator using the given history. -
Uses of Parameters in edu.cmu.tetrad.study.gene.tetradapp.model
Constructors in edu.cmu.tetrad.study.gene.tetradapp.model with parameters of type ParametersModifierConstructorDescriptionMeasurementSimulatorParams(Parameters parameters) Constructs a measurement simulator using the given history. -
Uses of Parameters in edu.cmu.tetrad.util
Methods in edu.cmu.tetrad.util that return ParametersModifier and TypeMethodDescriptionstatic ParametersCreate parameters with their default values.static ParametersParameters.serializableInstance()serializableInstance.Methods in edu.cmu.tetrad.util with parameters of type ParametersConstructors in edu.cmu.tetrad.util with parameters of type Parameters