public class LEAP extends AbstractLEAP
Constructor and Description |
---|
LEAP() |
LEAP(AbstractCELA cela,
AbstractEDGE lpr) |
Modifier and Type | Method and Description |
---|---|
static String |
getName()
Returns the name of the algorithm.
|
void |
init()
Method to be called after the component has been configured.
|
void |
start()
Starts the algorithm.
|
getAccuracy, getClassAxiomType, getDummyClass, getEdge, setAccuracy, setBlockSizeGreedySearch, setClassAxiomType, setDummyClass, setEdge, setMaxExecutionTimeInSeconds
getClassExpressionLearningAlgorithm, getLearningParameterAlgorithm, getLearningProblem, getOutputFile, isRunning, setClassExpressionLearningAlgorithm, setLearningParameterAlgorithm, setLearningProblem, setOutputFile, stop
public LEAP()
public LEAP(AbstractCELA cela, AbstractEDGE lpr)
public void init() throws ComponentInitException
Component
init
in interface Component
init
in class AbstractLEAP
ComponentInitException
- This exception is thrown if any
exceptions occur within the initialisation process of this
component. As component developer, you are encouraged to
re-throw occurring exception as ComponentInitException and
giving an error message as well as the actually exception by
using the constructor ComponentInitException(String, Throwable)
.public void start()
LearningAlgorithm
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann