public interface Approximate
Modifier and Type | Interface and Description |
---|---|
static class |
Approximate.LocalSearchType
Enumeration of types of the stop condition for approximation early termination strategy.
|
Modifier and Type | Method and Description |
---|---|
int |
getLocalSearchParam()
Returns the value of the local approximation parameter.
|
Approximate.LocalSearchType |
getLocalSearchType()
Returns the
type of the local approximation parameter used. |
float |
getRadiusGuaranteed()
Returns a currently set value of radius within which the results are guaranteed as correct.
|
void |
setLocalSearchParam(int localSearchParam)
Setter for the local search parameter value.
|
void |
setLocalSearchType(Approximate.LocalSearchType localSearchType)
Setter for the type of the local search parameter.
|
void |
setRadiusGuaranteed(float radiusGuaranteed)
Set a different value of radius within which the results are guaranteed as correct.
|
Approximate.LocalSearchType getLocalSearchType()
type of the local approximation
parameter used.type of the local approximation
parameter usedint getLocalSearchParam()
local search type
.void setLocalSearchType(Approximate.LocalSearchType localSearchType)
localSearchType
- new type of the local search parametervoid setLocalSearchParam(int localSearchParam)
local search type
.localSearchParam
- new value for the local search parameterfloat getRadiusGuaranteed()
void setRadiusGuaranteed(float radiusGuaranteed)
radiusGuaranteed
- new guaranteed radius value