blob: 3eb29f5b28dfb8b7c43b14607544b7310669421a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_261) on Sat Sep 11 21:20:09 MSK 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package org.apache.ignite.ml.inference (Ignite 2.11.0)</title>
<meta name="date" content="2021-09-11">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<link rel='shortcut icon' href='https://ignite.apache.org/favicon.ico'/>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package org.apache.ignite.ml.inference (Ignite 2.11.0)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</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">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/ignite/ml/inference/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Uses of Package org.apache.ignite.ml.inference" class="title">Uses of Package<br>org.apache.ignite.ml.inference</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml">org.apache.ignite.ml</a></td>
<td class="colLast">
<div class="block">Root ML package.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.catboost">org.apache.ignite.ml.catboost</a></td>
<td class="colLast">
<div class="block">Base package for XGBoost model parser, correspondent DTOs and util classes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.clustering.gmm">org.apache.ignite.ml.clustering.gmm</a></td>
<td class="colLast">
<div class="block">Contains Gauss Mixture Model clustering algorithm (see <a href="../../../../../org/apache/ignite/ml/clustering/gmm/GmmModel.html" title="class in org.apache.ignite.ml.clustering.gmm"><code>GmmModel</code></a>).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.clustering.kmeans">org.apache.ignite.ml.clustering.kmeans</a></td>
<td class="colLast">
<div class="block">Contains kMeans clustering algorithm.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.composition">org.apache.ignite.ml.composition</a></td>
<td class="colLast">
<div class="block">Contains classes for ensemble of models implementation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.composition.bagging">org.apache.ignite.ml.composition.bagging</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.composition.boosting">org.apache.ignite.ml.composition.boosting</a></td>
<td class="colLast">
<div class="block">Contains Gradient Boosting regression and classification abstract classes
allowing regressor type selecting in child classes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.composition.combinators.parallel">org.apache.ignite.ml.composition.combinators.parallel</a></td>
<td class="colLast">
<div class="block">Contains parallel combiners (ensembles) of trainers and models.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.composition.combinators.sequential">org.apache.ignite.ml.composition.combinators.sequential</a></td>
<td class="colLast">
<div class="block">Contains sequential combinators of trainers and models.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.composition.stacking">org.apache.ignite.ml.composition.stacking</a></td>
<td class="colLast">
<div class="block">Contains classes used for training with stacking technique.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.h2o">org.apache.ignite.ml.h2o</a></td>
<td class="colLast">
<div class="block">Base package for H2O MOJO model parser.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.inference">org.apache.ignite.ml.inference</a></td>
<td class="colLast">
<div class="block">Root package for model inference functionality.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.inference.builder">org.apache.ignite.ml.inference.builder</a></td>
<td class="colLast">
<div class="block">Root package for model inference builders.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.inference.parser">org.apache.ignite.ml.inference.parser</a></td>
<td class="colLast">
<div class="block">Root package for model inference parsers.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.inference.storage.descriptor">org.apache.ignite.ml.inference.storage.descriptor</a></td>
<td class="colLast">
<div class="block">Root package for inference model descriptor storages.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.knn">org.apache.ignite.ml.knn</a></td>
<td class="colLast">
<div class="block">Contains main APIs for kNN algorithms.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.knn.ann">org.apache.ignite.ml.knn.ann</a></td>
<td class="colLast">
<div class="block">Contains main APIs for ANN classification algorithms.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.knn.classification">org.apache.ignite.ml.knn.classification</a></td>
<td class="colLast">
<div class="block">Contains main APIs for kNN classification algorithms.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.knn.regression">org.apache.ignite.ml.knn.regression</a></td>
<td class="colLast">
<div class="block">Contains helper classes for kNN regression algorithms.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.multiclass">org.apache.ignite.ml.multiclass</a></td>
<td class="colLast">
<div class="block">Contains various multi-classifier models and trainers.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.naivebayes">org.apache.ignite.ml.naivebayes</a></td>
<td class="colLast">
<div class="block">Contains various naive Bayes classifiers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.naivebayes.compound">org.apache.ignite.ml.naivebayes.compound</a></td>
<td class="colLast">
<div class="block">Contains Compound naive Bayes classifier.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.naivebayes.discrete">org.apache.ignite.ml.naivebayes.discrete</a></td>
<td class="colLast">
<div class="block">Contains Bernoulli naive Bayes classifier.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.naivebayes.gaussian">org.apache.ignite.ml.naivebayes.gaussian</a></td>
<td class="colLast">
<div class="block">Contains Gaussian naive Bayes classifier.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.nn">org.apache.ignite.ml.nn</a></td>
<td class="colLast">
<div class="block">Contains neural networks and related classes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.optimization">org.apache.ignite.ml.optimization</a></td>
<td class="colLast">
<div class="block">Contains implementations of optimization algorithms and related classes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.pipeline">org.apache.ignite.ml.pipeline</a></td>
<td class="colLast">
<div class="block">Contains Pipeline API.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.recommendation">org.apache.ignite.ml.recommendation</a></td>
<td class="colLast">
<div class="block">Contains recommendation system framework.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.regressions.linear">org.apache.ignite.ml.regressions.linear</a></td>
<td class="colLast">
<div class="block">Contains various linear regressions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.regressions.logistic">org.apache.ignite.ml.regressions.logistic</a></td>
<td class="colLast">
<div class="block">Contains various logistic regressions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.sparkmodelparser">org.apache.ignite.ml.sparkmodelparser</a></td>
<td class="colLast">
<div class="block">Base package for Spark model parser.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.svm">org.apache.ignite.ml.svm</a></td>
<td class="colLast">
<div class="block">Contains main APIs for SVM(support vector machines) algorithms.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.trainers">org.apache.ignite.ml.trainers</a></td>
<td class="colLast">
<div class="block">Contains model trainers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.tree">org.apache.ignite.ml.tree</a></td>
<td class="colLast">
<div class="block">Root package for decision trees.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.tree.randomforest">org.apache.ignite.ml.tree.randomforest</a></td>
<td class="colLast">
<div class="block">Contains random forest implementation classes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.tree.randomforest.data">org.apache.ignite.ml.tree.randomforest.data</a></td>
<td class="colLast">
<div class="block">Package contains helper data structures for random forest implementation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.xgboost">org.apache.ignite.ml.xgboost</a></td>
<td class="colLast">
<div class="block">Base package for XGBoost model parser, correspondent DTOs and util classes.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/package-summary.html">org.apache.ignite.ml</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.catboost">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/catboost/package-summary.html">org.apache.ignite.ml.catboost</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.catboost">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.clustering.gmm">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/clustering/gmm/package-summary.html">org.apache.ignite.ml.clustering.gmm</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.clustering.gmm">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.clustering.kmeans">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/clustering/kmeans/package-summary.html">org.apache.ignite.ml.clustering.kmeans</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.clustering.kmeans">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.composition">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/composition/package-summary.html">org.apache.ignite.ml.composition</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.composition">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.composition.bagging">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/composition/bagging/package-summary.html">org.apache.ignite.ml.composition.bagging</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.composition.bagging">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.composition.boosting">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/composition/boosting/package-summary.html">org.apache.ignite.ml.composition.boosting</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.composition.boosting">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.composition.combinators.parallel">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/composition/combinators/parallel/package-summary.html">org.apache.ignite.ml.composition.combinators.parallel</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.composition.combinators.parallel">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.composition.combinators.sequential">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/composition/combinators/sequential/package-summary.html">org.apache.ignite.ml.composition.combinators.sequential</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.composition.combinators.sequential">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.composition.stacking">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/composition/stacking/package-summary.html">org.apache.ignite.ml.composition.stacking</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.composition.stacking">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.h2o">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/h2o/package-summary.html">org.apache.ignite.ml.h2o</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.h2o">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.inference">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.inference">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/ModelSignature.html#org.apache.ignite.ml.inference">ModelSignature</a>
<div class="block">Signature that defines input/output types in Protobuf.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.inference.builder">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/inference/builder/package-summary.html">org.apache.ignite.ml.inference.builder</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.inference.builder">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.inference.parser">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/inference/parser/package-summary.html">org.apache.ignite.ml.inference.parser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.inference.parser">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.inference.storage.descriptor">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/inference/storage/descriptor/package-summary.html">org.apache.ignite.ml.inference.storage.descriptor</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/ModelDescriptor.html#org.apache.ignite.ml.inference.storage.descriptor">ModelDescriptor</a>
<div class="block">Model descriptor that encapsulates information about model, <a href="../../../../../org/apache/ignite/ml/inference/reader/ModelReader.html" title="interface in org.apache.ignite.ml.inference.reader"><code>ModelReader</code></a> and <a href="../../../../../org/apache/ignite/ml/inference/parser/ModelParser.html" title="interface in org.apache.ignite.ml.inference.parser"><code>ModelParser</code></a> which
is required to build the model.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.knn">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/knn/package-summary.html">org.apache.ignite.ml.knn</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.knn">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.knn.ann">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/knn/ann/package-summary.html">org.apache.ignite.ml.knn.ann</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.knn.ann">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.knn.classification">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/knn/classification/package-summary.html">org.apache.ignite.ml.knn.classification</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.knn.classification">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.knn.regression">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/knn/regression/package-summary.html">org.apache.ignite.ml.knn.regression</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.knn.regression">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.multiclass">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/multiclass/package-summary.html">org.apache.ignite.ml.multiclass</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.multiclass">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.naivebayes">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/naivebayes/package-summary.html">org.apache.ignite.ml.naivebayes</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.naivebayes">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.naivebayes.compound">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/naivebayes/compound/package-summary.html">org.apache.ignite.ml.naivebayes.compound</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.naivebayes.compound">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.naivebayes.discrete">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/naivebayes/discrete/package-summary.html">org.apache.ignite.ml.naivebayes.discrete</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.naivebayes.discrete">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.naivebayes.gaussian">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/naivebayes/gaussian/package-summary.html">org.apache.ignite.ml.naivebayes.gaussian</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.naivebayes.gaussian">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.nn">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/nn/package-summary.html">org.apache.ignite.ml.nn</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.nn">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.optimization">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/optimization/package-summary.html">org.apache.ignite.ml.optimization</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.optimization">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.pipeline">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/pipeline/package-summary.html">org.apache.ignite.ml.pipeline</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.pipeline">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.recommendation">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/recommendation/package-summary.html">org.apache.ignite.ml.recommendation</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.recommendation">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.regressions.linear">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/regressions/linear/package-summary.html">org.apache.ignite.ml.regressions.linear</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.regressions.linear">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.regressions.logistic">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/regressions/logistic/package-summary.html">org.apache.ignite.ml.regressions.logistic</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.regressions.logistic">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.sparkmodelparser">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/sparkmodelparser/package-summary.html">org.apache.ignite.ml.sparkmodelparser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.sparkmodelparser">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.svm">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/svm/package-summary.html">org.apache.ignite.ml.svm</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.svm">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.trainers">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/trainers/package-summary.html">org.apache.ignite.ml.trainers</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.trainers">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.tree">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/tree/package-summary.html">org.apache.ignite.ml.tree</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.tree">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.tree.randomforest">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/tree/randomforest/package-summary.html">org.apache.ignite.ml.tree.randomforest</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.tree.randomforest">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.tree.randomforest.data">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/tree/randomforest/data/package-summary.html">org.apache.ignite.ml.tree.randomforest.data</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.tree.randomforest.data">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.xgboost">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> used by <a href="../../../../../org/apache/ignite/ml/xgboost/package-summary.html">org.apache.ignite.ml.xgboost</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/ignite/ml/inference/class-use/Model.html#org.apache.ignite.ml.xgboost">Model</a>
<div class="block">Inference model that can be used to make predictions.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</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">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/ignite/ml/inference/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><table width="100%" border="0" cellspacing=0 cellpadding=0 style="padding: 5px"> <tr> <td> <table style="padding-left: 0; margin: 0"> <tbody style="padding: 0; margin: 0"> <tr style="padding: 0; margin: 0"> <td> <a target=_blank href="https://ignite.apache.org"><nobr>2021 Copyright &#169; Apache Software Foundation</nobr></a> </td> </tr> </tbody> </table> </td> <td width="100%" align="right" valign="center"> <a href="https://twitter.com/ApacheIgnite" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @ApacheIgnite</a> </td> </tr> <tr> <td colspan="2" valign="top" align="left"> <table style="padding-left: 0; margin: 0"> <tbody style="padding: 0; margin: 0"> <tr style="padding: 0; margin: 0"> <td> <b>Ignite Database and Caching Platform</b> </td> <td>:&nbsp;&nbsp; ver. <strong>2.11.0</strong> </td> </tr> <tr style="padding: 0; margin: 0"> <td> <b>Release Date</b> </td> <td>:&nbsp;&nbsp; September 11 2021 </td> </tr> </tbody> </table> </td> </tr> </table></small></p>
</body>
</html>