Uses of Interface
edu.cmu.tetrad.algcomparison.algorithm.MultiDataSetAlgorithm
Packages that use MultiDataSetAlgorithm
Package
Description
-
Uses of MultiDataSetAlgorithm in edu.cmu.tetrad.algcomparison.algorithm.multi
Classes in edu.cmu.tetrad.algcomparison.algorithm.multi that implement MultiDataSetAlgorithmModifier and TypeClassDescriptionclass
Wraps the IMaGES algorithm for continuous variables.class
Wraps the IMaGES algorithm for continuous variables.class
Wraps the MultiFask algorithm for continuous variables.class
Runs FCI on multiple datasets using the IOD pooled dataset independence test.class
Requires that the parameter 'randomSelectionSize' be set to indicate how many datasets should be taken at a time (randomly).class
Wraps the IMaGES algorithm for continuous variables.class
Wraps the IMaGES algorithm for continuous variables. -
Uses of MultiDataSetAlgorithm in edu.pitt.dbmi.algo.resampling
Methods in edu.pitt.dbmi.algo.resampling with parameters of type MultiDataSetAlgorithmModifier and TypeMethodDescriptionvoid
GeneralResamplingSearch.setMultiDataSetAlgorithm
(MultiDataSetAlgorithm multiDataSetAlgorithm) Sets the multi data set algorithm, for multi-data set algorithms.Constructors in edu.pitt.dbmi.algo.resampling with parameters of type MultiDataSetAlgorithmModifierConstructorDescriptionGeneralResamplingSearch
(List<DataSet> dataSets, MultiDataSetAlgorithm algorithm) Constructor for a multi data set algorithm.GeneralResamplingTest
(List<DataSet> dataSets, MultiDataSetAlgorithm multiDataSetAlgorithm, Knowledge knowledge, Parameters parameters) Constructor for multiple data set algorithms. -
Uses of MultiDataSetAlgorithm in edu.pitt.dbmi.algo.resampling.task
Constructors in edu.pitt.dbmi.algo.resampling.task with parameters of type MultiDataSetAlgorithmModifierConstructorDescriptionGeneralResamplingSearchRunnable
(List<DataModel> dataModel, MultiDataSetAlgorithm algorithm, Parameters parameters) Constructor for multi-data set algorithms.