http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/analytics/math3/UnivariateAggregate.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/analytics/math3/UnivariateAggregate.html b/content/javadoc/latest/org/apache/edgent/analytics/math3/UnivariateAggregate.html new file mode 100644 index 0000000..fe0c079 --- /dev/null +++ b/content/javadoc/latest/org/apache/edgent/analytics/math3/UnivariateAggregate.html @@ -0,0 +1,264 @@ +<!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_112) on Mon Dec 18 11:25:20 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>UnivariateAggregate (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> +<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="UnivariateAggregate (Apache Edgent (incubating) v1.2.0 API)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":6}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnivariateAggregate.html">Use</a></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><a href="../../../../../org/apache/edgent/analytics/math3/ResultMap.html" title="class in org.apache.edgent.analytics.math3"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/edgent/analytics/math3/UnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/edgent/analytics/math3/UnivariateAggregate.html" target="_top">Frames</a></li> +<li><a href="UnivariateAggregate.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All 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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.edgent.analytics.math3</div> +<h2 title="Interface UnivariateAggregate" class="title">Interface UnivariateAggregate</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Superinterfaces:</dt> +<dd><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>, <a href="../../../../../org/apache/edgent/function/Supplier.html" title="interface in org.apache.edgent.function">Supplier</a><<a href="../../../../../org/apache/edgent/analytics/math3/UnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregator</a>></dd> +</dl> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../../org/apache/edgent/analytics/math3/stat/Regression2.html" title="enum in org.apache.edgent.analytics.math3.stat">Regression2</a>, <a href="../../../../../org/apache/edgent/analytics/math3/stat/Statistic2.html" title="enum in org.apache.edgent.analytics.math3.stat">Statistic2</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="typeNameLabel">UnivariateAggregate</span> +extends <a href="../../../../../org/apache/edgent/function/Supplier.html" title="interface in org.apache.edgent.function">Supplier</a><<a href="../../../../../org/apache/edgent/analytics/math3/UnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregator</a>></pre> +<div class="block">Univariate aggregate for a tuple. + This is the declaration of the aggregate that + application use when declaring a topology. + <P> + Implementations are typically enums such + as <a href="../../../../../org/apache/edgent/analytics/math3/stat/Statistic2.html" title="enum in org.apache.edgent.analytics.math3.stat"><code>Statistic2</code></a>. + </P> + <P> + Each call to <code>get()</code> must return a new + <a href="../../../../../org/apache/edgent/analytics/math3/UnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3"><code>aggregator</code></a> + that implements the required aggregate. + </P></div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../org/apache/edgent/analytics/math3/Aggregations.html" title="class in org.apache.edgent.analytics.math3"><code>Aggregations</code></a></dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html#name--">name</a></span>()</code> +<div class="block">Name of the aggregate.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.edgent.function.Supplier"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.edgent.function.<a href="../../../../../org/apache/edgent/function/Supplier.html" title="interface in org.apache.edgent.function">Supplier</a></h3> +<code><a href="../../../../../org/apache/edgent/function/Supplier.html#get--">get</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="name--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>name</h4> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name()</pre> +<div class="block">Name of the aggregate. + The returned value is used as the JSON key containing + the result of the aggregation.</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Name of the aggregate.</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnivariateAggregate.html">Use</a></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><a href="../../../../../org/apache/edgent/analytics/math3/ResultMap.html" title="class in org.apache.edgent.analytics.math3"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/edgent/analytics/math3/UnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/edgent/analytics/math3/UnivariateAggregate.html" target="_top">Frames</a></li> +<li><a href="UnivariateAggregate.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All 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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/analytics/math3/UnivariateAggregator.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/analytics/math3/UnivariateAggregator.html b/content/javadoc/latest/org/apache/edgent/analytics/math3/UnivariateAggregator.html new file mode 100644 index 0000000..a9b56d6 --- /dev/null +++ b/content/javadoc/latest/org/apache/edgent/analytics/math3/UnivariateAggregator.html @@ -0,0 +1,299 @@ +<!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_112) on Mon Dec 18 11:25:20 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>UnivariateAggregator (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> +<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="UnivariateAggregator (Apache Edgent (incubating) v1.2.0 API)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":6,"i1":6,"i2":6,"i3":6}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnivariateAggregator.html">Use</a></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><a href="../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/edgent/analytics/math3/UnivariateAggregator.html" target="_top">Frames</a></li> +<li><a href="UnivariateAggregator.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All 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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.edgent.analytics.math3</div> +<h2 title="Interface UnivariateAggregator" class="title">Interface UnivariateAggregator</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../../org/apache/edgent/analytics/math3/stat/StorelessStatistic.html" title="class in org.apache.edgent.analytics.math3.stat">StorelessStatistic</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="typeNameLabel">UnivariateAggregator</span></pre> +<div class="block">Univariate aggregator for tuples. + This is the runtime implementation interface + of <a href="../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3"><code>UnivariateAggregate</code></a> defined aggregate.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/analytics/math3/UnivariateAggregator.html#clear-int-">clear</a></span>(int n)</code> +<div class="block">Clear the aggregator to prepare for a new aggregation.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/analytics/math3/UnivariateAggregator.html#getAggregate--">getAggregate</a></span>()</code> +<div class="block">Get the <code>UnivariateAggregate</code> this + aggregator is associated with.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>double</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/analytics/math3/UnivariateAggregator.html#getResult--">getResult</a></span>()</code> +<div class="block">Get the aggregation result.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/analytics/math3/UnivariateAggregator.html#increment-double-">increment</a></span>(double value)</code> +<div class="block">Add a value to the aggregation.</div> +</td> +</tr> +</table> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getAggregate--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAggregate</h4> +<pre><a href="../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a> getAggregate()</pre> +<div class="block">Get the <code>UnivariateAggregate</code> this + aggregator is associated with.</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the aggregate</dd> +</dl> +</li> +</ul> +<a name="clear-int-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>clear</h4> +<pre>void clear(int n)</pre> +<div class="block">Clear the aggregator to prepare for a new aggregation.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>n</code> - Number of tuples to be aggregated.</dd> +</dl> +</li> +</ul> +<a name="increment-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>increment</h4> +<pre>void increment(double value)</pre> +<div class="block">Add a value to the aggregation.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>value</code> - Value to be added.</dd> +</dl> +</li> +</ul> +<a name="getResult--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getResult</h4> +<pre>double getResult()</pre> +<div class="block">Get the aggregation result. It may be a NaN (empty collection, etc) or Infinite value.</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the result</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnivariateAggregator.html">Use</a></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><a href="../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/edgent/analytics/math3/UnivariateAggregator.html" target="_top">Frames</a></li> +<li><a href="UnivariateAggregator.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All 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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/Aggregations.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/Aggregations.html b/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/Aggregations.html new file mode 100644 index 0000000..df23363 --- /dev/null +++ b/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/Aggregations.html @@ -0,0 +1,126 @@ +<!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_112) on Mon Dec 18 11:25:23 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.edgent.analytics.math3.Aggregations (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> +<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.edgent.analytics.math3.Aggregations (Apache Edgent (incubating) v1.2.0 API)"; + } + } + 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/edgent/analytics/math3/Aggregations.html" title="class in org.apache.edgent.analytics.math3">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/edgent/analytics/math3/class-use/Aggregations.html" target="_top">Frames</a></li> +<li><a href="Aggregations.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All 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.edgent.analytics.math3.Aggregations" class="title">Uses of Class<br>org.apache.edgent.analytics.math3.Aggregations</h2> +</div> +<div class="classUseContainer">No usage of org.apache.edgent.analytics.math3.Aggregations</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/edgent/analytics/math3/Aggregations.html" title="class in org.apache.edgent.analytics.math3">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/edgent/analytics/math3/class-use/Aggregations.html" target="_top">Frames</a></li> +<li><a href="Aggregations.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All 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>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/MvResultMap.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/MvResultMap.html b/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/MvResultMap.html new file mode 100644 index 0000000..20c816e --- /dev/null +++ b/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/MvResultMap.html @@ -0,0 +1,171 @@ +<!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_112) on Mon Dec 18 11:25:23 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.edgent.analytics.math3.MvResultMap (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> +<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.edgent.analytics.math3.MvResultMap (Apache Edgent (incubating) v1.2.0 API)"; + } + } + 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/edgent/analytics/math3/MvResultMap.html" title="class in org.apache.edgent.analytics.math3">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/edgent/analytics/math3/class-use/MvResultMap.html" target="_top">Frames</a></li> +<li><a href="MvResultMap.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All 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.edgent.analytics.math3.MvResultMap" class="title">Uses of Class<br>org.apache.edgent.analytics.math3.MvResultMap</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/edgent/analytics/math3/MvResultMap.html" title="class in org.apache.edgent.analytics.math3">MvResultMap</a></span><span class="tabEnd"> </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.edgent.analytics.math3">org.apache.edgent.analytics.math3</a></td> +<td class="colLast"> +<div class="block">Analytics using Apache Commons Math.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.edgent.analytics.math3"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/edgent/analytics/math3/MvResultMap.html" title="class in org.apache.edgent.analytics.math3">MvResultMap</a> in <a href="../../../../../../org/apache/edgent/analytics/math3/package-summary.html">org.apache.edgent.analytics.math3</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/edgent/analytics/math3/package-summary.html">org.apache.edgent.analytics.math3</a> that return types with arguments of type <a href="../../../../../../org/apache/edgent/analytics/math3/MvResultMap.html" title="class in org.apache.edgent.analytics.math3">MvResultMap</a></span><span class="tabEnd"> </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 <a href="../../../../../../org/apache/edgent/function/Function.html" title="interface in org.apache.edgent.function">Function</a><<a href="../../../../../../org/apache/edgent/analytics/math3/MvResultMap.html" title="class in org.apache.edgent.analytics.math3">MvResultMap</a>,com.google.gson.JsonObject></code></td> +<td class="colLast"><span class="typeNameLabel">MvResultMap.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/MvResultMap.html#toJsonObject--">toJsonObject</a></span>()</code> +<div class="block">Returns a <a href="../../../../../../org/apache/edgent/function/Function.html" title="interface in org.apache.edgent.function"><code>Function</code></a> whose <code>apply(MvResultMap)</code> converts the value + to a <code>JsonObject</code>.</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/edgent/analytics/math3/MvResultMap.html" title="class in org.apache.edgent.analytics.math3">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/edgent/analytics/math3/class-use/MvResultMap.html" target="_top">Frames</a></li> +<li><a href="MvResultMap.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All 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>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/ResultMap.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/ResultMap.html b/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/ResultMap.html new file mode 100644 index 0000000..5bf48eb --- /dev/null +++ b/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/ResultMap.html @@ -0,0 +1,197 @@ +<!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_112) on Mon Dec 18 11:25:23 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.edgent.analytics.math3.ResultMap (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> +<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.edgent.analytics.math3.ResultMap (Apache Edgent (incubating) v1.2.0 API)"; + } + } + 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/edgent/analytics/math3/ResultMap.html" title="class in org.apache.edgent.analytics.math3">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/edgent/analytics/math3/class-use/ResultMap.html" target="_top">Frames</a></li> +<li><a href="ResultMap.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All 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.edgent.analytics.math3.ResultMap" class="title">Uses of Class<br>org.apache.edgent.analytics.math3.ResultMap</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/edgent/analytics/math3/ResultMap.html" title="class in org.apache.edgent.analytics.math3">ResultMap</a></span><span class="tabEnd"> </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.edgent.analytics.math3">org.apache.edgent.analytics.math3</a></td> +<td class="colLast"> +<div class="block">Analytics using Apache Commons Math.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.edgent.analytics.math3"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/edgent/analytics/math3/ResultMap.html" title="class in org.apache.edgent.analytics.math3">ResultMap</a> in <a href="../../../../../../org/apache/edgent/analytics/math3/package-summary.html">org.apache.edgent.analytics.math3</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/edgent/analytics/math3/package-summary.html">org.apache.edgent.analytics.math3</a> that return <a href="../../../../../../org/apache/edgent/analytics/math3/ResultMap.html" title="class in org.apache.edgent.analytics.math3">ResultMap</a></span><span class="tabEnd"> </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 <a href="../../../../../../org/apache/edgent/analytics/math3/ResultMap.html" title="class in org.apache.edgent.analytics.math3">ResultMap</a></code></td> +<td class="colLast"><span class="typeNameLabel">Aggregations.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/Aggregations.html#aggregateN-java.util.Collection-org.apache.edgent.analytics.math3.UnivariateAggregate...-">aggregateN</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><? extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>> c, + <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a>... aggregates)</code> +<div class="block">Perform the specified <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3"><code>UnivariateAggregate</code></a> on a Collection of <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <T> <a href="../../../../../../org/apache/edgent/analytics/math3/ResultMap.html" title="class in org.apache.edgent.analytics.math3">ResultMap</a></code></td> +<td class="colLast"><span class="typeNameLabel">Aggregations.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/Aggregations.html#aggregateN-java.util.Collection-org.apache.edgent.function.ToDoubleFunction-org.apache.edgent.analytics.math3.UnivariateAggregate...-">aggregateN</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><T> c, + <a href="../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function">ToDoubleFunction</a><T> getter, + <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a>... aggregates)</code> +<div class="block">Perform the specified <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3"><code>UnivariateAggregate</code></a> a Collection of <code>T</code> + using the specified <a href="../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function"><code>getter</code></a> to extract the + variable to aggregate.</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/edgent/analytics/math3/package-summary.html">org.apache.edgent.analytics.math3</a> that return types with arguments of type <a href="../../../../../../org/apache/edgent/analytics/math3/ResultMap.html" title="class in org.apache.edgent.analytics.math3">ResultMap</a></span><span class="tabEnd"> </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 <a href="../../../../../../org/apache/edgent/function/Function.html" title="interface in org.apache.edgent.function">Function</a><<a href="../../../../../../org/apache/edgent/analytics/math3/ResultMap.html" title="class in org.apache.edgent.analytics.math3">ResultMap</a>,com.google.gson.JsonObject></code></td> +<td class="colLast"><span class="typeNameLabel">ResultMap.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/ResultMap.html#toJsonObject--">toJsonObject</a></span>()</code> +<div class="block">Returns a <a href="../../../../../../org/apache/edgent/function/Function.html" title="interface in org.apache.edgent.function"><code>Function</code></a> whose <code>apply(ResultMap)</code> converts the value + to a <code>JsonObject</code>.</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/edgent/analytics/math3/ResultMap.html" title="class in org.apache.edgent.analytics.math3">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/edgent/analytics/math3/class-use/ResultMap.html" target="_top">Frames</a></li> +<li><a href="ResultMap.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All 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>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/UnivariateAggregate.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/UnivariateAggregate.html b/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/UnivariateAggregate.html new file mode 100644 index 0000000..d9989e1 --- /dev/null +++ b/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/UnivariateAggregate.html @@ -0,0 +1,259 @@ +<!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_112) on Mon Dec 18 11:25:23 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Interface org.apache.edgent.analytics.math3.UnivariateAggregate (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> +<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Interface org.apache.edgent.analytics.math3.UnivariateAggregate (Apache Edgent (incubating) v1.2.0 API)"; + } + } + 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/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">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/edgent/analytics/math3/class-use/UnivariateAggregate.html" target="_top">Frames</a></li> +<li><a href="UnivariateAggregate.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Interface org.apache.edgent.analytics.math3.UnivariateAggregate" class="title">Uses of Interface<br>org.apache.edgent.analytics.math3.UnivariateAggregate</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/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a></span><span class="tabEnd"> </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.edgent.analytics.math3">org.apache.edgent.analytics.math3</a></td> +<td class="colLast"> +<div class="block">Analytics using Apache Commons Math.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.edgent.analytics.math3.stat">org.apache.edgent.analytics.math3.stat</a></td> +<td class="colLast"> +<div class="block">Statistical algorithms using Apache Commons Math.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.edgent.analytics.math3"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a> in <a href="../../../../../../org/apache/edgent/analytics/math3/package-summary.html">org.apache.edgent.analytics.math3</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/edgent/analytics/math3/package-summary.html">org.apache.edgent.analytics.math3</a> that return <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a></span><span class="tabEnd"> </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/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnivariateAggregator.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregator.html#getAggregate--">getAggregate</a></span>()</code> +<div class="block">Get the <code>UnivariateAggregate</code> this + aggregator is associated with.</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/edgent/analytics/math3/package-summary.html">org.apache.edgent.analytics.math3</a> with parameters of type <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a></span><span class="tabEnd"> </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 <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a></code></td> +<td class="colLast"><span class="typeNameLabel">Aggregations.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/Aggregations.html#aggregate-java.util.Collection-org.apache.edgent.analytics.math3.UnivariateAggregate-">aggregate</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><? extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>> c, + <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a> aggregate)</code> +<div class="block">Perform the specified <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3"><code>UnivariateAggregate</code></a> on a Collection of <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <T> <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a></code></td> +<td class="colLast"><span class="typeNameLabel">Aggregations.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/Aggregations.html#aggregate-java.util.Collection-org.apache.edgent.function.ToDoubleFunction-org.apache.edgent.analytics.math3.UnivariateAggregate-">aggregate</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><T> c, + <a href="../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function">ToDoubleFunction</a><T> getter, + <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a> aggregate)</code> +<div class="block">Perform the specified <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3"><code>UnivariateAggregate</code></a> a Collection of <code>T</code> + using the specified <a href="../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function"><code>getter</code></a> to extract the + variable to aggregate.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/edgent/analytics/math3/ResultMap.html" title="class in org.apache.edgent.analytics.math3">ResultMap</a></code></td> +<td class="colLast"><span class="typeNameLabel">Aggregations.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/Aggregations.html#aggregateN-java.util.Collection-org.apache.edgent.analytics.math3.UnivariateAggregate...-">aggregateN</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><? extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>> c, + <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a>... aggregates)</code> +<div class="block">Perform the specified <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3"><code>UnivariateAggregate</code></a> on a Collection of <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <T> <a href="../../../../../../org/apache/edgent/analytics/math3/ResultMap.html" title="class in org.apache.edgent.analytics.math3">ResultMap</a></code></td> +<td class="colLast"><span class="typeNameLabel">Aggregations.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/Aggregations.html#aggregateN-java.util.Collection-org.apache.edgent.function.ToDoubleFunction-org.apache.edgent.analytics.math3.UnivariateAggregate...-">aggregateN</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><T> c, + <a href="../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function">ToDoubleFunction</a><T> getter, + <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a>... aggregates)</code> +<div class="block">Perform the specified <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3"><code>UnivariateAggregate</code></a> a Collection of <code>T</code> + using the specified <a href="../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function"><code>getter</code></a> to extract the + variable to aggregate.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.edgent.analytics.math3.stat"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a> in <a href="../../../../../../org/apache/edgent/analytics/math3/stat/package-summary.html">org.apache.edgent.analytics.math3.stat</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../org/apache/edgent/analytics/math3/stat/package-summary.html">org.apache.edgent.analytics.math3.stat</a> that implement <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a></span><span class="tabEnd"> </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 </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/stat/Regression2.html" title="enum in org.apache.edgent.analytics.math3.stat">Regression2</a></span></code> +<div class="block">Univariate regression aggregates.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/stat/Statistic2.html" title="enum in org.apache.edgent.analytics.math3.stat">Statistic2</a></span></code> +<div class="block">Statistic implementations.</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/edgent/analytics/math3/stat/package-summary.html">org.apache.edgent.analytics.math3.stat</a> that return <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a></span><span class="tabEnd"> </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/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregate</a></code></td> +<td class="colLast"><span class="typeNameLabel">StorelessStatistic.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/stat/StorelessStatistic.html#getAggregate--">getAggregate</a></span>()</code> </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/edgent/analytics/math3/UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3">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/edgent/analytics/math3/class-use/UnivariateAggregate.html" target="_top">Frames</a></li> +<li><a href="UnivariateAggregate.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All 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>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/UnivariateAggregator.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/UnivariateAggregator.html b/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/UnivariateAggregator.html new file mode 100644 index 0000000..1de9fb8 --- /dev/null +++ b/content/javadoc/latest/org/apache/edgent/analytics/math3/class-use/UnivariateAggregator.html @@ -0,0 +1,185 @@ +<!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_112) on Mon Dec 18 11:25:23 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Interface org.apache.edgent.analytics.math3.UnivariateAggregator (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> +<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Interface org.apache.edgent.analytics.math3.UnivariateAggregator (Apache Edgent (incubating) v1.2.0 API)"; + } + } + 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/edgent/analytics/math3/UnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3">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/edgent/analytics/math3/class-use/UnivariateAggregator.html" target="_top">Frames</a></li> +<li><a href="UnivariateAggregator.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Interface org.apache.edgent.analytics.math3.UnivariateAggregator" class="title">Uses of Interface<br>org.apache.edgent.analytics.math3.UnivariateAggregator</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/edgent/analytics/math3/UnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregator</a></span><span class="tabEnd"> </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.edgent.analytics.math3.stat">org.apache.edgent.analytics.math3.stat</a></td> +<td class="colLast"> +<div class="block">Statistical algorithms using Apache Commons Math.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.edgent.analytics.math3.stat"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregator</a> in <a href="../../../../../../org/apache/edgent/analytics/math3/stat/package-summary.html">org.apache.edgent.analytics.math3.stat</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../org/apache/edgent/analytics/math3/stat/package-summary.html">org.apache.edgent.analytics.math3.stat</a> that implement <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregator</a></span><span class="tabEnd"> </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 </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/stat/StorelessStatistic.html" title="class in org.apache.edgent.analytics.math3.stat">StorelessStatistic</a></span></code> +<div class="block">Univariate aggregator implementation wrapping a <code>StorelessUnivariateStatistic</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/edgent/analytics/math3/stat/package-summary.html">org.apache.edgent.analytics.math3.stat</a> that return <a href="../../../../../../org/apache/edgent/analytics/math3/UnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregator</a></span><span class="tabEnd"> </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/edgent/analytics/math3/UnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3">UnivariateAggregator</a></code></td> +<td class="colLast"><span class="typeNameLabel">Statistic2.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/stat/Statistic2.html#get--">get</a></span>()</code> +<div class="block">Return a new instance of this statistic implementation.</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/edgent/analytics/math3/UnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3">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/edgent/analytics/math3/class-use/UnivariateAggregator.html" target="_top">Frames</a></li> +<li><a href="UnivariateAggregator.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All 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>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>