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 TypeClassDescriptionclassWraps the IMaGES algorithm for continuous variables.classWraps the IMaGES algorithm for continuous variables.classWraps the MultiFask algorithm for continuous variables.classRuns FCI on multiple datasets using the IOD pooled dataset independence test.classRequires that the parameter 'randomSelectionSize' be set to indicate how many datasets should be taken at a time (randomly).classWraps 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 TypeMethodDescriptionvoidGeneralResamplingSearch.setMultiDataSetAlgorithm(MultiDataSetAlgorithm multiDataSetAlgorithm) Constructors in edu.pitt.dbmi.algo.resampling with parameters of type MultiDataSetAlgorithmModifierConstructorDescriptionGeneralResamplingTest(List<DataSet> dataSets, MultiDataSetAlgorithm multiDataSetAlgorithm, int numberResampling, double percentResamplingSize, boolean resamplingWithReplacement, int edgeEnsemble, boolean addOriginalDataset) -
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, GeneralResamplingSearch resamplingAlgorithmSearch, boolean verbose)