All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eva2.optimization.operator.cluster.InterfaceClusteringMetricBased Maven / Gradle / Ivy

Go to download

Gradle plugin that provides tasks for configuring and uploading artifacts to Sonatype Nexus.

The newest version!
package eva2.optimization.operator.cluster;

import eva2.optimization.operator.distancemetric.InterfaceDistanceMetric;

/**
 * A clustering method which is associated with a metric.
 *
 * @author mkron
 */
public interface InterfaceClusteringMetricBased {
    InterfaceDistanceMetric getMetric();

    void setMetric(InterfaceDistanceMetric m);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy