public class EDGEDistributedDynamic extends AbstractEDGEDistributed
AbstractEDGE.PossibleOutputFormat
Constructor and Description |
---|
EDGEDistributedDynamic() |
Modifier and Type | Method and Description |
---|---|
int |
getChunkDim() |
int |
getMaxSenderThreads() |
BigDecimal |
getParameter(org.semanticweb.owlapi.model.OWLAxiom ax)
Gets the probabilistic parameter of an axiom
|
void |
init()
Method to be called after the component has been configured.
|
void |
setChunkDim(int chunkDim) |
void |
setMaxSenderThreads(int maxSenderThreads) |
void |
start()
Starts the algorithm.
|
getComm, setComm
changeSourcesOntology, getAccuracy, getDifferenceLL, getLearnedOntology, getLL, getLOGZERO, getMaxExplanations, getMaxIterations, getMaxNegativeExamples, getMaxPositiveExamples, getNegativeExampleAxioms, getOutputformat, getPositiveExampleAxioms, getRatioLL, getSeed, getSourcesOntology, getTimeMap, getTimeout, isRandomize, isRandomizeAll, isShowAll, reset, setAccuracy, setDifferenceLL, setMaxExplanations, setMaxIterations, setMaxNegativeExamples, setMaxPositiveExamples, setNegativeExampleAxioms, setOutputformat, setPositiveExampleAxioms, setProbabilizeAll, setRandomize, setRatioLL, setSeed, setShowAll, setTimeout
getLearningProblem, getTargetAxioms, isRunning, setLearningProblem, setTargetAxioms, stop
public EDGEDistributedDynamic()
public void init() throws ComponentInitException
Component
init
in interface Component
init
in class AbstractEDGE
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
public int getChunkDim()
public void setChunkDim(int chunkDim)
chunkDim
- the chunkDim to setpublic int getMaxSenderThreads()
public void setMaxSenderThreads(int maxSenderThreads)
maxSenderThreads
- the maxSenderThreads to setpublic BigDecimal getParameter(org.semanticweb.owlapi.model.OWLAxiom ax)
AbstractParameterLearningAlgorithm
getParameter
in class AbstractEDGE
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann