Darwinism/vignettes/clr/Microsoft/VisualBasic/DataMining/KMeans/ClusterEntity.html

66 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Microsoft.VisualBasic.DataMining.KMeans.ClusterEntity</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" type="text/css" href="../../_assets/page.css">
</head>
<body>
<div class="container">
<table style="width: 100%;">
<tr>
<td>ClusterEntity {Microsoft.VisualBasic.DataMining.KMeans}</td>
<td style="text-align: right;">.NET clr documentation</td>
</tr>
</table>
<h2>ClusterEntity</h2>
<h3>Description</h3>
<p>A tagged numeric vector</p>
<p>uid -- feature_vector</p>
<p>(计算所使用的对象实例实体模型)</p>
<h3>Declare</h3>
<pre>
<code id="clr_ts">
# namespace Microsoft.VisualBasic.DataMining.KMeans
export class ClusterEntity extends <a href="/vignettes/clr/Microsoft/VisualBasic/DataMining/ComponentModel/EntityBase`1.html">EntityBase`1</a> {
# the unique reference id of current entity object
uid: string;
# the cluster class label
cluster: integer;
# the point data vector
entityVector: double;
Length: integer;
}
</code>
</pre>
<h3>.NET clr type reference tree</h3>
<ol>
<li>this class extends from <a href="/vignettes/clr/Microsoft/VisualBasic/DataMining/ComponentModel/EntityBase`1.html">EntityBase`1</a> class: <a href="/vignettes/clr/Microsoft/VisualBasic/DataMining/ComponentModel/EntityBase`1.html">EntityBase`1</a></li>
</ol>
<hr />
<div style="text-align: center;">[Package <em>{$package}</em> version {$version} <a
href="../{$package}.html">Index</a>]
</div>
</div>
</body>
<script type="text/javascript" src="../../_assets/R_syntax.js"></script>
<script type="text/javascript" src="../../_assets/highlights.js"></script>
<script type="text/javascript">r_highlights("clr_ts");</script>
</html>