blob: 0bca5a30bf94459bd1848ec25f5d030893d35523 [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>
<link rel="canonical" href="https://ignite.apache.org/releases/2.4.0/javadoc/org/apache/ignite/ml/nn/class-use/MultilayerPerceptron.html" />
<META NAME="ROBOTS" CONTENT="NOINDEX">
<!-- Generated by javadoc (1.8.0_77) on Mon Mar 05 10:43:23 UTC 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.ignite.ml.nn.MultilayerPerceptron (Ignite 2.4.0)</title>
<meta name="date" content="2018-03-05">
<link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61232409-1', 'auto');
ga('send', 'pageview');
</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.nn.MultilayerPerceptron (Ignite 2.4.0)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">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 class="aboutLanguage">Ignite - In-Memory Data Fabric</div>
</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/nn/class-use/MultilayerPerceptron.html" target="_top">Frames</a></li>
<li><a href="MultilayerPerceptron.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.nn.MultilayerPerceptron" class="title">Uses of Class<br>org.apache.ignite.ml.nn.MultilayerPerceptron</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/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</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.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.nn.trainers.distributed">org.apache.ignite.ml.nn.trainers.distributed</a></td>
<td class="colLast">
<div class="block">Contains multilayer perceptron distributed trainers.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite.ml.nn.trainers.local">org.apache.ignite.ml.nn.trainers.local</a></td>
<td class="colLast">
<div class="block">Contains multilayer perceptron local trainers.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.ignite.ml.nn">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</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 fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/ignite/ml/nn/package-summary.html">org.apache.ignite.ml.nn</a> declared as <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</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/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></code></td>
<td class="colLast"><span class="typeNameLabel">MultilayerPerceptron.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html#below">below</a></span></code>
<div class="block">MLP which is 'below' this MLP (i.e. below output goes to this MLP as input).</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/nn/package-summary.html">org.apache.ignite.ml.nn</a> that return <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</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/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></code></td>
<td class="colLast"><span class="typeNameLabel">MultilayerPerceptron.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html#add-org.apache.ignite.ml.nn.MultilayerPerceptron-">add</a></span>(<a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>&nbsp;above)</code>
<div class="block">Create MLP where this MLP output is fed as input to added MLP.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></code></td>
<td class="colLast"><span class="typeNameLabel">MLPGroupUpdateTrainerCacheInput.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/MLPGroupUpdateTrainerCacheInput.html#mdl--">mdl</a></span>()</code>
<div class="block">Model to train.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></code></td>
<td class="colLast"><span class="typeNameLabel">MultilayerPerceptron.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html#setBias-int-int-double-">setBias</a></span>(int&nbsp;layerIdx,
int&nbsp;neuronIdx,
double&nbsp;val)</code>
<div class="block">Set the bias of given neuron in given layer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></code></td>
<td class="colLast"><span class="typeNameLabel">MultilayerPerceptron.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html#setBiases-int-org.apache.ignite.ml.math.Vector-">setBiases</a></span>(int&nbsp;layerIdx,
<a href="../../../../../../org/apache/ignite/ml/math/Vector.html" title="interface in org.apache.ignite.ml.math">Vector</a>&nbsp;bias)</code>
<div class="block">Sets the biases of layer with a given index.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></code></td>
<td class="colLast"><span class="typeNameLabel">MultilayerPerceptron.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html#setParameters-org.apache.ignite.ml.math.Vector-">setParameters</a></span>(<a href="../../../../../../org/apache/ignite/ml/math/Vector.html" title="interface in org.apache.ignite.ml.math">Vector</a>&nbsp;vector)</code>
<div class="block">Set parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></code></td>
<td class="colLast"><span class="typeNameLabel">MultilayerPerceptron.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html#setWeight-int-int-int-double-">setWeight</a></span>(int&nbsp;layerIdx,
int&nbsp;fromNeuron,
int&nbsp;toNeuron,
double&nbsp;val)</code>
<div class="block">Set the weight of neuron with given index in previous layer to neuron with given index in given layer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></code></td>
<td class="colLast"><span class="typeNameLabel">MultilayerPerceptron.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html#setWeights-int-org.apache.ignite.ml.math.Matrix-">setWeights</a></span>(int&nbsp;layerIdx,
<a href="../../../../../../org/apache/ignite/ml/math/Matrix.html" title="interface in org.apache.ignite.ml.math">Matrix</a>&nbsp;weights)</code>
<div class="block">Sets the weighs of layer with a given index.</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/nn/package-summary.html">org.apache.ignite.ml.nn</a> with parameters of type <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</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/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></code></td>
<td class="colLast"><span class="typeNameLabel">MultilayerPerceptron.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html#add-org.apache.ignite.ml.nn.MultilayerPerceptron-">add</a></span>(<a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>&nbsp;above)</code>
<div class="block">Create MLP where this MLP output is fed as input to added MLP.</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/nn/package-summary.html">org.apache.ignite.ml.nn</a> with parameters of type <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</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/nn/MultilayerPerceptron.html#MultilayerPerceptron-org.apache.ignite.ml.nn.MultilayerPerceptron-org.apache.ignite.ml.nn.MultilayerPerceptron-">MultilayerPerceptron</a></span>(<a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>&nbsp;above,
<a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>&nbsp;below)</code>
<div class="block">Create MLP from two MLPs: first stacked on second.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.nn.trainers.distributed">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a> in <a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/package-summary.html">org.apache.ignite.ml.nn.trainers.distributed</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/nn/trainers/distributed/package-summary.html">org.apache.ignite.ml.nn.trainers.distributed</a> that return <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</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 <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></code></td>
<td class="colLast"><span class="typeNameLabel">MLPGroupUpdateTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainer.html#mapFinalResult-org.apache.ignite.ml.nn.MultilayerPerceptron-org.apache.ignite.ml.nn.trainers.distributed.MLPGroupUpdateTrainerLocalContext-">mapFinalResult</a></span>(<a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>&nbsp;res,
<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainerLocalContext.html" title="class in org.apache.ignite.ml.nn.trainers.distributed">MLPGroupUpdateTrainerLocalContext</a>&nbsp;locCtx)</code>
<div class="block">Map final result to model which is returned by trainer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></code></td>
<td class="colLast"><span class="typeNameLabel">MLPGroupUpdateTrainingLoopData.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingLoopData.html#mlp--">mlp</a></span>()</code>
<div class="block">Get perceptron.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></code></td>
<td class="colLast"><span class="typeNameLabel">MLPGroupTrainingCacheValue.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupTrainingCacheValue.html#perceptron--">perceptron</a></span>()</code>
<div class="block">Get multilayer perceptron.</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/nn/trainers/distributed/package-summary.html">org.apache.ignite.ml.nn.trainers.distributed</a> that return types with arguments of type <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</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 <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/group/chain/EntryAndContext.html" title="class in org.apache.ignite.ml.trainers.group.chain">EntryAndContext</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang">Void</a>,<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupTrainingCacheValue.html" title="class in org.apache.ignite.ml.nn.trainers.distributed">MLPGroupTrainingCacheValue</a>,<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingContext.html" title="class in org.apache.ignite.ml.nn.trainers.distributed">MLPGroupUpdateTrainingContext</a>&lt;<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainer.html" title="type parameter in MLPGroupUpdateTrainer">U</a>&gt;&gt;,<a href="../../../../../../org/apache/ignite/ml/trainers/group/ResultAndUpdates.html" title="class in org.apache.ignite.ml.trainers.group">ResultAndUpdates</a>&lt;<a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MLPGroupUpdateTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainer.html#finalResultsExtractor--">finalResultsExtractor</a></span>()</code>
<div class="block">Get function for extracting final result from each key specified in finalResultKeys.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="http://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/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MLPGroupUpdateTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainer.html#finalResultsReducer--">finalResultsReducer</a></span>()</code>
<div class="block">Get function for reducing final results.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="http://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/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MLPGroupUpdateTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainer.html#finalResultsReducer--">finalResultsReducer</a></span>()</code>
<div class="block">Get function for reducing final results.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html" title="interface in org.apache.ignite.ml.optimization.updatecalculators">ParameterUpdateCalculator</a>&lt;? super <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>,<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingData.html" title="type parameter in MLPGroupUpdateTrainingData">U</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MLPGroupUpdateTrainingData.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingData.html#updateCalculator--">updateCalculator</a></span>()</code>
<div class="block">Get update calculator.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html" title="interface in org.apache.ignite.ml.optimization.updatecalculators">ParameterUpdateCalculator</a>&lt;? super <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>,<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingLoopData.html" title="type parameter in MLPGroupUpdateTrainingLoopData">P</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MLPGroupUpdateTrainingLoopData.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingLoopData.html#updateCalculator--">updateCalculator</a></span>()</code>
<div class="block">Get update calculator.</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/nn/trainers/distributed/package-summary.html">org.apache.ignite.ml.nn.trainers.distributed</a> with parameters of type <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</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 <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></code></td>
<td class="colLast"><span class="typeNameLabel">MLPGroupUpdateTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainer.html#mapFinalResult-org.apache.ignite.ml.nn.MultilayerPerceptron-org.apache.ignite.ml.nn.trainers.distributed.MLPGroupUpdateTrainerLocalContext-">mapFinalResult</a></span>(<a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>&nbsp;res,
<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainerLocalContext.html" title="class in org.apache.ignite.ml.nn.trainers.distributed">MLPGroupUpdateTrainerLocalContext</a>&nbsp;locCtx)</code>
<div class="block">Map final result to model which is returned by 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>Method parameters in <a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/package-summary.html">org.apache.ignite.ml.nn.trainers.distributed</a> with type arguments of type <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</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;U1 extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>&gt;<br><a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainer.html" title="class in org.apache.ignite.ml.nn.trainers.distributed">MLPGroupUpdateTrainer</a>&lt;U1&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">MLPGroupUpdateTrainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainer.html#withUpdateStrategy-org.apache.ignite.ml.trainers.group.UpdatesStrategy-">withUpdateStrategy</a></span>(<a href="../../../../../../org/apache/ignite/ml/trainers/group/UpdatesStrategy.html" title="class in org.apache.ignite.ml.trainers.group">UpdatesStrategy</a>&lt;? super <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>,U1&gt;&nbsp;stgy)</code>
<div class="block">Create new <a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainer.html" title="class in org.apache.ignite.ml.nn.trainers.distributed"><code>MLPGroupUpdateTrainer</code></a> with new update strategy.</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/nn/trainers/distributed/package-summary.html">org.apache.ignite.ml.nn.trainers.distributed</a> with parameters of type <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</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/nn/trainers/distributed/MLPGroupTrainingCacheValue.html#MLPGroupTrainingCacheValue-org.apache.ignite.ml.nn.MultilayerPerceptron-">MLPGroupTrainingCacheValue</a></span>(<a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>&nbsp;mlp)</code>
<div class="block">Construct instance of this class with given parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingLoopData.html#MLPGroupUpdateTrainingLoopData-org.apache.ignite.ml.nn.MultilayerPerceptron-org.apache.ignite.ml.optimization.updatecalculators.ParameterUpdateCalculator-int-org.apache.ignite.ml.math.functions.IgniteFunction-P-org.apache.ignite.ml.trainers.group.GroupTrainerCacheKey-org.apache.ignite.ml.math.functions.IgniteSupplier-org.apache.ignite.ml.math.functions.IgniteFunction-double-">MLPGroupUpdateTrainingLoopData</a></span>(<a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>&nbsp;mlp,
<a href="../../../../../../org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html" title="interface in org.apache.ignite.ml.optimization.updatecalculators">ParameterUpdateCalculator</a>&lt;? super <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>,<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingLoopData.html" title="type parameter in MLPGroupUpdateTrainingLoopData">P</a>&gt;&nbsp;updateCalculator,
int&nbsp;stepsCnt,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="http://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/nn/trainers/distributed/MLPGroupUpdateTrainingLoopData.html" title="type parameter in MLPGroupUpdateTrainingLoopData">P</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingLoopData.html" title="type parameter in MLPGroupUpdateTrainingLoopData">P</a>&gt;&nbsp;updateReducer,
<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingLoopData.html" title="type parameter in MLPGroupUpdateTrainingLoopData">P</a>&nbsp;previousUpdate,
<a href="../../../../../../org/apache/ignite/ml/trainers/group/GroupTrainerCacheKey.html" title="class in org.apache.ignite.ml.trainers.group">GroupTrainerCacheKey</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang">Void</a>&gt;&nbsp;key,
<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/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a>&lt;<a href="../../../../../../org/apache/ignite/ml/math/Matrix.html" title="interface in org.apache.ignite.ml.math">Matrix</a>,<a href="../../../../../../org/apache/ignite/ml/math/Matrix.html" title="interface in org.apache.ignite.ml.math">Matrix</a>&gt;&gt;&nbsp;batchSupplier,
<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/Vector.html" title="interface in org.apache.ignite.ml.math">Vector</a>,<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteDifferentiableVectorToDoubleFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteDifferentiableVectorToDoubleFunction</a>&gt;&nbsp;loss,
double&nbsp;tolerance)</code>
<div class="block">Create multilayer perceptron group update training loop data.</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/nn/trainers/distributed/package-summary.html">org.apache.ignite.ml.nn.trainers.distributed</a> with type arguments of type <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</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/nn/trainers/distributed/MLPGroupUpdateTrainer.html#MLPGroupUpdateTrainer-int-int-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.optimization.updatecalculators.ParameterUpdateCalculator-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.Ignite-double-">MLPGroupUpdateTrainer</a></span>(int&nbsp;maxGlobalSteps,
int&nbsp;syncPeriod,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="http://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/nn/trainers/distributed/MLPGroupUpdateTrainer.html" title="type parameter in MLPGroupUpdateTrainer">U</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainer.html" title="type parameter in MLPGroupUpdateTrainer">U</a>&gt;&nbsp;allUpdatesReducer,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="http://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/nn/trainers/distributed/MLPGroupUpdateTrainer.html" title="type parameter in MLPGroupUpdateTrainer">U</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainer.html" title="type parameter in MLPGroupUpdateTrainer">U</a>&gt;&nbsp;locStepUpdatesReducer,
<a href="../../../../../../org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html" title="interface in org.apache.ignite.ml.optimization.updatecalculators">ParameterUpdateCalculator</a>&lt;? super <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>,<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainer.html" title="type parameter in MLPGroupUpdateTrainer">U</a>&gt;&nbsp;updateCalculator,
<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/Vector.html" title="interface in org.apache.ignite.ml.math">Vector</a>,<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteDifferentiableVectorToDoubleFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteDifferentiableVectorToDoubleFunction</a>&gt;&nbsp;loss,
<a href="../../../../../../org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a>&nbsp;ignite,
double&nbsp;tolerance)</code>
<div class="block">Construct instance of this class with given parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingData.html#MLPGroupUpdateTrainingData-org.apache.ignite.ml.optimization.updatecalculators.ParameterUpdateCalculator-int-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.functions.IgniteSupplier-org.apache.ignite.ml.math.functions.IgniteFunction-double-">MLPGroupUpdateTrainingData</a></span>(<a href="../../../../../../org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html" title="interface in org.apache.ignite.ml.optimization.updatecalculators">ParameterUpdateCalculator</a>&lt;? super <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>,<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingData.html" title="type parameter in MLPGroupUpdateTrainingData">U</a>&gt;&nbsp;updateCalculator,
int&nbsp;stepsCnt,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="http://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/nn/trainers/distributed/MLPGroupUpdateTrainingData.html" title="type parameter in MLPGroupUpdateTrainingData">U</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingData.html" title="type parameter in MLPGroupUpdateTrainingData">U</a>&gt;&nbsp;updateReducer,
<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/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a>&lt;<a href="../../../../../../org/apache/ignite/ml/math/Matrix.html" title="interface in org.apache.ignite.ml.math">Matrix</a>,<a href="../../../../../../org/apache/ignite/ml/math/Matrix.html" title="interface in org.apache.ignite.ml.math">Matrix</a>&gt;&gt;&nbsp;batchSupplier,
<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/Vector.html" title="interface in org.apache.ignite.ml.math">Vector</a>,<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteDifferentiableVectorToDoubleFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteDifferentiableVectorToDoubleFunction</a>&gt;&nbsp;loss,
double&nbsp;tolerance)</code>
<div class="block">Construct multilayer perceptron group update training data with all parameters provided.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingLoopData.html#MLPGroupUpdateTrainingLoopData-org.apache.ignite.ml.nn.MultilayerPerceptron-org.apache.ignite.ml.optimization.updatecalculators.ParameterUpdateCalculator-int-org.apache.ignite.ml.math.functions.IgniteFunction-P-org.apache.ignite.ml.trainers.group.GroupTrainerCacheKey-org.apache.ignite.ml.math.functions.IgniteSupplier-org.apache.ignite.ml.math.functions.IgniteFunction-double-">MLPGroupUpdateTrainingLoopData</a></span>(<a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>&nbsp;mlp,
<a href="../../../../../../org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html" title="interface in org.apache.ignite.ml.optimization.updatecalculators">ParameterUpdateCalculator</a>&lt;? super <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>,<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingLoopData.html" title="type parameter in MLPGroupUpdateTrainingLoopData">P</a>&gt;&nbsp;updateCalculator,
int&nbsp;stepsCnt,
<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a>&lt;<a href="http://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/nn/trainers/distributed/MLPGroupUpdateTrainingLoopData.html" title="type parameter in MLPGroupUpdateTrainingLoopData">P</a>&gt;,<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingLoopData.html" title="type parameter in MLPGroupUpdateTrainingLoopData">P</a>&gt;&nbsp;updateReducer,
<a href="../../../../../../org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainingLoopData.html" title="type parameter in MLPGroupUpdateTrainingLoopData">P</a>&nbsp;previousUpdate,
<a href="../../../../../../org/apache/ignite/ml/trainers/group/GroupTrainerCacheKey.html" title="class in org.apache.ignite.ml.trainers.group">GroupTrainerCacheKey</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang">Void</a>&gt;&nbsp;key,
<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/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a>&lt;<a href="../../../../../../org/apache/ignite/ml/math/Matrix.html" title="interface in org.apache.ignite.ml.math">Matrix</a>,<a href="../../../../../../org/apache/ignite/ml/math/Matrix.html" title="interface in org.apache.ignite.ml.math">Matrix</a>&gt;&gt;&nbsp;batchSupplier,
<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/Vector.html" title="interface in org.apache.ignite.ml.math">Vector</a>,<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteDifferentiableVectorToDoubleFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteDifferentiableVectorToDoubleFunction</a>&gt;&nbsp;loss,
double&nbsp;tolerance)</code>
<div class="block">Create multilayer perceptron group update training loop data.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.ml.nn.trainers.local">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a> in <a href="../../../../../../org/apache/ignite/ml/nn/trainers/local/package-summary.html">org.apache.ignite.ml.nn.trainers.local</a></h3>
<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/nn/trainers/local/package-summary.html">org.apache.ignite.ml.nn.trainers.local</a> with type arguments of type <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</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/nn/trainers/local/MLPLocalBatchTrainer.html#MLPLocalBatchTrainer-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.functions.IgniteSupplier-double-int-">MLPLocalBatchTrainer</a></span>(<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/Vector.html" title="interface in org.apache.ignite.ml.math">Vector</a>,<a href="../../../../../../org/apache/ignite/ml/math/functions/IgniteDifferentiableVectorToDoubleFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteDifferentiableVectorToDoubleFunction</a>&gt;&nbsp;loss,
<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/optimization/updatecalculators/ParameterUpdateCalculator.html" title="interface in org.apache.ignite.ml.optimization.updatecalculators">ParameterUpdateCalculator</a>&lt;? super <a href="../../../../../../org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a>,<a href="../../../../../../org/apache/ignite/ml/nn/trainers/local/MLPLocalBatchTrainer.html" title="type parameter in MLPLocalBatchTrainer">P</a>&gt;&gt;&nbsp;updaterSupplier,
double&nbsp;errorThreshold,
int&nbsp;maxIterations)</code>
<div class="block">Construct a trainer.</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/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">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 class="aboutLanguage">Ignite - In-Memory Data Fabric</div>
</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/nn/class-use/MultilayerPerceptron.html" target="_top">Frames</a></li>
<li><a href="MultilayerPerceptron.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>2018 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 Fabric</b> </td> <td>:&nbsp;&nbsp; ver. <strong>2.4.0</strong> </td> </tr> <tr style="padding: 0; margin: 0"> <td> <b>Release Date</b> </td> <td>:&nbsp;&nbsp; March 5 2018 </td> </tr> </tbody> </table> </td> </tr> </table></small></p>
</body>
</html>