public class StringStatistic extends AbstractStatistic
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
val
Storage
|
key
Constructor and Description |
---|
StringStatistic(java.lang.String key)
Constructor.
|
StringStatistic(java.lang.String key,
java.lang.String val)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
formatValue()
Get a formatted version of the value, for output.
|
void |
setString(java.lang.String val)
Set the value.
|
getKey, toString
public StringStatistic(java.lang.String key, java.lang.String val)
key
- Keyval
- Valuepublic StringStatistic(java.lang.String key)
key
- Keypublic void setString(java.lang.String val)
val
- Valuepublic java.lang.String formatValue()
Statistic
Copyright © 2019 ELKI Development Team. License information.