blob: b7f19c935077ed9f2ea1cf4c78adc00d6933beb3 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Generated by javadoc (17) -->
<title>opennlp.tools.ml.naivebayes (Apache OpenNLP Tools 2.3.3 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: opennlp.tools.ml.naivebayes">
<meta name="generator" content="javadoc/PackageWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="package-declaration-page">
<script type="text/javascript">var pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="nav-bar-cell1-rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html#package">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div>
<ul class="sub-nav-list">
<li>Package:&nbsp;</li>
<li><a href="#package-description">Description</a>&nbsp;|&nbsp;</li>
<li><a href="#related-package-summary">Related Packages</a>&nbsp;|&nbsp;</li>
<li><a href="#class-summary">Classes and Interfaces</a></li>
</ul>
</div>
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Package opennlp.tools.ml.naivebayes" class="title">Package opennlp.tools.ml.naivebayes</h1>
</div>
<hr>
<div class="package-signature">package <span class="element-name">opennlp.tools.ml.naivebayes</span></div>
<section class="package-description" id="package-description">
<div class="block">Package related to ML by means of the Naive Bayes algorithm.</div>
</section>
<section class="summary">
<ul class="summary-list">
<li>
<div id="related-package-summary">
<div class="caption"><span>Related Packages</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="../package-summary.html">opennlp.tools.ml</a></div>
<div class="col-last even-row-color">
<div class="block">Package related to Machine Learning (ML) features of OpenNLP, the related ML models, and trainers.</div>
</div>
<div class="col-first odd-row-color"><a href="../maxent/package-summary.html">opennlp.tools.ml.maxent</a></div>
<div class="col-last odd-row-color">
<div class="block">Package related to ML by means of the Maximum Entropy (ME) algorithm.</div>
</div>
<div class="col-first even-row-color"><a href="../model/package-summary.html">opennlp.tools.ml.model</a></div>
<div class="col-last even-row-color">
<div class="block">Package related to ML models and feature selection techniques.</div>
</div>
<div class="col-first odd-row-color"><a href="../perceptron/package-summary.html">opennlp.tools.ml.perceptron</a></div>
<div class="col-last odd-row-color">
<div class="block">Package related to ML by means of the perceptron algorithm.</div>
</div>
</div>
</div>
</li>
<li>
<div id="class-summary">
<div class="caption"><span>Classes</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="BinaryNaiveBayesModelReader.html" title="class in opennlp.tools.ml.naivebayes">BinaryNaiveBayesModelReader</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">A <a href="NaiveBayesModelReader.html" title="class in opennlp.tools.ml.naivebayes"><code>NaiveBayesModelReader</code></a> that reads models from a binary format.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="BinaryNaiveBayesModelWriter.html" title="class in opennlp.tools.ml.naivebayes">BinaryNaiveBayesModelWriter</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="block">A <a href="NaiveBayesModelWriter.html" title="class in opennlp.tools.ml.naivebayes"><code>NaiveBayesModelWriter</code></a> that writes models in a binary format.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="LogProbabilities.html" title="class in opennlp.tools.ml.naivebayes">LogProbabilities</a>&lt;T&gt;</div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">Class implementing the probability distribution over labels returned by
a classifier as a log of probabilities.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="LogProbability.html" title="class in opennlp.tools.ml.naivebayes">LogProbability</a>&lt;T&gt;</div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="block">A class implementing the logarithmic <a href="Probability.html" title="class in opennlp.tools.ml.naivebayes"><code>Probability</code></a> for a label.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="NaiveBayesEvalParameters.html" title="class in opennlp.tools.ml.naivebayes">NaiveBayesEvalParameters</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">Specialized <a href="../model/EvalParameters.html" title="class in opennlp.tools.ml.model"><code>parameters</code></a> for the evaluation of a naive bayes classifier</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="NaiveBayesModel.html" title="class in opennlp.tools.ml.naivebayes">NaiveBayesModel</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="block">A <a href="../model/MaxentModel.html" title="interface in opennlp.tools.ml.model"><code>MaxentModel</code></a> implementation of the multinomial Naive Bayes classifier model.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="NaiveBayesModelReader.html" title="class in opennlp.tools.ml.naivebayes">NaiveBayesModelReader</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">The base class for readers of <a href="NaiveBayesModel.html" title="class in opennlp.tools.ml.naivebayes"><code>models</code></a>.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="NaiveBayesModelWriter.html" title="class in opennlp.tools.ml.naivebayes">NaiveBayesModelWriter</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="block">The base class for <a href="NaiveBayesModel.html" title="class in opennlp.tools.ml.naivebayes"><code>NaiveBayesModel</code></a> writers.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="NaiveBayesTrainer.html" title="class in opennlp.tools.ml.naivebayes">NaiveBayesTrainer</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">Trains <a href="NaiveBayesModel.html" title="class in opennlp.tools.ml.naivebayes"><code>models</code></a> using the combination of EM algorithm
and Naive Bayes classifier which is described in:</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="PlainTextNaiveBayesModelReader.html" title="class in opennlp.tools.ml.naivebayes">PlainTextNaiveBayesModelReader</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="block">A <a href="NaiveBayesModelReader.html" title="class in opennlp.tools.ml.naivebayes"><code>NaiveBayesModelReader</code></a> that reads models from a plain text format.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="PlainTextNaiveBayesModelWriter.html" title="class in opennlp.tools.ml.naivebayes">PlainTextNaiveBayesModelWriter</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">A <a href="NaiveBayesModelWriter.html" title="class in opennlp.tools.ml.naivebayes"><code>NaiveBayesModelWriter</code></a> that writes models in a plain text format.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="Probabilities.html" title="class in opennlp.tools.ml.naivebayes">Probabilities</a>&lt;T&gt;</div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="block">Class implementing the probability distribution over labels returned by a classifier.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="Probability.html" title="class in opennlp.tools.ml.naivebayes">Probability</a>&lt;T&gt;</div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">Class implementing the probability for a label.</div>
</div>
</div>
</div>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>