Table of contents

CharacterCluster

The CharacterCluster interface represents a character cluster generated from the buffered character items. These buffered items will be clustered based on feature similarity to obtain cluster centers.

interface CharacterCluster{
        character: string; 
        mean: BufferedCharacterItem; 
    }

character

The character value of the cluster.

character: string;  

mean

The mean of the cluster.

mean: BufferedCharacterItem; 

See Also

Is this page helpful?

YesYes NoNo

In this article: