Uses of Interface
edu.cmu.tetrad.data.DataModel
Packages that use DataModel
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
Contains classes for various sorts of scores for running score-based algorithms.
Contains classes for running conditional independence tests for various sorts of data.
Contains some utility classes for search algorithms.
Contains some classes that aren't ready for prime time.
-
Uses of DataModel in edu.cmu.tetrad.algcomparison
Methods in edu.cmu.tetrad.algcomparison with parameters of type DataModelModifier and TypeMethodDescriptionstatic StringCompareTwoGraphs.getStatsListTable(Graph trueGraph, Graph targetGraph, DataModel dataModel) Returns a string representing a table of statistics that can be printed. -
Uses of DataModel in edu.cmu.tetrad.algcomparison.algorithm
Methods in edu.cmu.tetrad.algcomparison.algorithm with parameters of type DataModelModifier and TypeMethodDescriptionabstract longExternalAlgorithm.getElapsedTime(DataModel dataSet, Parameters parameters) intAlgorithm.search(DataModel dataSet, Parameters parameters) Runs the search.FirstInflection.search(DataModel dataSet, Parameters parameters) StabilitySelection.search(DataModel dataSet, Parameters parameters) StARS.search(DataModel dataSet, Parameters parameters) Method parameters in edu.cmu.tetrad.algcomparison.algorithm with type arguments of type DataModelModifier and TypeMethodDescriptionMultiDataSetAlgorithm.search(List<DataModel> dataSets, Parameters parameters) Runs the search. -
Uses of DataModel in edu.cmu.tetrad.algcomparison.algorithm.cluster
Methods in edu.cmu.tetrad.algcomparison.algorithm.cluster with parameters of type DataModelModifier and TypeMethodDescriptionBpc.search(DataModel dataSet, Parameters parameters) Fofc.search(DataModel dataSet, Parameters parameters) Ftfc.search(DataModel dataSet, Parameters parameters) -
Uses of DataModel in edu.cmu.tetrad.algcomparison.algorithm.continuous.dag
Methods in edu.cmu.tetrad.algcomparison.algorithm.continuous.dag with parameters of type DataModelModifier and TypeMethodDescriptionDagma.search(DataModel dataSet, Parameters parameters) DirectLingam.search(DataModel dataSet, Parameters parameters) IcaLingam.search(DataModel dataSet, Parameters parameters) IcaLingD.search(DataModel dataSet, Parameters parameters) -
Uses of DataModel in edu.cmu.tetrad.algcomparison.algorithm.external
Methods in edu.cmu.tetrad.algcomparison.algorithm.external with parameters of type DataModelModifier and TypeMethodDescriptionlongExternalAlgorithmBnlearnMmhc.getElapsedTime(DataModel dataSet, Parameters parameters) longExternalAlgorithmBNTPc.getElapsedTime(DataModel dataSet, Parameters parameters) longExternalAlgorithmIntersection.getElapsedTime(DataModel dataSet, Parameters parameters) longExternalAlgorithmPcalgGes.getElapsedTime(DataModel dataSet, Parameters parameters) longExternalAlgorithmPcalgPc.getElapsedTime(DataModel dataSet, Parameters parameters) longExternalAlgorithmTetrad.getElapsedTime(DataModel dataSet, Parameters parameters) ExternalAlgorithmBnlearnMmhc.search(DataModel dataSet, Parameters parameters) Reads in the relevant graph from the file (see above) and returns it.ExternalAlgorithmBNTPc.search(DataModel dataSet, Parameters parameters) Reads in the relevant graph from the file (see above) and returns it.ExternalAlgorithmIntersection.search(DataModel dataSet, Parameters parameters) Reads in the relevant graph from the file (see above) and returns it.ExternalAlgorithmPcalgGes.search(DataModel dataSet, Parameters parameters) Reads in the relevant graph from the file (see above) and returns it.ExternalAlgorithmPcalgPc.search(DataModel dataSet, Parameters parameters) Reads in the relevant graph from the file (see above) and returns it.ExternalAlgorithmTetrad.search(DataModel dataSet, Parameters parameters) Reads in the relevant graph from the file and returns it. -
Uses of DataModel in edu.cmu.tetrad.algcomparison.algorithm.mixed
Methods in edu.cmu.tetrad.algcomparison.algorithm.mixed with parameters of type DataModel -
Uses of DataModel in edu.cmu.tetrad.algcomparison.algorithm.multi
Methods in edu.cmu.tetrad.algcomparison.algorithm.multi with parameters of type DataModelModifier and TypeMethodDescriptionFask.search(DataModel dataSet, Parameters parameters) FaskConcatenated.search(DataModel dataSet, Parameters parameters) FaskLofsConcatenated.search(DataModel dataSet, Parameters parameters) FaskVote.search(DataModel dataSet, Parameters parameters) FasLofs.search(DataModel dataSet, Parameters parameters) FciIod.search(DataModel dataSet, Parameters parameters) FgesConcatenated.search(DataModel dataSet, Parameters parameters) Images.search(DataModel dataSet, Parameters parameters) ImagesBoss.search(DataModel dataSet, Parameters parameters) Method parameters in edu.cmu.tetrad.algcomparison.algorithm.multi with type arguments of type DataModelModifier and TypeMethodDescriptionFaskConcatenated.search(List<DataModel> dataSets, Parameters parameters) FaskLofsConcatenated.search(List<DataModel> dataModels, Parameters parameters) FaskVote.search(List<DataModel> dataSets, Parameters parameters) FciIod.search(List<DataModel> dataSets, Parameters parameters) FgesConcatenated.search(List<DataModel> dataModels, Parameters parameters) Images.search(List<DataModel> dataSets, Parameters parameters) ImagesBoss.search(List<DataModel> dataSets, Parameters parameters) -
Uses of DataModel in edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag
Methods in edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag with parameters of type DataModelModifier and TypeMethodDescriptionBoss.search(DataModel dataModel, Parameters parameters) BossLingam.search(DataModel dataModel, Parameters parameters) Cpc.search(DataModel dataModel, Parameters parameters) Fas.search(DataModel dataSet, Parameters parameters) Fges.search(DataModel dataModel, Parameters parameters) FgesMb.search(DataModel dataSet, Parameters parameters) FgesMeasurement.search(DataModel dataModel, Parameters parameters) GesMe.search(DataModel dataSet, Parameters parameters) Grasp.search(DataModel dataModel, Parameters parameters) Pc.search(DataModel dataModel, Parameters parameters) Pcd.search(DataModel dataSet, Parameters parameters) PcMb.search(DataModel dataSet, Parameters parameters) RestrictedBoss.search(DataModel dataModel, Parameters parameters) SingleGraphAlg.search(DataModel dataSet, Parameters parameters) Sp.search(DataModel dataModel, Parameters parameters) -
Uses of DataModel in edu.cmu.tetrad.algcomparison.algorithm.oracle.pag
Methods in edu.cmu.tetrad.algcomparison.algorithm.oracle.pag with parameters of type DataModelModifier and TypeMethodDescriptionBfci.search(DataModel dataModel, Parameters parameters) Ccd.search(DataModel dataSet, Parameters parameters) Cfci.search(DataModel dataModel, Parameters parameters) Fci.search(DataModel dataModel, Parameters parameters) FciMax.search(DataModel dataModel, Parameters parameters) Gfci.search(DataModel dataModel, Parameters parameters) GraspFci.search(DataModel dataModel, Parameters parameters) PagSampleRfci.search(DataModel dataSet, Parameters parameters) Rfci.search(DataModel dataModel, Parameters parameters) RfciBsc.search(DataModel dataSet, Parameters parameters) SpFci.search(DataModel dataModel, Parameters parameters) SvarFci.search(DataModel dataModel, Parameters parameters) SvarGfci.search(DataModel dataModel, Parameters parameters) -
Uses of DataModel in edu.cmu.tetrad.algcomparison.algorithm.oracle.pattern
Methods in edu.cmu.tetrad.algcomparison.algorithm.oracle.pattern with parameters of type DataModel -
Uses of DataModel in edu.cmu.tetrad.algcomparison.algorithm.other
Methods in edu.cmu.tetrad.algcomparison.algorithm.other with parameters of type DataModelModifier and TypeMethodDescriptionFactorAnalysis.search(DataModel ds, Parameters parameters) Glasso.search(DataModel ds, Parameters parameters) -
Uses of DataModel in edu.cmu.tetrad.algcomparison.algorithm.pairwise
Methods in edu.cmu.tetrad.algcomparison.algorithm.pairwise with parameters of type DataModelModifier and TypeMethodDescriptionEb.search(DataModel dataSet, Parameters parameters) FaskPw.search(DataModel dataModel, Parameters parameters) R1.search(DataModel dataSet, Parameters parameters) R2.search(DataModel dataSet, Parameters parameters) R3.search(DataModel dataSet, Parameters parameters) Rskew.search(DataModel dataSet, Parameters parameters) RskewE.search(DataModel dataSet, Parameters parameters) Skew.search(DataModel dataSet, Parameters parameters) SkewE.search(DataModel dataSet, Parameters parameters) Tanh.search(DataModel dataSet, Parameters parameters) -
Uses of DataModel in edu.cmu.tetrad.algcomparison.independence
Methods in edu.cmu.tetrad.algcomparison.independence with parameters of type DataModelModifier and TypeMethodDescriptionBdeuTest.getTest(DataModel dataSet, Parameters parameters) Returns the test.CciTest.getTest(DataModel dataSet, Parameters parameters) ChiSquare.getTest(DataModel dataSet, Parameters parameters) ConditionalGaussianLRT.getTest(DataModel dataSet, Parameters parameters) DegenerateGaussianLRT.getTest(DataModel dataSet, Parameters parameters) DiscreteBicTest.getTest(DataModel dataSet, Parameters parameters) FisherZ.getTest(DataModel dataModel, Parameters parameters) GICScoreTests.getTest(DataModel dataSet, Parameters parameters) GSquare.getTest(DataModel dataSet, Parameters parameters) 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 a KCI test.MagSemBicTest.getTest(DataModel dataSet, Parameters parameters) Mnlrlrt.getTest(DataModel dataSet, Parameters parameters) MSeparationTest.getTest(DataModel dataSet, Parameters parameters) MultinomialLogisticRegressionWald.getTest(DataModel dataSet, Parameters parameters) Mvplrt.getTest(DataModel dataSet, Parameters parameters) PoissonScoreTest.getTest(DataModel dataSet, Parameters parameters) PositiveCorr.getTest(DataModel dataSet, Parameters parameters) ProbabilisticTest.getTest(DataModel dataSet, Parameters parameters) SemBicDTest.getTest(DataModel dataSet, Parameters parameters) SemBicTest.getTest(DataModel dataSet, Parameters parameters) UniformScatterTest.getTest(DataModel dataSet, Parameters parameters) -
Uses of DataModel in edu.cmu.tetrad.algcomparison.score
Methods in edu.cmu.tetrad.algcomparison.score with parameters of type DataModelModifier and TypeMethodDescriptionBdeuScore.getScore(DataModel dataSet, Parameters parameters) CciScore.getScore(DataModel dataSet, Parameters parameters) ConditionalGaussianBicScore.getScore(DataModel dataSet, Parameters parameters) DegenerateGaussianBicScore.getScore(DataModel dataSet, Parameters parameters) DiscreteBicScore.getScore(DataModel dataSet, Parameters parameters) EbicScore.getScore(DataModel dataSet, Parameters parameters) FisherZScore.getScore(DataModel dataSet, Parameters parameters) GicScores.getScore(DataModel dataSet, Parameters parameters) MagSemBicScore.getScore(DataModel dataSet, Parameters parameters) MSeparationScore.getScore(DataModel dataSet, Parameters parameters) MVPBicScore.getScore(DataModel dataSet, Parameters parameters) PoissonPriorScore.getScore(DataModel dataSet, Parameters parameters) PositiveCorrScore.getScore(DataModel dataSet, Parameters parameters) 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) SemBicScoreDeterministic.getScore(DataModel dataSet, Parameters parameters) ZhangShenBoundScore.getScore(DataModel dataSet, Parameters parameters) -
Uses of DataModel in edu.cmu.tetrad.algcomparison.simulation
Methods in edu.cmu.tetrad.algcomparison.simulation that return DataModelModifier and TypeMethodDescriptionBayesNetSimulation.getDataModel(int index) Returns the simulated data set.BooleanGlassSimulation.getDataModel(int index) ConditionalGaussianSimulation.getDataModel(int index) GeneralSemSimulation.getDataModel(int index) GeneralSemSimulationSpecial1.getDataModel(int index) LeeHastieSimulation.getDataModel(int index) LinearFisherModel.getDataModel(int index) LinearSineSimulation.getDataModel(int index) NLSemSimulation.getDataModel(int index) SemSimulation.getDataModel(int index) SemThenDiscretize.getDataModel(int index) Simulation.getDataModel(int index) Returns the number of data sets to simulate.StandardizedSemSimulation.getDataModel(int index) TimeSeriesSemSimulation.getDataModel(int index) Constructor parameters in edu.cmu.tetrad.algcomparison.simulation with type arguments of type DataModel -
Uses of DataModel in edu.cmu.tetrad.algcomparison.statistic
Methods in edu.cmu.tetrad.algcomparison.statistic with parameters of type DataModelModifier and TypeMethodDescriptiondoubleReturns the value of the statistic, given the true graph and the estimated graph.doubledoubleReturns the value of the statistic, given the true graph and the estimated graph.doubledoubledoubleReturns the value of the statistic, given the true graph and the estimated graph.doubleReturns the value of the statistic, given the true graph and the estimated graph.doubleReturns the value of the statistic, given the true graph and the estimated graph.doubleCalculates the F1 statistic for adjacencies.doubleCalculates the statistic.doubleCalculates the statistic.doubleCalculates the statistic.doubleCalculates the statistic.doubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubleReturns the value of the statistic.doubleReturns the difference between the true and estimated BIC scores, divided by the sample size.doubleReturns the value of the statistic.doubleReturns the value of the statistic.doubledoubledoubledoubledoubledoubledoubledoubleCommonAncestorFalseNegativeBidirected.getValue(Graph trueGraph, Graph estGraph, DataModel dataModel) doubleCommonAncestorFalsePositiveBidirected.getValue(Graph trueGraph, Graph estGraph, DataModel dataModel) doubledoubleCommonMeasuredAncestorRecallBidirected.getValue(Graph trueGraph, Graph estGraph, DataModel dataModel) doubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubleLatentCommonAncestorFalseNegativeBidirected.getValue(Graph trueGraph, Graph estGraph, DataModel dataModel) doubleLatentCommonAncestorFalsePositiveBidirected.getValue(Graph trueGraph, Graph estGraph, DataModel dataModel) doubledoubleLatentCommonAncestorTruePositiveBidirected.getValue(Graph trueGraph, Graph estGraph, DataModel dataModel) doubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubleNumCompatibleDefiniteDirectedEdgeAncestors.getValue(Graph trueGraph, Graph estGraph, DataModel dataModel) doubledoubleNumCompatibleDirectedEdgeNonAncestors.getValue(Graph trueGraph, Graph estGraph, DataModel dataModel) doubledoubleNumCompatiblePossiblyDirectedEdgeAncestors.getValue(Graph trueGraph, Graph estGraph, DataModel dataModel) doubleNumCompatiblePossiblyDirectedEdgeNonAncestors.getValue(Graph trueGraph, Graph estGraph, DataModel dataModel) doubledoubledoubledoubledoubledoubledoubledoubledoubleNumDirectedEdgeBnaMeasuredCounfounded.getValue(Graph trueGraph, Graph estGraph, DataModel dataModel) doubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubleProportionSemidirectedPathsNotReversedEst.getValue(Graph trueGraph, Graph estGraph, DataModel dataModel) doubleProportionSemidirectedPathsNotReversedTrue.getValue(Graph trueGraph, Graph estGraph, DataModel dataModel) doubledoubledoubledoubledoubledoubleReturns the value of this statistic, given the true graph and the estimated graph.doubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubleTrueDagTruePositiveDirectedPathNonancestor.getValue(Graph trueGraph, Graph estGraph, DataModel dataModel) doubledoubledoubledoubledoubledouble -
Uses of DataModel in edu.cmu.tetrad.bayes
Constructors in edu.cmu.tetrad.bayes with parameters of type DataModel -
Uses of DataModel in edu.cmu.tetrad.data
Subinterfaces of DataModel in edu.cmu.tetrad.dataModifier and TypeInterfaceDescriptioninterfaceImplements a rectangular data set, in the sense of being a dataset with a fixed number of columns and a fixed number of rows, the length of each column being constant.interfaceInterface for covariance matrices.Classes in edu.cmu.tetrad.data that implement DataModelModifier and TypeClassDescriptionfinal classWraps a DataBox in such a way that mixed data sets can be stored.final classStores a correlation matrix together with variable names and sample size; intended as a representation of a data set.classStores a covariance matrix together with variable names and sample size, intended as a representation of a data set.classStores a covariance matrix together with variable names and sample size, intended as a representation of a data set.classStores a covariance matrix together with variable names and sample size, intended as a representation of a data set.final classStores a list of data models and keeps track of which one is selected.classStores a list of independence facts.final classWraps a 2D array of Number objects in such a way that mixed data sets can be stored.final classStores time series data as a list of continuous columns.Methods in edu.cmu.tetrad.data that return DataModelModifier and TypeMethodDescriptionCorrelationMatrixOnTheFly.copy()CovarianceMatrix.copy()CovarianceMatrixOnTheFly.copy()DataModel.copy()DataModelList.copy()IndependenceFacts.copy()TimeSeriesData.copy()DataModelList.get(int index) DataModelList.getSelectedModel()DataModelList.remove(int index) Removes the DataModel at the given index.Methods in edu.cmu.tetrad.data that return types with arguments of type DataModelMethods in edu.cmu.tetrad.data with parameters of type DataModelModifier and TypeMethodDescriptionvoidAdds the given DataModel to the list at the given index.static DataSetSimpleDataLoader.getContinuousDataSet(DataModel dataSet) Returns the datamodel case to DataSet if it is continuous.static ICovarianceMatrixSimpleDataLoader.getCovarianceMatrix(DataModel dataModel, boolean precomputeCovariances) Returns the model cast to ICovarianceMatrix if already a covariance matric, or else returns the covariance matrix for a dataset.static DataSetSimpleDataLoader.getDiscreteDataSet(DataModel dataSet) Returns the datamodel case to DataSet if it is discrete.static DataSetSimpleDataLoader.getMixedDataSet(DataModel dataSet) Returns the datamodel case to DataSet if it is mixed.voidDataModelList.setSelectedModel(DataModel model) -
Uses of DataModel in edu.cmu.tetrad.data.simulation
Methods in edu.cmu.tetrad.data.simulation that return DataModelModifier and TypeMethodDescriptionLoadContinuousDataAndGraphs.getDataModel(int index) LoadContinuousDataAndSingleGraph.getDataModel(int index) LoadContinuousDataSmithSim.getDataModel(int index) LoadDataAndGraphs.getDataModel(int index) LoadDataFromFileWithoutGraph.getDataModel(int index) -
Uses of DataModel in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return DataModel -
Uses of DataModel in edu.cmu.tetrad.search.score
Methods in edu.cmu.tetrad.search.score that return DataModelModifier and TypeMethodDescriptionPoissonPriorScore.getData()Returns the data set.SemBicScore.getData()Returns the data model.SemBicScore.getDataModel()Returns the data model.Methods in edu.cmu.tetrad.search.score with parameters of type DataModelModifier and TypeMethodDescriptionstatic doubleScores the given DAG using the given data model, usimg a BIC score.static doubleSemBicScorer.scoreDag(Graph dag, DataModel data, double penaltyDiscount, boolean precomputeCovariances) Scores the given DAG using the given data model, usimg a BIC score. -
Uses of DataModel in edu.cmu.tetrad.search.test
Methods in edu.cmu.tetrad.search.test that return DataModelModifier and TypeMethodDescriptionIndTestIndependenceFacts.getData()Returns the facts supplied in the constructor, which constutite a data model.IndTestProbabilistic.getData()Returns the data set for which conditional independence judgments are requested.Kci.getData()Returns The data model for the independence test.ScoreIndTest.getData()Constructors in edu.cmu.tetrad.search.test with parameters of type DataModel -
Uses of DataModel in edu.cmu.tetrad.search.utils
Methods in edu.cmu.tetrad.search.utils with parameters of type DataModelModifier and TypeMethodDescriptionstatic voidLogUtilsSearch.stampWithBic(Graph graph, DataModel dataModel) Constructors in edu.cmu.tetrad.search.utils with parameters of type DataModelModifierConstructorDescriptionClusterSignificance(List<Node> variables, DataModel dataModel) Constructs a new cluster significance object.Constructor parameters in edu.cmu.tetrad.search.utils with type arguments of type DataModel -
Uses of DataModel in edu.cmu.tetrad.search.work_in_progress
Methods in edu.cmu.tetrad.search.work_in_progress that return DataModel -
Uses of DataModel in edu.cmu.tetrad.util
Methods in edu.cmu.tetrad.util that return DataModelModifier and TypeMethodDescriptionstatic DataModelMultidataUtils.combineDataset(List<DataModel> dataModels) static DataModelDataConvertUtils.toContinuousDataModel(ContinuousData dataset) static DataModelDataConvertUtils.toCovarianceMatrix(CovarianceData dataset) static DataModelDataConvertUtils.toDataModel(Data data) static DataModelDataConvertUtils.toDataModel(Data data, Metadata metadata) static DataModelDataConvertUtils.toMixedDataBox(MixedTabularData dataset) static DataModelDataConvertUtils.toMixedDataBox(MixedTabularData dataset, Metadata metadata) Converting using metadatastatic DataModelDataConvertUtils.toVerticalDiscreteDataModel(VerticalDiscreteTabularData dataset) static DataModelDataConvertUtils.toVerticalDiscreteDataModel(VerticalDiscreteTabularData dataset, Metadata metatdata) Converting using metadataMethods in edu.cmu.tetrad.util with parameters of type DataModelModifier and TypeMethodDescriptionstatic intMultidataUtils.getNumberOfColumns(DataModel dataModel) Method parameters in edu.cmu.tetrad.util with type arguments of type DataModelModifier and TypeMethodDescriptionstatic voidMultidataUtils.combineContinuousData(List<DataModel> dataModels, double[][] combinedData) static DataModelMultidataUtils.combineDataset(List<DataModel> dataModels) static voidMultidataUtils.combineDiscreteDataToDiscreteVerticalData(List<DataModel> dataModels, List<Node> variables, int[][] combinedData, int numOfRows, int numOfColumns) static voidMultidataUtils.combineMixedContinuousData(List<DataModel> dataModels, List<Node> variables, double[][] combinedData, int numOfRows, int numOfColumns) static voidMultidataUtils.combineMixedDiscreteData(List<DataModel> dataModels, List<Node> variables, int[][] combinedData, int numOfRows, int numOfColumns) static voidMultidataUtils.combineVariables(List<DataModel> dataModels, List<Node> variables) Combine the list of variables from each of data model in the list into one variable list.static int[]MultidataUtils.getRowCounts(List<DataModel> dataModels) -
Uses of DataModel in edu.pitt.dbmi.algo.resampling.task
Constructors in edu.pitt.dbmi.algo.resampling.task with parameters of type DataModelModifierConstructorDescriptionGeneralResamplingSearchRunnable(DataModel dataModel, Algorithm algorithm, Parameters parameters, GeneralResamplingSearch resamplingAlgorithmSearch, boolean verbose) Constructor parameters in edu.pitt.dbmi.algo.resampling.task with type arguments of type DataModelModifierConstructorDescriptionGeneralResamplingSearchRunnable(List<DataModel> dataModel, MultiDataSetAlgorithm algorithm, Parameters parameters, GeneralResamplingSearch resamplingAlgorithmSearch, boolean verbose)