nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.DataMining.Framework / ClusterEntity

ClusterEntity

Full name Microsoft.VisualBasic.DataMining.ComponentModel.EntityModels.ClusterEntity Assembly Microsoft.VisualBasic.DataMining.Framework Members 10

A tagged numeric vector

00 Remarks

uid -- feature_vector

(计算所使用的对象实例实体模型)

01 Syntax

Microsoft.VisualBasic.DataMining.ComponentModel.EntityModels.ClusterEntity

02 Methods

NameOverloadsSummary
.ctor 1 Create a new entity point data
ToDataModel 2 使用index序列编号来作为属性名称
Equals 1 check all vector elements equals to another
op_Equality 1 值相等判断
op_Explicit 2 get data vector EntityBase.entityVector.

03 Properties

NameOverloadsSummary
uid 1 the unique reference id of current entity object
cluster 1 the cluster class label
entityVector 1 the point data vector

04 Members

method .ctor #
#ctor(String, Double())

Create a new entity point data

Parameters
NameTypeDescription
idString

-

dataDouble()

-

method ToDataModel #
ToDataModel

使用index序列编号来作为属性名称

method ToDataModel overload 2 #
ToDataModel(String())
Parameters
NameTypeDescription
mapsString()

名称字符串向量应该是和EntityBase.entityVector属性向量等长的

method Equals #

check all vector elements equals to another

Parameters
NameTypeDescription
anotherClusterEntity

-

method op_Equality #

值相等判断

Parameters
NameTypeDescription
aClusterEntity

-

bClusterEntity

-

method op_Explicit overload 2 #
op_Explicit(ClusterEntity)

get the class label of current point

Parameters
NameTypeDescription
cClusterEntity

-

method op_Explicit #
op_Explicit(ClusterEntity)

get data vector EntityBase.entityVector.

Parameters
NameTypeDescription
cClusterEntity

-

property uid #
uid

the unique reference id of current entity object

property cluster #
cluster

the cluster class label

property entityVector #
entityVector

the point data vector