public class LossyCountingConfiguration extends java.lang.Object implements Configuration
| Constructor and Description |
|---|
LossyCountingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfigurationDescription()
This method returns a description of the provided configuration.
|
java.lang.String |
getConfigurationName()
This method returns the name of the configuration
|
double |
getError()
This method to get the maximum approximation error
|
void |
setError(double error)
This method to set the maximum approximation error
|
public double getError()
public void setError(double error)
error - the error to setpublic java.lang.String getConfigurationName()
ConfigurationgetConfigurationName in interface Configurationpublic java.lang.String getConfigurationDescription()
ConfigurationgetConfigurationDescription in interface Configuration