Skip to content

Commit

Permalink
Deploying to gh-pages from @ b078525 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
leerho committed Jan 24, 2024
1 parent efc0a0c commit 3decf6a
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/master/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -6653,6 +6653,10 @@ <h2 class="title">U</h2>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/datasketches/req/ReqSketch.html#update(float)">update(float)</a></span> - Method in class org.apache.datasketches.req.<a href="org/apache/datasketches/req/ReqSketch.html" title="class in org.apache.datasketches.req">ReqSketch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/datasketches/kll/KllFloatsSketch.html#update(float,int)">update(float, int)</a></span> - Method in class org.apache.datasketches.kll.<a href="org/apache/datasketches/kll/KllFloatsSketch.html" title="class in org.apache.datasketches.kll">KllFloatsSketch</a></dt>
<dd>
<div class="block">Weighted update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/datasketches/cpc/CpcSketch.html#update(int%5B%5D)">update(int[])</a></span> - Method in class org.apache.datasketches.cpc.<a href="org/apache/datasketches/cpc/CpcSketch.html" title="class in org.apache.datasketches.cpc">CpcSketch</a></dt>
<dd>
<div class="block">Present the given integer array as a potential unique item.</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/master/member-search-index.js

Large diffs are not rendered by default.

Binary file modified docs/master/member-search-index.zip
Binary file not shown.
30 changes: 27 additions & 3 deletions docs/master/org/apache/datasketches/kll/KllFloatsSketch.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":9,"i12":10,"i13":10,"i14":9,"i15":9,"i16":9,"i17":9,"i18":10,"i19":10,"i20":10,"i21":10,"i22":9,"i23":9};
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":9,"i12":10,"i13":10,"i14":9,"i15":9,"i16":9,"i17":9,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":9,"i24":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -384,14 +384,22 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#update(float,int)">update</a></span>&#8203;(float&nbsp;item,
int&nbsp;weight)</code></th>
<td class="colLast">
<div class="block">Weighted update.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>static <a href="KllFloatsSketch.html" title="class in org.apache.datasketches.kll">KllFloatsSketch</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#wrap(org.apache.datasketches.memory.Memory)">wrap</a></span>&#8203;(org.apache.datasketches.memory.Memory&nbsp;srcMem)</code></th>
<td class="colLast">
<div class="block">Wrap a sketch around the given read only compact source Memory containing sketch data
that originated from this sketch.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<tr id="i24" class="altColor">
<td class="colFirst"><code>static <a href="KllFloatsSketch.html" title="class in org.apache.datasketches.kll">KllFloatsSketch</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#writableWrap(org.apache.datasketches.memory.WritableMemory,org.apache.datasketches.memory.MemoryRequestServer)">writableWrap</a></span>&#8203;(org.apache.datasketches.memory.WritableMemory&nbsp;srcMem,
org.apache.datasketches.memory.MemoryRequestServer&nbsp;memReqSvr)</code></th>
Expand Down Expand Up @@ -978,7 +986,7 @@ <h4>toString</h4>
<a id="update(float)">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>update</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;update&#8203;(float&nbsp;item)</pre>
Expand All @@ -992,6 +1000,22 @@ <h4>update</h4>
</dl>
</li>
</ul>
<a id="update(float,int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>update</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;update&#8203;(float&nbsp;item,
int&nbsp;weight)</pre>
<div class="block">Weighted update. Updates this sketch with the given item the number of times specified by the given integer weight.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>item</code> - the item to be repeated. NaNs are ignored.</dd>
<dd><code>weight</code> - the number of times the update of item is to be repeated. It must be &ge; one.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
Expand Down
Binary file modified docs/master/package-search-index.zip
Binary file not shown.
Binary file modified docs/master/type-search-index.zip
Binary file not shown.

0 comments on commit 3decf6a

Please sign in to comment.