blob: 59e8abe8d72108da85d0e4b2606b1072132681e4 [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 Mon Dec 20 14:15:58 MSK 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.ignite.ml.trainers.DatasetTrainer (Ignite 2.11.1)</title>
<meta name="date" content="2021-12-20">
<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 Class org.apache.ignite.ml.trainers.DatasetTrainer (Ignite 2.11.1)";
}
}
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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">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/trainers/class-use/DatasetTrainer.html" target="_top">Frames</a></li>
<li><a href="DatasetTrainer.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 Class org.apache.ignite.ml.trainers.DatasetTrainer" class="title">Uses of Class<br>org.apache.ignite.ml.trainers.DatasetTrainer</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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">&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.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.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="rowColor">
<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="altColor">
<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="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.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.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.selection.cv">org.apache.ignite.ml.selection.cv</a></td>
<td class="colLast">
<div class="block">Root package for cross-validation algorithms.</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.boosting">org.apache.ignite.ml.tree.boosting</a></td>
<td class="colLast">
<div class="block">Contains implementation of gradient boosting on trees.</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></span></code>
<div class="block">Traner for GMM 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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/KMeansTrainer.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer</a></span></code>
<div class="block">The trainer for 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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/ignite/ml/composition/package-summary.html">org.apache.ignite.ml.composition</a> that return <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static &lt;I,O,M extends <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;I,O&gt;,L&gt;<br><a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;I,O&gt;,L&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">CompositionUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/CompositionUtils.html#unsafeCoerce-org.apache.ignite.ml.trainers.DatasetTrainer-">unsafeCoerce</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? extends M,L&gt;&nbsp;trainer)</code>
<div class="block">Perform blurring of model type of given trainer to <code>IgniteModel&lt;I, O&gt;</code>, where I, O are input and output
types of original model.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/ignite/ml/composition/package-summary.html">org.apache.ignite.ml.composition</a> with parameters of type <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static &lt;I,O,M extends <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;I,O&gt;,L&gt;<br><a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;I,O&gt;,L&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">CompositionUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/CompositionUtils.html#unsafeCoerce-org.apache.ignite.ml.trainers.DatasetTrainer-">unsafeCoerce</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? extends M,L&gt;&nbsp;trainer)</code>
<div class="block">Perform blurring of model type of given trainer to <code>IgniteModel&lt;I, O&gt;</code>, where I, O are input and output
types of original model.</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/BaggedTrainer.html" title="class in org.apache.ignite.ml.composition.bagging">BaggedTrainer</a>&lt;L&gt;</span></code>
<div class="block">Trainer encapsulating logic of bootstrap aggregating (bagging).</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../org/apache/ignite/ml/composition/bagging/package-summary.html">org.apache.ignite.ml.composition.bagging</a> with parameters of type <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/bagging/BaggedTrainer.html#BaggedTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.composition.predictionsaggregator.PredictionsAggregator-int-double-int-int-">BaggedTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? extends <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>,<a href="../../../../../../org/apache/ignite/ml/composition/bagging/BaggedTrainer.html" title="type parameter in BaggedTrainer">L</a>&gt;&nbsp;tr,
<a href="../../../../../../org/apache/ignite/ml/composition/predictionsaggregator/PredictionsAggregator.html" title="interface in org.apache.ignite.ml.composition.predictionsaggregator">PredictionsAggregator</a>&nbsp;aggregator,
int&nbsp;ensembleSize,
double&nbsp;subsampleRatio,
int&nbsp;featuresVectorSize,
int&nbsp;featureSubspaceDim)</code>
<div class="block">Construct instance of this class with given parameters.</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/GDBBinaryClassifierTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBBinaryClassifierTrainer</a></span></code>
<div class="block">Trainer for binary classifier using Gradient Boosting.</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/composition/boosting/GDBRegressionTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBRegressionTrainer</a></span></code>
<div class="block">Trainer for regressor using Gradient Boosting.</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/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBTrainer</a></span></code>
<div class="block">Abstract Gradient Boosting trainer.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/ignite/ml/composition/boosting/package-summary.html">org.apache.ignite.ml.composition.boosting</a> with type parameters of type <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteSupplier.html" title="interface in org.apache.ignite.ml.math.functions">IgniteSupplier</a>&lt;<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? 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;,<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;</code></td>
<td class="colLast"><span class="typeNameLabel">GDBLearningStrategy.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#baseMdlTrainerBuilder">baseMdlTrainerBuilder</a></span></code>
<div class="block">Base model trainer builder.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/ignite/ml/composition/boosting/package-summary.html">org.apache.ignite.ml.composition.boosting</a> that return <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected abstract @NotNull <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? 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;,<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;</code></td>
<td class="colLast"><span class="typeNameLabel">GDBTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/boosting/GDBTrainer.html#buildBaseModelTrainer--">buildBaseModelTrainer</a></span>()</code>
<div class="block">Returns regressor model trainer for one step of GDB.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../../org/apache/ignite/ml/composition/boosting/package-summary.html">org.apache.ignite.ml.composition.boosting</a> with type arguments of type <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></code></td>
<td class="colLast"><span class="typeNameLabel">GDBLearningStrategy.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#withBaseModelTrainerBuilder-org.apache.ignite.ml.math.functions.IgniteSupplier-">withBaseModelTrainerBuilder</a></span>(<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteSupplier.html" title="interface in org.apache.ignite.ml.math.functions">IgniteSupplier</a>&lt;<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? 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;,<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;&nbsp;buildBaseMdlTrainer)</code>
<div class="block">Sets base model builder.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.composition.combinators.parallel">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <a href="../../../../../../org/apache/ignite/ml/composition/combinators/parallel/package-summary.html">org.apache.ignite.ml.composition.combinators.parallel</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/combinators/parallel/TrainersParallelComposition.html" title="class in org.apache.ignite.ml.composition.combinators.parallel">TrainersParallelComposition</a>&lt;I,O,L&gt;</span></code>
<div class="block">This class represents a parallel composition of trainers.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/ignite/ml/composition/combinators/parallel/package-summary.html">org.apache.ignite.ml.composition.combinators.parallel</a> with type parameters of type <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static &lt;I,O,M extends <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;I,O&gt;,T extends <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;M,L&gt;,L&gt;<br><a href="../../../../../../org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html" title="class in org.apache.ignite.ml.composition.combinators.parallel">TrainersParallelComposition</a>&lt;I,O,L&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TrainersParallelComposition.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html#of-java.util.List-">of</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;T&gt;&nbsp;trainers)</code>
<div class="block">Create parallel composition of trainers contained in a given list.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.composition.combinators.sequential">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/package-summary.html">org.apache.ignite.ml.composition.combinators.sequential</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/combinators/sequential/TrainersSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">TrainersSequentialComposition</a>&lt;I,O1,O2,L&gt;</span></code>
<div class="block">Sequential composition of trainers.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/package-summary.html">org.apache.ignite.ml.composition.combinators.sequential</a> that return <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">I</a>,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O2</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TrainersSequentialComposition.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html#unsafeSimplyTyped--">unsafeSimplyTyped</a></span>()</code>
<div class="block">Performs coersion of this trainer to <code>DatasetTrainer&lt;IgniteModel&lt;I, O2&gt;, L&gt;</code>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/package-summary.html">org.apache.ignite.ml.composition.combinators.sequential</a> with parameters of type <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static &lt;I,O,L&gt;&nbsp;<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">TrainersSequentialComposition</a>&lt;I,O,O,L&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TrainersSequentialComposition.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html#ofSame-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.math.functions.IgniteFunction-">ofSame</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? extends <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;I,O&gt;,L&gt;&nbsp;tr,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteBiFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteBiFunction</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,? super <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;I,O&gt;,<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="../../../../../../org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a>&lt;L&gt;,<a href="../../../../../../org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a>&lt;L&gt;&gt;&gt;&nbsp;datasetMapping,
<a href="../../../../../../org/apache/ignite/lang/IgniteBiPredicate.html" title="interface in org.apache.ignite.lang">IgniteBiPredicate</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;I,O&gt;&gt;&nbsp;shouldStop,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;O,I&gt;&nbsp;out2In)</code>
<div class="block">Construct sequential composition of same trainers.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/package-summary.html">org.apache.ignite.ml.composition.combinators.sequential</a> with parameters of type <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html#TrainersSequentialComposition-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteBiFunction-">TrainersSequentialComposition</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? 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/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">I</a>,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O1</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;&nbsp;tr1,
<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? 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/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O1</a>,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O2</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;&nbsp;tr2,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteBiFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteBiFunction</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,? super <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">I</a>,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O1</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="../../../../../../org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;&gt;&gt;&nbsp;datasetMapping)</code>
<div class="block">Create sequential composition of two trainers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html#TrainersSequentialComposition-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteBiFunction-">TrainersSequentialComposition</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? 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/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">I</a>,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O1</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;&nbsp;tr1,
<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? 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/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O1</a>,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O2</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;&nbsp;tr2,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteBiFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteBiFunction</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,? super <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">I</a>,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O1</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="../../../../../../org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;&gt;&gt;&nbsp;datasetMapping)</code>
<div class="block">Create sequential composition of two trainers.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html#TrainersSequentialComposition-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteFunction-">TrainersSequentialComposition</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? 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/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">I</a>,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O1</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;&nbsp;tr1,
<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? 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/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O1</a>,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O2</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;&nbsp;tr2,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;? super <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">I</a>,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O1</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="../../../../../../org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;&gt;&gt;&nbsp;datasetMapping)</code>
<div class="block">Construct sequential composition of given two trainers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html#TrainersSequentialComposition-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteFunction-">TrainersSequentialComposition</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? 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/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">I</a>,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O1</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;&nbsp;tr1,
<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? 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/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O1</a>,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O2</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;&nbsp;tr2,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;? super <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">I</a>,<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O1</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="../../../../../../org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a>&gt;&gt;&gt;&nbsp;datasetMapping)</code>
<div class="block">Construct sequential composition of given two trainers.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.composition.stacking">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <a href="../../../../../../org/apache/ignite/ml/composition/stacking/package-summary.html">org.apache.ignite.ml.composition.stacking</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/stacking/SimpleStackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">SimpleStackedDatasetTrainer</a>&lt;I,O,AM extends <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;I,O&gt;,L&gt;</span></code>
<div class="block"><a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><code>DatasetTrainer</code></a> with same type of input and output of submodels.</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/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a>&lt;IS,IA,O,AM extends <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;IA,O&gt;,L&gt;</span></code>
<div class="block"><a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><code>DatasetTrainer</code></a> encapsulating stacking technique for model training.</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/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a>&lt;O,AM 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>,O&gt;,L&gt;</span></code>
<div class="block"><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking"><code>StackedDatasetTrainer</code></a> with <a href="../../../../../../org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a> as submodels input and output.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/ignite/ml/composition/stacking/package-summary.html">org.apache.ignite.ml.composition.stacking</a> with parameters of type <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;M1 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/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a>,<a href="../../../../../../org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a>&gt;&gt;<br><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">O</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">L</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">StackedVectorDatasetTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#addMatrix2MatrixTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">addMatrix2MatrixTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;M1,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">L</a>&gt;&nbsp;trainer)</code>
<div class="block">Shortcut for adding trainer <code>Matrix -&gt; Matrix</code> where this trainer is treated as <code>Vector -&gt; Vector</code>, where
input <a href="../../../../../../org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a> is turned into <code>1 x cols</code> <a href="../../../../../../org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix"><code>Matrix</code></a> and output is a first row of output <a href="../../../../../../org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix"><code>Matrix</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;M1 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/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">I</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">I</a>&gt;&gt;<br><a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">SimpleStackedDatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">I</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">O</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">L</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SimpleStackedDatasetTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html#addTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">addTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;M1,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">L</a>&gt;&nbsp;trainer)</code>
<div class="block">Adds submodel trainer along with converters needed on training and inference stages.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;M1 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/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IS</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IA</a>&gt;&gt;<br><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IS</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IA</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">O</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">L</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">StackedDatasetTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#addTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">addTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;M1,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">L</a>&gt;&nbsp;trainer)</code>
<div class="block">Adds submodel trainer along with converters needed on training and inference stages.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;M1 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="../../../../../../org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a>&gt;&gt;<br><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">O</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">L</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">StackedVectorDatasetTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#addTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">addTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;M1,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">L</a>&gt;&nbsp;trainer)</code>
<div class="block">Adds submodel trainer along with converters needed on training and inference stages.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;M1 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;<br><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">O</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">L</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">StackedVectorDatasetTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#addTrainerWithDoubleOutput-org.apache.ignite.ml.trainers.DatasetTrainer-">addTrainerWithDoubleOutput</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;M1,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">L</a>&gt;&nbsp;trainer)</code>
<div class="block">Shortcut for adding trainer <code>Vector -&gt; Double</code> where this trainer is treated as <code>Vector -&gt; Vector</code>, where
output <a href="../../../../../../org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a> is constructed by wrapping double value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IS</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IA</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">O</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">L</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">StackedDatasetTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#withAggregatorTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">withAggregatorTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">L</a>&gt;&nbsp;aggregatorTrainer)</code>
<div class="block">Specify aggregator trainer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">O</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">L</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">StackedVectorDatasetTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#withAggregatorTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">withAggregatorTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">L</a>&gt;&nbsp;aggregatorTrainer)</code>
<div class="block">Specify aggregator trainer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">SimpleStackedDatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">I</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">O</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">L</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SimpleStackedDatasetTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html#withAggregatorTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">withAggregatorTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">L</a>&gt;&nbsp;aggregatorTrainer)</code>
<div class="block">Specify aggregator trainer.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../org/apache/ignite/ml/composition/stacking/package-summary.html">org.apache.ignite.ml.composition.stacking</a> with parameters of type <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html#SimpleStackedDatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-">SimpleStackedDatasetTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">L</a>&gt;&nbsp;aggregatingTrainer,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteBinaryOperator.html" title="interface in org.apache.ignite.ml.math.functions">IgniteBinaryOperator</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">I</a>&gt;&nbsp;aggregatingInputMerger)</code>
<div class="block">Construct instance of this class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html#SimpleStackedDatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.functions.IgniteFunction-">SimpleStackedDatasetTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">L</a>&gt;&nbsp;aggregatingTrainer,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteBinaryOperator.html" title="interface in org.apache.ignite.ml.math.functions">IgniteBinaryOperator</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">I</a>&gt;&nbsp;aggregatingInputMerger,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">I</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">I</a>&gt;&nbsp;submodelInput2AggregatingInputConverter,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</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="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">I</a>&gt;&nbsp;vector2SubmodelInputConverter,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">I</a>,<a href="../../../../../../org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a>&gt;&nbsp;submodelOutput2VectorConverter)</code>
<div class="block">Construct instance of this class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#StackedDatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-org.apache.ignite.ml.math.functions.IgniteFunction-">StackedDatasetTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">L</a>&gt;&nbsp;aggregatorTrainer,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteBinaryOperator.html" title="interface in org.apache.ignite.ml.math.functions">IgniteBinaryOperator</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IA</a>&gt;&nbsp;aggregatingInputMerger,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IS</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IA</a>&gt;&nbsp;submodelInput2AggregatingInputConverter)</code>
<div class="block">Constructs instance of this class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#StackedDatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-org.apache.ignite.ml.math.functions.IgniteFunction-java.util.List-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.functions.IgniteFunction-">StackedDatasetTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">L</a>&gt;&nbsp;aggregatorTrainer,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteBinaryOperator.html" title="interface in org.apache.ignite.ml.math.functions">IgniteBinaryOperator</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IA</a>&gt;&nbsp;aggregatingInputMerger,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IS</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IA</a>&gt;&nbsp;submodelInput2AggregatingInputConverter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IS</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IA</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">L</a>&gt;&gt;&nbsp;submodelsTrainers,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</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="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IS</a>&gt;&nbsp;vector2SubmodelInputConverter,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IA</a>,<a href="../../../../../../org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a>&gt;&nbsp;submodelOutput2VectorConverter)</code>
<div class="block">Create instance of this class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#StackedVectorDatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">StackedVectorDatasetTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">L</a>&gt;&nbsp;aggregatingTrainer)</code>
<div class="block">Constructs instance of this class.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../../org/apache/ignite/ml/composition/stacking/package-summary.html">org.apache.ignite.ml.composition.stacking</a> with type arguments of type <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#StackedDatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-org.apache.ignite.ml.math.functions.IgniteFunction-java.util.List-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.functions.IgniteFunction-">StackedDatasetTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">AM</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">L</a>&gt;&nbsp;aggregatorTrainer,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteBinaryOperator.html" title="interface in org.apache.ignite.ml.math.functions">IgniteBinaryOperator</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IA</a>&gt;&nbsp;aggregatingInputMerger,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IS</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IA</a>&gt;&nbsp;submodelInput2AggregatingInputConverter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IS</a>,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IA</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">L</a>&gt;&gt;&nbsp;submodelsTrainers,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</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="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IS</a>&gt;&nbsp;vector2SubmodelInputConverter,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="../../../../../../org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IA</a>,<a href="../../../../../../org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a>&gt;&nbsp;submodelOutput2VectorConverter)</code>
<div class="block">Create instance of this class.</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a>&lt;M extends <a href="../../../../../../org/apache/ignite/ml/knn/KNNModel.html" title="class in org.apache.ignite.ml.knn">KNNModel</a>&lt;<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;,Self extends <a href="../../../../../../org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a>&lt;M,Self&gt;&gt;</span></code>
<div class="block">KNN model trader that trains model on top of distributed spatial indices.</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/ANNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer</a></span></code>
<div class="block">ANN algorithm trainer to solve multi-class classification task.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.knn.classification">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <a href="../../../../../../org/apache/ignite/ml/knn/classification/package-summary.html">org.apache.ignite.ml.knn.classification</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/classification/KNNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.classification">KNNClassificationTrainer</a></span></code>
<div class="block">KNN classification model trader that trains model on top of distributed spatial indices.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.knn.regression">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <a href="../../../../../../org/apache/ignite/ml/knn/regression/package-summary.html">org.apache.ignite.ml.knn.regression</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/regression/KNNRegressionTrainer.html" title="class in org.apache.ignite.ml.knn.regression">KNNRegressionTrainer</a></span></code>
<div class="block">KNN regression model trader that trains model on top of distributed spatial indices.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.multiclass">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <a href="../../../../../../org/apache/ignite/ml/multiclass/package-summary.html">org.apache.ignite.ml.multiclass</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/multiclass/OneVsRestTrainer.html" title="class in org.apache.ignite.ml.multiclass">OneVsRestTrainer</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">This is a common heuristic trainer for multi-class labeled models.</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/CompoundNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesTrainer</a></span></code>
<div class="block">Trainer for the compound Naive Bayes classifier model.</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/DiscreteNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesTrainer</a></span></code>
<div class="block">Trainer for the Discrete naive Bayes classification model.</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/GaussianNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesTrainer</a></span></code>
<div class="block">Trainer for the naive Bayes classification model.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.nn">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <a href="../../../../../../org/apache/ignite/ml/nn/package-summary.html">org.apache.ignite.ml.nn</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a>&lt;P extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>&gt;</span></code>
<div class="block">Multilayer perceptron trainer based on partition based <a href="../../../../../../org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset"><code>Dataset</code></a>.</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/ignite/ml/pipeline/package-summary.html">org.apache.ignite.ml.pipeline</a> that return <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></code></td>
<td class="colLast"><span class="typeNameLabel">Pipeline.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/pipeline/Pipeline.html#getTrainer--">getTrainer</a></span>()</code>
<div class="block">Returns trainer.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/ignite/ml/pipeline/package-summary.html">org.apache.ignite.ml.pipeline</a> with parameters of type <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/pipeline/Pipeline.html" title="class in org.apache.ignite.ml.pipeline">Pipeline</a>&lt;<a href="../../../../../../org/apache/ignite/ml/pipeline/Pipeline.html" title="type parameter in Pipeline">K</a>,<a href="../../../../../../org/apache/ignite/ml/pipeline/Pipeline.html" title="type parameter in Pipeline">V</a>,<a href="../../../../../../org/apache/ignite/ml/pipeline/Pipeline.html" title="type parameter in Pipeline">C</a>,<a href="../../../../../../org/apache/ignite/ml/pipeline/Pipeline.html" title="type parameter in Pipeline">L</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Pipeline.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/pipeline/Pipeline.html#addTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">addTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&nbsp;trainer)</code>
<div class="block">Adds a trainer.</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/LinearRegressionLSQRTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionLSQRTrainer</a></span></code>
<div class="block">Trainer of the linear regression model based on LSQR algorithm.</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/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionSGDTrainer</a>&lt;P extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>&gt;</span></code>
<div class="block">Trainer of the linear regression model based on stochastic gradient descent algorithm.</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionSGDTrainer</a></span></code>
<div class="block">Trainer of the logistic regression model based on stochastic gradient descent algorithm.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.selection.cv">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <a href="../../../../../../org/apache/ignite/ml/selection/cv/package-summary.html">org.apache.ignite.ml.selection.cv</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/ignite/ml/selection/cv/package-summary.html">org.apache.ignite.ml.selection.cv</a> declared as <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="type parameter in AbstractCrossValidation">M</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;</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractCrossValidation.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#trainer">trainer</a></span></code>
<div class="block">Trainer.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/ignite/ml/selection/cv/package-summary.html">org.apache.ignite.ml.selection.cv</a> with parameters of type <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a>&lt;<a href="../../../../../../org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="type parameter in AbstractCrossValidation">M</a>,<a href="../../../../../../org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="type parameter in AbstractCrossValidation">K</a>,<a href="../../../../../../org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="type parameter in AbstractCrossValidation">V</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractCrossValidation.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#withTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">withTrainer</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="type parameter in AbstractCrossValidation">M</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;&nbsp;trainer)</code>&nbsp;</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/SVMLinearClassificationTrainer.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationTrainer</a></span></code>
<div class="block">Base class for a soft-margin SVM linear classification trainer based on the communication-efficient distributed dual
coordinate ascent algorithm (CoCoA) with hinge-loss function.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.trainers">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <a href="../../../../../../org/apache/ignite/ml/trainers/package-summary.html">org.apache.ignite.ml.trainers</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/trainers/AdaptableDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetTrainer</a>&lt;I,O,IW,OW,M extends <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;IW,OW&gt;,L&gt;</span></code>
<div class="block">Type used to adapt input and output types of wrapped <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><code>DatasetTrainer</code></a>.</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/trainers/MultiLabelDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">MultiLabelDatasetTrainer</a>&lt;M extends <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&gt;</span></code>
<div class="block">Interface for trainers that trains on dataset with multiple label per object.</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/trainers/SingleLabelDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">SingleLabelDatasetTrainer</a>&lt;M extends <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&gt;</span></code>
<div class="block">Interface for trainers that trains on dataset with singe label per object.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/ignite/ml/trainers/package-summary.html">org.apache.ignite.ml.trainers</a> that return <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static &lt;I,L&gt;&nbsp;<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;I,I&gt;,L&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DatasetTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html#identityTrainer--">identityTrainer</a></span>()</code>
<div class="block">Returns the trainer which returns identity model.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;L1&gt;&nbsp;<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="type parameter in DatasetTrainer">M</a>,L1&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DatasetTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html#withConvertedLabels-org.apache.ignite.ml.math.functions.IgniteFunction-">withConvertedLabels</a></span>(<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;L1,<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="type parameter in DatasetTrainer">L</a>&gt;&nbsp;new2Old)</code>
<div class="block">Creates <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><code>DatasetTrainer</code></a> with same training logic, but able to accept labels of given new type of labels.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="type parameter in DatasetTrainer">M</a>,<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="type parameter in DatasetTrainer">L</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">DatasetTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder</a></span>(<a href="../../../../../../org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironmentBuilder</a>&nbsp;envBuilder)</code>
<div class="block">Changes learning Environment.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/ignite/ml/trainers/package-summary.html">org.apache.ignite.ml.trainers</a> with parameters of type <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;O1,M1 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/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">O</a>,O1&gt;&gt;<br><a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">TrainersSequentialComposition</a>&lt;<a href="../../../../../../org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">I</a>,<a href="../../../../../../org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">O</a>,O1,<a href="../../../../../../org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">L</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">AdaptableDatasetTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html#andThen-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteFunction-">andThen</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;M1,<a href="../../../../../../org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">L</a>&gt;&nbsp;tr,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="../../../../../../org/apache/ignite/ml/trainers/AdaptableDatasetModel.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetModel</a>&lt;<a href="../../../../../../org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">I</a>,<a href="../../../../../../org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">O</a>,<a href="../../../../../../org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">IW</a>,<a href="../../../../../../org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">OW</a>,<a href="../../../../../../org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">M</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="../../../../../../org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a>&lt;<a href="../../../../../../org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">L</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a>&lt;<a href="../../../../../../org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">L</a>&gt;&gt;&gt;&nbsp;datasetMappingProducer)</code>
<div class="block">Create a <a href="../../../../../../org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential"><code>TrainersSequentialComposition</code></a> of this trainer and specified trainer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;L&gt;&nbsp;<a href="../../../../../../org/apache/ignite/ml/composition/bagging/BaggedTrainer.html" title="class in org.apache.ignite.ml.composition.bagging">BaggedTrainer</a>&lt;L&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TrainerTransformers.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/trainers/TrainerTransformers.html#makeBagged-org.apache.ignite.ml.trainers.DatasetTrainer-int-double-org.apache.ignite.ml.composition.predictionsaggregator.PredictionsAggregator-">makeBagged</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;? extends <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>,L&gt;&nbsp;trainer,
int&nbsp;ensembleSize,
double&nbsp;subsampleRatio,
<a href="../../../../../../org/apache/ignite/ml/composition/predictionsaggregator/PredictionsAggregator.html" title="interface in org.apache.ignite.ml.composition.predictionsaggregator">PredictionsAggregator</a>&nbsp;aggregator)</code>
<div class="block">Add bagging logic to a given trainer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &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;,L&gt;<br><a href="../../../../../../org/apache/ignite/ml/composition/bagging/BaggedTrainer.html" title="class in org.apache.ignite.ml.composition.bagging">BaggedTrainer</a>&lt;L&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TrainerTransformers.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/trainers/TrainerTransformers.html#makeBagged-org.apache.ignite.ml.trainers.DatasetTrainer-int-double-int-int-org.apache.ignite.ml.composition.predictionsaggregator.PredictionsAggregator-">makeBagged</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;M,L&gt;&nbsp;trainer,
int&nbsp;ensembleSize,
double&nbsp;subsampleRatio,
int&nbsp;featureVectorSize,
int&nbsp;featuresSubspaceDim,
<a href="../../../../../../org/apache/ignite/ml/composition/predictionsaggregator/PredictionsAggregator.html" title="interface in org.apache.ignite.ml.composition.predictionsaggregator">PredictionsAggregator</a>&nbsp;aggregator)</code>
<div class="block">Add bagging logic to a given trainer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;I,O,M extends <a href="../../../../../../org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>&lt;I,O&gt;,L&gt;<br><a href="../../../../../../org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetTrainer</a>&lt;I,O,I,O,M,L&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">AdaptableDatasetTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html#of-org.apache.ignite.ml.trainers.DatasetTrainer-">of</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a>&lt;M,L&gt;&nbsp;wrapped)</code>
<div class="block">Construct instance of this class from a given <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><code>DatasetTrainer</code></a>.</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/DecisionTreeClassificationTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeClassificationTrainer</a></span></code>
<div class="block">Decision tree classifier based on distributed decision tree trainer that allows to fit trees using row-partitioned
dataset.</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/tree/DecisionTreeRegressionTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeRegressionTrainer</a></span></code>
<div class="block">Decision tree regressor based on distributed decision tree trainer that allows to fit trees using row-partitioned
dataset.</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/tree/DecisionTreeTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeTrainer</a>&lt;T extends <a href="../../../../../../org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html" title="interface in org.apache.ignite.ml.tree.impurity">ImpurityMeasure</a>&lt;T&gt;&gt;</span></code>
<div class="block">Distributed decision tree trainer that allows to fit trees using row-partitioned dataset.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.tree.boosting">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <a href="../../../../../../org/apache/ignite/ml/tree/boosting/package-summary.html">org.apache.ignite.ml.tree.boosting</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <a href="../../../../../../org/apache/ignite/ml/tree/boosting/package-summary.html">org.apache.ignite.ml.tree.boosting</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/boosting/GDBBinaryClassifierOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBBinaryClassifierOnTreesTrainer</a></span></code>
<div class="block">Implementation of Gradient Boosting Classifier Trainer on trees.</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/tree/boosting/GDBRegressionOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBRegressionOnTreesTrainer</a></span></code>
<div class="block">Implementation of Gradient Boosting Regression Trainer on trees.</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a> in <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="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/RandomForestClassifierTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestClassifierTrainer</a></span></code>
<div class="block">Classifier trainer based on RandomForest algorithm.</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/tree/randomforest/RandomForestRegressionTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestRegressionTrainer</a></span></code>
<div class="block">Regression trainer based on RandomForest algorithm.</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/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a>&lt;L,S extends <a href="../../../../../../org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityComputer.html" title="interface in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityComputer</a>&lt;<a href="../../../../../../org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedVector</a>,S&gt;,T extends <a href="../../../../../../org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a>&lt;L,S,T&gt;&gt;</span></code>
<div class="block">Class represents a realization of Random Forest algorithm.</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/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">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/trainers/class-use/DatasetTrainer.html" target="_top">Frames</a></li>
<li><a href="DatasetTrainer.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.1</strong> </td> </tr> <tr style="padding: 0; margin: 0"> <td> <b>Release Date</b> </td> <td>:&nbsp;&nbsp; December 20 2021 </td> </tr> </tbody> </table> </td> </tr> </table></small></p>
</body>
</html>