org.android.activityminer.logic.features
Class MaxDistanceInLocationsFeature
java.lang.Object
org.android.activityminer.logic.features.AbstractFeature
org.android.activityminer.logic.features.MaxDistanceInLocationsFeature
- All Implemented Interfaces:
- Feature
public final class MaxDistanceInLocationsFeature
- extends AbstractFeature
Implementation of the maximum difference in pairwise sample locations
feature.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
calculator
private final MaxDistanceInLocationsCalculator calculator
- The calculator providing the maximum pairwise location distance.
MaxDistanceInLocationsFeature
public MaxDistanceInLocationsFeature(MaxDistanceInLocationsCalculator calculator)
- Constructor
- Parameters:
calculator
- the max distance in location calculator
getFeatureValue
public final Double getFeatureValue()
- Description copied from interface:
Feature
- Getter for the feature value
- Returns:
- the feature value
getMaxDistanceInLocationCalculator
public Object getMaxDistanceInLocationCalculator()
- getter for the calculator of the maximum pairwise location distance.
- Returns:
- the maximum distance in location calculator