Uses of Class
org.gcube.indexmanagement.featureindexlibrary.commons.FIEnums.DistanceTypes

Packages that use FIEnums.DistanceTypes
org.gcube.indexmanagement.featureindexlibrary.commons   
org.gcube.indexmanagement.featureindexlibrary.fullscan   
org.gcube.indexmanagement.featureindexlibrary.vafile   
 

Uses of FIEnums.DistanceTypes in org.gcube.indexmanagement.featureindexlibrary.commons
 

Methods in org.gcube.indexmanagement.featureindexlibrary.commons that return FIEnums.DistanceTypes
 FIEnums.DistanceTypes LookupParams.getDist()
          Retrieves teh distance measure
static FIEnums.DistanceTypes FIEnums.DistanceTypes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FIEnums.DistanceTypes[] FIEnums.DistanceTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.indexmanagement.featureindexlibrary.commons with parameters of type FIEnums.DistanceTypes
static float DistanceCalculation.distance(float[] vector1, float[] vector2, float threshold, FIEnums.DistanceTypes distanceMeasure)
          Distance function
static float DistanceCalculation.distance(float[] vector1, float[] vector2, float threshold, FIEnums.DistanceTypes distanceMeasure, float[] weights)
          Distance function
 void LookupParams.setDist(FIEnums.DistanceTypes dist)
          Sets the distance measure
 

Constructors in org.gcube.indexmanagement.featureindexlibrary.commons with parameters of type FIEnums.DistanceTypes
LookupParams(FIEnums.AlgoType algo, FIEnums.DistanceTypes dist, boolean weighted)
          Creates a new instance
 

Uses of FIEnums.DistanceTypes in org.gcube.indexmanagement.featureindexlibrary.fullscan
 

Methods in org.gcube.indexmanagement.featureindexlibrary.fullscan that return FIEnums.DistanceTypes
 FIEnums.DistanceTypes FullScanParams.getDistanceMeasure()
          Retrieves the distance measure
 

Methods in org.gcube.indexmanagement.featureindexlibrary.fullscan with parameters of type FIEnums.DistanceTypes
 void FullScanParams.setDistanceMeasure(FIEnums.DistanceTypes distanceMeasure)
          Sets the distance measure
 

Constructors in org.gcube.indexmanagement.featureindexlibrary.fullscan with parameters of type FIEnums.DistanceTypes
FullScanParams(String feature, FIEnums.DistanceTypes distance)
          Creates a new instance
 

Uses of FIEnums.DistanceTypes in org.gcube.indexmanagement.featureindexlibrary.vafile
 

Methods in org.gcube.indexmanagement.featureindexlibrary.vafile that return FIEnums.DistanceTypes
 FIEnums.DistanceTypes VAFileParams.getDistanceMeasure()
          Property getter
 

Methods in org.gcube.indexmanagement.featureindexlibrary.vafile with parameters of type FIEnums.DistanceTypes
 void VAFileParams.setDistanceMeasure(FIEnums.DistanceTypes distanceMeasure)
          Property setter
 

Constructors in org.gcube.indexmanagement.featureindexlibrary.vafile with parameters of type FIEnums.DistanceTypes
VAFileParams(String feature, FIEnums.DistanceTypes distance, String indexID, String storage, String indexName, short bits, int IDLength, int vectorLength, boolean weighted)
          Creates a new instance
 



Copyright © 2013. All Rights Reserved.