blob: 364689829e31a90553e7215b29bbcc7bcc658daa [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 Interface org.apache.ignite.ml.inference.json.JSONWritable (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>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.apache.ignite.ml.inference.json.JSONWritable (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><a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">Class</a></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/json/class-use/JSONWritable.html" target="_top">Frames</a></li>
<li><a href="JSONWritable.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">
<h2 title="Uses of Interface org.apache.ignite.ml.inference.json.JSONWritable" class="title">Uses of Interface<br>org.apache.ignite.ml.inference.json.JSONWritable</h2>
</div>
<div class="classUseContainer">
<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/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</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.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="rowColor">
<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="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.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.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.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="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>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.ignite.ml.clustering.kmeans">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a> in <a href="../../../../../../../org/apache/ignite/ml/clustering/kmeans/package-summary.html">org.apache.ignite.ml.clustering.kmeans</a></h3>
<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/clustering/kmeans/package-summary.html">org.apache.ignite.ml.clustering.kmeans</a> that implement <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></span></code>
<div class="block">This class encapsulates result of clusterization by KMeans algorithm.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.composition.boosting">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a> in <a href="../../../../../../../org/apache/ignite/ml/composition/boosting/package-summary.html">org.apache.ignite.ml.composition.boosting</a></h3>
<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/composition/boosting/package-summary.html">org.apache.ignite.ml.composition.boosting</a> that implement <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/composition/boosting/GDBModel.html" title="class in org.apache.ignite.ml.composition.boosting">GDBModel</a></span></code>
<div class="block">GDB model.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.knn.ann">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a> in <a href="../../../../../../../org/apache/ignite/ml/knn/ann/package-summary.html">org.apache.ignite.ml.knn.ann</a></h3>
<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/knn/ann/package-summary.html">org.apache.ignite.ml.knn.ann</a> that implement <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/knn/ann/ANNClassificationModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel</a></span></code>
<div class="block">ANN model to predict labels in multi-class classification task.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.naivebayes.compound">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a> in <a href="../../../../../../../org/apache/ignite/ml/naivebayes/compound/package-summary.html">org.apache.ignite.ml.naivebayes.compound</a></h3>
<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/naivebayes/compound/package-summary.html">org.apache.ignite.ml.naivebayes.compound</a> that implement <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></span></code>
<div class="block">A compound Naive Bayes model which uses a composition of<code>GaussianNaiveBayesModel</code> and <code>DiscreteNaiveBayesModel</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.naivebayes.discrete">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a> in <a href="../../../../../../../org/apache/ignite/ml/naivebayes/discrete/package-summary.html">org.apache.ignite.ml.naivebayes.discrete</a></h3>
<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/naivebayes/discrete/package-summary.html">org.apache.ignite.ml.naivebayes.discrete</a> that implement <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesModel</a></span></code>
<div class="block">Discrete naive Bayes model which predicts result value <code>y</code> belongs to a class <code>C_k, k in [0..K]</code> as
{@code p(C_k,y) =x_1*p_k1^x *...</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.naivebayes.gaussian">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a> in <a href="../../../../../../../org/apache/ignite/ml/naivebayes/gaussian/package-summary.html">org.apache.ignite.ml.naivebayes.gaussian</a></h3>
<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/naivebayes/gaussian/package-summary.html">org.apache.ignite.ml.naivebayes.gaussian</a> that implement <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesModel</a></span></code>
<div class="block">Simple naive Bayes model which predicts result value <code>y</code> belongs to a class <code>C_k, k in [0..K]</code> as {@code
p(C_k,y) = p(C_k)*p(y_1,C_k) *...</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.regressions.linear">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a> in <a href="../../../../../../../org/apache/ignite/ml/regressions/linear/package-summary.html">org.apache.ignite.ml.regressions.linear</a></h3>
<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/regressions/linear/package-summary.html">org.apache.ignite.ml.regressions.linear</a> that implement <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel</a></span></code>
<div class="block">Simple linear regression model which predicts result value Y as a linear combination of input variables:
Y = weights * X + intercept.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.regressions.logistic">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a> in <a href="../../../../../../../org/apache/ignite/ml/regressions/logistic/package-summary.html">org.apache.ignite.ml.regressions.logistic</a></h3>
<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/regressions/logistic/package-summary.html">org.apache.ignite.ml.regressions.logistic</a> that implement <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></span></code>
<div class="block">Logistic regression (logit model) is a generalized linear model used for binomial regression.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.svm">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a> in <a href="../../../../../../../org/apache/ignite/ml/svm/package-summary.html">org.apache.ignite.ml.svm</a></h3>
<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/svm/package-summary.html">org.apache.ignite.ml.svm</a> that implement <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></span></code>
<div class="block">Base class for SVM linear classification model.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.tree">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a> in <a href="../../../../../../../org/apache/ignite/ml/tree/package-summary.html">org.apache.ignite.ml.tree</a></h3>
<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/tree/package-summary.html">org.apache.ignite.ml.tree</a> that implement <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/tree/DecisionTreeModel.html" title="class in org.apache.ignite.ml.tree">DecisionTreeModel</a></span></code>
<div class="block">Base class for decision tree models.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.tree.randomforest">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a> in <a href="../../../../../../../org/apache/ignite/ml/tree/randomforest/package-summary.html">org.apache.ignite.ml.tree.randomforest</a></h3>
<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/tree/randomforest/package-summary.html">org.apache.ignite.ml.tree.randomforest</a> that implement <a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/tree/randomforest/RandomForestModel.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestModel</a></span></code>
<div class="block">Random Forest Model class.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</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><a href="../../../../../../../org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">Class</a></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/json/class-use/JSONWritable.html" target="_top">Frames</a></li>
<li><a href="JSONWritable.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>