public class CLI extends CLIBase2
| Modifier and Type | Method and Description |
|---|---|
KnowledgeSource |
getKnowledgeSource() |
AbstractCELA |
getLearningAlgorithm() |
AbstractClassExpressionLearningProblem |
getLearningProblem() |
int |
getNrOfFolds() |
AbstractReasonerComponent |
getReasonerComponent() |
void |
init() |
boolean |
isPerformCrossValidation() |
static void |
main(String[] args) |
void |
run() |
void |
setNrOfFolds(int nrOfFolds) |
void |
setPerformCrossValidation(boolean performCrossValiation) |
getConfFile, getContext, getLogLevel, setConfFile, setContext, setLogLevelpublic void init() throws IOException
init in class CLIBase2IOExceptionpublic AbstractClassExpressionLearningProblem getLearningProblem()
public AbstractReasonerComponent getReasonerComponent()
public AbstractCELA getLearningAlgorithm()
public static void main(String[] args) throws ParseException, IOException, ReasoningMethodUnsupportedException
args - ParseExceptionIOExceptionReasoningMethodUnsupportedExceptionpublic boolean isPerformCrossValidation()
public void setPerformCrossValidation(boolean performCrossValiation)
public int getNrOfFolds()
public void setNrOfFolds(int nrOfFolds)
public KnowledgeSource getKnowledgeSource()
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann