|
@@ -2,10 +2,10 @@
|
|
|
<!-- NewPage -->
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
-<!-- Generated by javadoc (11.0.18) on Wed Aug 23 18:13:34 CST 2023 -->
|
|
|
+<!-- Generated by javadoc (11.0.18) on Tue Sep 05 16:02:52 CST 2023 -->
|
|
|
<title>MetricType</title>
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
-<meta name="dc.created" content="2023-08-23">
|
|
|
+<meta name="dc.created" content="2023-09-05">
|
|
|
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
|
|
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.min.css" title="Style">
|
|
|
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">
|
|
@@ -165,22 +165,26 @@ extends java.lang.Enum<<a href="MetricType.html" title="enum in io.milvus.par
|
|
|
<th class="colLast" scope="col">Description</th>
|
|
|
</tr>
|
|
|
<tr class="altColor">
|
|
|
-<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#HAMMING">HAMMING</a></span></code></th>
|
|
|
+<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#COSINE">COSINE</a></span></code></th>
|
|
|
<td class="colLast"> </td>
|
|
|
</tr>
|
|
|
<tr class="rowColor">
|
|
|
-<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#INVALID">INVALID</a></span></code></th>
|
|
|
+<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#HAMMING">HAMMING</a></span></code></th>
|
|
|
<td class="colLast"> </td>
|
|
|
</tr>
|
|
|
<tr class="altColor">
|
|
|
-<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#IP">IP</a></span></code></th>
|
|
|
+<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#INVALID">INVALID</a></span></code></th>
|
|
|
<td class="colLast"> </td>
|
|
|
</tr>
|
|
|
<tr class="rowColor">
|
|
|
-<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#JACCARD">JACCARD</a></span></code></th>
|
|
|
+<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#IP">IP</a></span></code></th>
|
|
|
<td class="colLast"> </td>
|
|
|
</tr>
|
|
|
<tr class="altColor">
|
|
|
+<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#JACCARD">JACCARD</a></span></code></th>
|
|
|
+<td class="colLast"> </td>
|
|
|
+</tr>
|
|
|
+<tr class="rowColor">
|
|
|
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#L2">L2</a></span></code></th>
|
|
|
<td class="colLast"> </td>
|
|
|
</tr>
|
|
@@ -275,6 +279,15 @@ the order they are declared.</div>
|
|
|
<pre>public static final <a href="MetricType.html" title="enum in io.milvus.param">MetricType</a> IP</pre>
|
|
|
</li>
|
|
|
</ul>
|
|
|
+<a id="COSINE">
|
|
|
+<!-- -->
|
|
|
+</a>
|
|
|
+<ul class="blockList">
|
|
|
+<li class="blockList">
|
|
|
+<h4>COSINE</h4>
|
|
|
+<pre>public static final <a href="MetricType.html" title="enum in io.milvus.param">MetricType</a> COSINE</pre>
|
|
|
+</li>
|
|
|
+</ul>
|
|
|
<a id="HAMMING">
|
|
|
<!-- -->
|
|
|
</a>
|