| Package | Description |
|---|---|
| org.aksw.limes.core.measures.mapper | |
| org.aksw.limes.core.measures.mapper.pointsets | |
| org.aksw.limes.core.measures.measure |
| Modifier and Type | Method and Description |
|---|---|
static AMapper |
MapperFactory.createMapper(MeasureType type)
Factory function for retrieving the desired mapper instance given an
input measure name.
|
| Constructor and Description |
|---|
GeoHR3(float distanceThreshold,
int granularity,
MeasureType hd) |
| Modifier and Type | Method and Description |
|---|---|
static MeasureType |
MeasureFactory.getMeasureType(String expression)
Factory function for retrieving a measure name from the set of allowed
types.
|
static MeasureType |
MeasureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeasureType[] |
MeasureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AMeasure |
MeasureFactory.createMeasure(MeasureType type)
Factory function for retrieving the desired measure instance.
|
Copyright © 2020. All rights reserved.