![JAR search and dependency download from the Maven repository](/logo.png)
com.github.TKnudsen.ComplexDataObject.model.distanceMeasure.IWeightedDistanceMeasure Maven / Gradle / Ivy
package com.github.TKnudsen.ComplexDataObject.model.distanceMeasure;
import java.util.List;
/**
*
* Title: IWeightedDistanceMeasure
*
*
*
* Description:
*
*
*
* Copyright: Copyright (c) 2017
*
*
* @author Juergen Bernard
* @version 1.01
*/
public interface IWeightedDistanceMeasure extends IDistanceMeasure {
/**
* the weightings used by the weighting model of the distance measure.
*
* @return
*/
public List getWeights();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy