Skip to content

Commit

Permalink
Update configOptions.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBin committed May 25, 2023
1 parent a7cd444 commit 825f20b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions interfaces/doc/configOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
h2 small.default-hidden { visibility: hidden; }
a:hover h2 small.default-hidden, a:active h2 small.default-hidden { visibility: visible; }
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script><script type="text/javascript" language="javascript">
<script type="text/javascript" language="javascript">
//<![CDATA[
function showOnlyCat(className){
$('div.type').show(); $('div.type').not('.'+className).hide(); }
function showAllCat(){
$('div.type').show() };
document.querySelectorAll('div.type').forEach((e) => { e.style.display='block'; })
if (className){document.querySelectorAll('div.type:not(.'+className+')').forEach((e) => { e.style.display='none' })}
}
//]]>
</script>
</head><body><div class="container-fluid">
<h1>DL-Learner Components</h1>
<p>Click on the following items to filter the listing below by implemented interfaces (requires Javascript):</p>
<a href="#" onClick="showAllCat()">show all</a><ul class="list-unstyled"><li><a href="#" onClick="showOnlyCat('Class')">Non-component Class</a></li><li><a href="#" onClick="showOnlyCat('KnowledgeSource')">KnowledgeSource</a></li><li><a href="#" onClick="showOnlyCat('LearningAlgorithm')">LearningAlgorithm</a><ul><li><a href="#" onClick="showOnlyCat('AxiomLearningAlgorithm')">AxiomLearningAlgorithm</a></li><li><a href="#" onClick="showOnlyCat('ClassExpressionLearningAlgorithm')">ClassExpressionLearningAlgorithm</a></li></ul></li><li><a href="#" onClick="showOnlyCat('LearningProblem')">LearningProblem</a></li><li><a href="#" onClick="showOnlyCat('ReasonerComponent')">ReasonerComponent</a></li><li><a href="#" onClick="showOnlyCat('RefinementOperator')">RefinementOperator</a></li><li><a href="#" onClick="showOnlyCat('Heuristic')">Heuristic</a></li><li><a href="#" onClick="showOnlyCat('AccMethod')">AccMethod</a></li><li><a href="#" onClick="showOnlyCat('OtherComponent')">other</a></li></ul><p>Click on a component to get an overview on its configuration options.</p><ul>
<a href="#" onClick="showOnlyCat()">show all</a><ul class="list-unstyled"><li><a href="#" onClick="showOnlyCat('Class')">Non-component Class</a></li><li><a href="#" onClick="showOnlyCat('KnowledgeSource')">KnowledgeSource</a></li><li><a href="#" onClick="showOnlyCat('LearningAlgorithm')">LearningAlgorithm</a><ul><li><a href="#" onClick="showOnlyCat('AxiomLearningAlgorithm')">AxiomLearningAlgorithm</a></li><li><a href="#" onClick="showOnlyCat('ClassExpressionLearningAlgorithm')">ClassExpressionLearningAlgorithm</a></li></ul></li><li><a href="#" onClick="showOnlyCat('LearningProblem')">LearningProblem</a></li><li><a href="#" onClick="showOnlyCat('ReasonerComponent')">ReasonerComponent</a></li><li><a href="#" onClick="showOnlyCat('RefinementOperator')">RefinementOperator</a></li><li><a href="#" onClick="showOnlyCat('Heuristic')">Heuristic</a></li><li><a href="#" onClick="showOnlyCat('AccMethod')">AccMethod</a></li><li><a href="#" onClick="showOnlyCat('OtherComponent')">other</a></li></ul><p>Click on a component to get an overview on its configuration options.</p><ul>
<div class="type menu AccMethod"><li><a href="#org.dllearner.accuracymethods.AccMethodAMeasure">AMeasure</a></li></div>
<div class="type menu AccMethod"><li><a href="#org.dllearner.accuracymethods.AccMethodAMeasureApprox">AMeasure Approximate</a></li></div>
<div class="type menu OtherComponent"><li><a href="#org.dllearner.core.probabilistic.unife.BUNDLE">BUNDLE</a></li></div>
Expand Down Expand Up @@ -909,4 +909,4 @@ <h1>DL-Learner Components</h1>
<dl class="dl-horizontal"><dt>short name</dt><dd>oplsymm</dd><dt>version</dt><dd>0.1</dd><dt>implements</dt><dd><ul class="list-inline"><li>LearningAlgorithm</li><li>AxiomLearningAlgorithm</li></ul></dd><dt>description</dt><dd>A learning algorithm for symmetric object property axioms.</dd></dl>This component does not have configuration options.</div>
<div class="type LearningAlgorithm AxiomLearningAlgorithm"><a name="org.dllearner.algorithms.properties.TransitiveObjectPropertyAxiomLearner"><h2>transitive object property axiom learner <small class="default-hidden">org.dllearner.algorithms.properties.TransitiveObjectPropertyAxiomLearner</small></h2></a>
<dl class="dl-horizontal"><dt>short name</dt><dd>opltrans</dd><dt>version</dt><dd>0.1</dd><dt>implements</dt><dd><ul class="list-inline"><li>LearningAlgorithm</li><li>AxiomLearningAlgorithm</li></ul></dd><dt>description</dt><dd>A learning algorithm for transitive object property axioms.</dd></dl>This component does not have configuration options.</div>
</div></body></html>
</div></body></html>

0 comments on commit 825f20b

Please sign in to comment.