Class ReductionGraphGenerator
- java.lang.Object
-
- ai.libs.jaicore.ml.weka.classification.learner.reduction.reducer.ReductionGraphGenerator
-
- All Implemented Interfaces:
org.api4.java.datastructure.graph.implicit.IGraphGenerator<ai.libs.jaicore.ml.weka.classification.learner.reduction.reducer.RestProblem,ai.libs.jaicore.ml.weka.classification.learner.reduction.reducer.Decision>
public class ReductionGraphGenerator extends java.lang.Object implements org.api4.java.datastructure.graph.implicit.IGraphGenerator<ai.libs.jaicore.ml.weka.classification.learner.reduction.reducer.RestProblem,ai.libs.jaicore.ml.weka.classification.learner.reduction.reducer.Decision>
-
-
Constructor Summary
Constructors Constructor Description ReductionGraphGenerator(java.util.Random rand, weka.core.Instances data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.api4.java.datastructure.graph.implicit.ISingleRootGenerator<ai.libs.jaicore.ml.weka.classification.learner.reduction.reducer.RestProblem>getRootGenerator()org.api4.java.datastructure.graph.implicit.ISuccessorGenerator<ai.libs.jaicore.ml.weka.classification.learner.reduction.reducer.RestProblem,ai.libs.jaicore.ml.weka.classification.learner.reduction.reducer.Decision>getSuccessorGenerator()
-
-
-
Method Detail
-
getRootGenerator
public org.api4.java.datastructure.graph.implicit.ISingleRootGenerator<ai.libs.jaicore.ml.weka.classification.learner.reduction.reducer.RestProblem> getRootGenerator()
- Specified by:
getRootGeneratorin interfaceorg.api4.java.datastructure.graph.implicit.IGraphGenerator<ai.libs.jaicore.ml.weka.classification.learner.reduction.reducer.RestProblem,ai.libs.jaicore.ml.weka.classification.learner.reduction.reducer.Decision>
-
getSuccessorGenerator
public org.api4.java.datastructure.graph.implicit.ISuccessorGenerator<ai.libs.jaicore.ml.weka.classification.learner.reduction.reducer.RestProblem,ai.libs.jaicore.ml.weka.classification.learner.reduction.reducer.Decision> getSuccessorGenerator()
- Specified by:
getSuccessorGeneratorin interfaceorg.api4.java.datastructure.graph.implicit.IGraphGenerator<ai.libs.jaicore.ml.weka.classification.learner.reduction.reducer.RestProblem,ai.libs.jaicore.ml.weka.classification.learner.reduction.reducer.Decision>
-
-