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()
Configuration
getConfigurationName
in interface Configuration
public java.lang.String getConfigurationDescription()
Configuration
getConfigurationDescription
in interface Configuration