blob: 15c10758eca5af206075ddaf9e886174acf0f931 [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_291) on Mon Jan 10 11:05:31 MSK 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.apache.ignite.ml.environment.deploy.DeployableObject (Ignite 2.12.0)</title>
<meta name="date" content="2022-01-10">
<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.environment.deploy.DeployableObject (Ignite 2.12.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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">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/environment/deploy/class-use/DeployableObject.html" target="_top">Frames</a></li>
<li><a href="DeployableObject.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.environment.deploy.DeployableObject" class="title">Uses of Interface<br>org.apache.ignite.ml.environment.deploy.DeployableObject</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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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.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">
<div class="block">Contains bootstrap aggregation (bagging) trainer allowing to combine some other trainers and return a bagged version of them.</div>
</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.dataset.feature.extractor.impl">org.apache.ignite.ml.dataset.feature.extractor.impl</a></td>
<td class="colLast">
<div class="block">Package contains default implementations of <a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><code>Vectorizer</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<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="rowColor">
<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="altColor">
<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="rowColor">
<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="altColor">
<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="rowColor">
<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="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.preprocessing.binarization">org.apache.ignite.ml.preprocessing.binarization</a></td>
<td class="colLast">
<div class="block">Contains binarization preprocessor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.preprocessing.developer">org.apache.ignite.ml.preprocessing.developer</a></td>
<td class="colLast">
<div class="block">Contains Developer API preprocessors.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.preprocessing.encoding.label">org.apache.ignite.ml.preprocessing.encoding.label</a></td>
<td class="colLast">
<div class="block">Contains label encoding preprocessor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.preprocessing.encoding.onehotencoder">org.apache.ignite.ml.preprocessing.encoding.onehotencoder</a></td>
<td class="colLast">
<div class="block">Contains one hot encoding preprocessor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.preprocessing.encoding.stringencoder">org.apache.ignite.ml.preprocessing.encoding.stringencoder</a></td>
<td class="colLast">
<div class="block">Contains string encoding preprocessor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.preprocessing.finalization">org.apache.ignite.ml.preprocessing.finalization</a></td>
<td class="colLast">
<div class="block">Contains vector finalization preprocessor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.preprocessing.imputing">org.apache.ignite.ml.preprocessing.imputing</a></td>
<td class="colLast">
<div class="block">Contains Imputer preprocessor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.preprocessing.maxabsscaling">org.apache.ignite.ml.preprocessing.maxabsscaling</a></td>
<td class="colLast">
<div class="block">Contains Max Abs Scaler preprocessor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.preprocessing.minmaxscaling">org.apache.ignite.ml.preprocessing.minmaxscaling</a></td>
<td class="colLast">
<div class="block">Contains Min Max Scaler preprocessor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.preprocessing.normalization">org.apache.ignite.ml.preprocessing.normalization</a></td>
<td class="colLast">
<div class="block">Contains Normalizer preprocessor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.preprocessing.standardscaling">org.apache.ignite.ml.preprocessing.standardscaling</a></td>
<td class="colLast">
<div class="block">Contains Standard scaler preprocessor.</div>
</td>
</tr>
<tr class="rowColor">
<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.gmm">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/clustering/gmm/package-summary.html">org.apache.ignite.ml.clustering.gmm</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/gmm/package-summary.html">org.apache.ignite.ml.clustering.gmm</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/gmm/GmmModel.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmModel</a></span></code>
<div class="block">Gaussian Mixture Model.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.clustering.kmeans">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/composition/package-summary.html">org.apache.ignite.ml.composition</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/package-summary.html">org.apache.ignite.ml.composition</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/ModelsComposition.html" title="class in org.apache.ignite.ml.composition">ModelsComposition</a>&lt;M extends <a href="../../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;<a href="../../../../../../../org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;&gt;</span></code>
<div class="block">Model consisting of several models and prediction aggregation strategy.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.composition.bagging">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/composition/bagging/package-summary.html">org.apache.ignite.ml.composition.bagging</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/bagging/package-summary.html">org.apache.ignite.ml.composition.bagging</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/bagging/BaggedModel.html" title="class in org.apache.ignite.ml.composition.bagging">BaggedModel</a></span></code>
<div class="block">This class represents model produced by <a href="../../../../../../../org/apache/ignite/ml/composition/bagging/BaggedTrainer.html" title="class in org.apache.ignite.ml.composition.bagging"><code>BaggedTrainer</code></a>.</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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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.dataset.feature.extractor.impl">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/impl/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor.impl</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/dataset/feature/extractor/impl/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor.impl</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/dataset/feature/extractor/impl/BinaryObjectVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">BinaryObjectVectorizer</a>&lt;K&gt;</span></code>
<div class="block">Vectorizer on binary objects.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/impl/DoubleArrayVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">DoubleArrayVectorizer</a>&lt;K&gt;</span></code>
<div class="block">Vectorizer on arrays of doubles.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/impl/DummyVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">DummyVectorizer</a>&lt;K&gt;</span></code>
<div class="block">Vectorizer on Vector.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">LabeledDummyVectorizer</a>&lt;K,L&gt;</span></code>
<div class="block">Vectorizer on LabeledVector.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/impl/ObjectArrayVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">ObjectArrayVectorizer</a>&lt;K&gt;</span></code>
<div class="block">Vectorizer on arrays of objects.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.knn">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/knn/package-summary.html">org.apache.ignite.ml.knn</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/package-summary.html">org.apache.ignite.ml.knn</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></span></code>
<div class="block">Common methods and fields for all kNN and aNN models
to predict label based on neighbours' labels.</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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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.pipeline">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/pipeline/package-summary.html">org.apache.ignite.ml.pipeline</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/pipeline/package-summary.html">org.apache.ignite.ml.pipeline</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/pipeline/PipelineMdl.html" title="class in org.apache.ignite.ml.pipeline">PipelineMdl</a>&lt;K,V&gt;</span></code>
<div class="block">Wraps the model produced by <a href="../../../../../../../org/apache/ignite/ml/pipeline/Pipeline.html" title="class in org.apache.ignite.ml.pipeline"><code>Pipeline</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.preprocessing.binarization">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/preprocessing/binarization/package-summary.html">org.apache.ignite.ml.preprocessing.binarization</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/preprocessing/binarization/package-summary.html">org.apache.ignite.ml.preprocessing.binarization</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/preprocessing/binarization/BinarizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.binarization">BinarizationPreprocessor</a>&lt;K,V&gt;</span></code>
<div class="block">Preprocessing function that makes binarization.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.preprocessing.developer">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/preprocessing/developer/package-summary.html">org.apache.ignite.ml.preprocessing.developer</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/preprocessing/developer/package-summary.html">org.apache.ignite.ml.preprocessing.developer</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/preprocessing/developer/MappedPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.developer">MappedPreprocessor</a>&lt;K,V,L0,L1&gt;</span></code>
<div class="block">Mapped Preprocessor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/preprocessing/developer/PatchedPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.developer">PatchedPreprocessor</a>&lt;K,V,L1,L2&gt;</span></code>
<div class="block">Preprocessing function that makes binarization.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.preprocessing.encoding.label">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/preprocessing/encoding/label/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.label</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/preprocessing/encoding/label/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.label</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/preprocessing/encoding/label/LabelEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.label">LabelEncoderPreprocessor</a>&lt;K,V&gt;</span></code>
<div class="block">Preprocessing function that makes Label encoding.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.preprocessing.encoding.onehotencoder">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/preprocessing/encoding/onehotencoder/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.onehotencoder</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/preprocessing/encoding/onehotencoder/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.onehotencoder</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/preprocessing/encoding/onehotencoder/OneHotEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.onehotencoder">OneHotEncoderPreprocessor</a>&lt;K,V&gt;</span></code>
<div class="block">Preprocessing function that makes one-hot encoding.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.preprocessing.encoding.stringencoder">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/preprocessing/encoding/stringencoder/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.stringencoder</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/preprocessing/encoding/stringencoder/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.stringencoder</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/preprocessing/encoding/stringencoder/StringEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.stringencoder">StringEncoderPreprocessor</a>&lt;K,V&gt;</span></code>
<div class="block">Preprocessing function that makes String encoding.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.preprocessing.finalization">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/preprocessing/finalization/package-summary.html">org.apache.ignite.ml.preprocessing.finalization</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/preprocessing/finalization/package-summary.html">org.apache.ignite.ml.preprocessing.finalization</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/preprocessing/finalization/VectorFinalizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.finalization">VectorFinalizationPreprocessor</a>&lt;K,V&gt;</span></code>
<div class="block">Preprocessing function that makes vector finalization.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.preprocessing.imputing">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/preprocessing/imputing/package-summary.html">org.apache.ignite.ml.preprocessing.imputing</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/preprocessing/imputing/package-summary.html">org.apache.ignite.ml.preprocessing.imputing</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/preprocessing/imputing/ImputerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPreprocessor</a>&lt;K,V&gt;</span></code>
<div class="block">Preprocessing function that makes imputing.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.preprocessing.maxabsscaling">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/preprocessing/maxabsscaling/package-summary.html">org.apache.ignite.ml.preprocessing.maxabsscaling</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/preprocessing/maxabsscaling/package-summary.html">org.apache.ignite.ml.preprocessing.maxabsscaling</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/preprocessing/maxabsscaling/MaxAbsScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.maxabsscaling">MaxAbsScalerPreprocessor</a>&lt;K,V&gt;</span></code>
<div class="block">The preprocessing function that makes maxabsscaling, transforms features to the scale <code>[-1,+1]</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.preprocessing.minmaxscaling">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/preprocessing/minmaxscaling/package-summary.html">org.apache.ignite.ml.preprocessing.minmaxscaling</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/preprocessing/minmaxscaling/package-summary.html">org.apache.ignite.ml.preprocessing.minmaxscaling</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/preprocessing/minmaxscaling/MinMaxScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.minmaxscaling">MinMaxScalerPreprocessor</a>&lt;K,V&gt;</span></code>
<div class="block">Preprocessing function that makes minmaxscaling.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.preprocessing.normalization">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/preprocessing/normalization/package-summary.html">org.apache.ignite.ml.preprocessing.normalization</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/preprocessing/normalization/package-summary.html">org.apache.ignite.ml.preprocessing.normalization</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/preprocessing/normalization/NormalizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.normalization">NormalizationPreprocessor</a>&lt;K,V&gt;</span></code>
<div class="block">Preprocessing function that makes normalization.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.preprocessing.standardscaling">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a> in <a href="../../../../../../../org/apache/ignite/ml/preprocessing/standardscaling/package-summary.html">org.apache.ignite.ml.preprocessing.standardscaling</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/preprocessing/standardscaling/package-summary.html">org.apache.ignite.ml.preprocessing.standardscaling</a> that implement <a href="../../../../../../../org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/preprocessing/standardscaling/StandardScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.standardscaling">StandardScalerPreprocessor</a>&lt;K,V&gt;</span></code>
<div class="block">The preprocessing function that makes standard scaling, transforms features to make <code>mean</code> equal to <code>0</code>
and <code>variance</code> equal to <code>1</code>.</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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</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/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">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/environment/deploy/class-use/DeployableObject.html" target="_top">Frames</a></li>
<li><a href="DeployableObject.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>2022 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.12.0</strong> </td> </tr> <tr style="padding: 0; margin: 0"> <td> <b>Release Date</b> </td> <td>:&nbsp;&nbsp; January 10 2022 </td> </tr> </tbody> </table> </td> </tr> </table></small></p>
</body>
</html>