CharacterCluster
The CharacterCluster class represents a character cluster generated from the buffered character items. These buffered items will be clustered based on feature similarity to obtain cluster centers.
Definition
Package: com.dynamsoft.dlr
public class CharacterCluster
Methods
| Method | Description |
|---|---|
getCharacter |
Gets the character value of the cluster. |
getMean |
Gets the mean of the cluster. |
getCharacter
Gets the character value of the cluster.
public char getCharacter()
Return Value
Returns the character value of the cluster.
getMean
Gets the mean of the cluster.
public BufferedCharacterItem getMean()
Return Value
Returns the mean of the cluster which is a BufferedCharacterItem object.
See Also