Extracts the normalized entropy from a list of flowMerge objects.
flowMerge对象名单中提取的归熵。
用法----------Usage----------
NENT(x)
参数----------Arguments----------
参数:x
A list of flowMerge objects
flowMerge对象名单
Details
详情----------Details----------
The normalized entropy is extracted from a flowMerge object by computing \frac{E}{K*n} where E is the entropy, and K and n are the number of clusters and data points, respectively.
归熵从flowMerge对象,通过计算提取\frac{E}{K*n}其中E是熵,K和N是聚类和数据点的数量,分别。
值----------Value----------
Returns a vector of normalized entropy values for the flowMerge objects.
返回向量归一化熵值为flowMerge对象。
警告----------Warning----------
This function doesn't do enough error checking and will try to extract the entropy from a list of anything.
此功能没有做足够的错误检查,并会尝试从任何名单中提取的熵。