Class GeneralResamplingSearchRunnable
java.lang.Object
edu.pitt.dbmi.algo.resampling.task.GeneralResamplingSearchRunnable
Mar 19, 2017 9:45:44 PM
- Author:
- Chirayu (Kong) Wongchokprasitti, PhD
-
Constructor Summary
ConstructorsConstructorDescriptionGeneralResamplingSearchRunnable
(DataModel dataModel, Algorithm algorithm, Parameters parameters, GeneralResamplingSearch resamplingAlgorithmSearch, boolean verbose) GeneralResamplingSearchRunnable
(List<DataModel> dataModel, MultiDataSetAlgorithm algorithm, Parameters parameters, GeneralResamplingSearch resamplingAlgorithmSearch, boolean verbose) -
Method Summary
Modifier and TypeMethodDescriptioncall()
getOut()
void
setExternalGraph
(Graph externalGraph) void
setKnowledge
(Knowledge knowledge) Sets the background knowledge.void
setOut
(PrintStream out) Sets the output stream that output (except for log output) should be sent to.void
setScoreWrapper
(ScoreWrapper scoreWrapper)
-
Constructor Details
-
GeneralResamplingSearchRunnable
public GeneralResamplingSearchRunnable(DataModel dataModel, Algorithm algorithm, Parameters parameters, GeneralResamplingSearch resamplingAlgorithmSearch, boolean verbose) -
GeneralResamplingSearchRunnable
public GeneralResamplingSearchRunnable(List<DataModel> dataModel, MultiDataSetAlgorithm algorithm, Parameters parameters, GeneralResamplingSearch resamplingAlgorithmSearch, boolean verbose)
-
-
Method Details
-
getKnowledge
- Returns:
- the background knowledge.
-
setKnowledge
Sets the background knowledge.- Parameters:
knowledge
- the knowledge object, specifying forbidden and required edges.
-
getExternalGraph
-
setExternalGraph
-
getOut
- Returns:
- the output stream that output (except for log output) should be sent to.
-
setOut
Sets the output stream that output (except for log output) should be sent to. By detault System.out. -
call
-
setScoreWrapper
-