Struct bosonnlp::TextCluster [] [src]

pub struct TextCluster {
    pub _id: String,
    pub list: Vec<String>,
    pub num: usize,
}

文本聚类

Fields

该 cluster 最具代表性的文档

所有属于该 cluster 的文档 _id

该 cluster 包含的文档数目

Trait Implementations

impl Debug for TextCluster
[src]

Formats the value using the given formatter.

impl Clone for TextCluster
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more