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

org.opencompare.hac.experiment.DissimilarityMeasure Maven / Gradle / Ivy

/*
 * This file is licensed to You under the "Simplified BSD License".
 * You may not use this software except in compliance with the License. 
 * You may obtain a copy of the License at
 *
 * http://www.opensource.org/licenses/bsd-license.php
 * 
 * See the COPYRIGHT file distributed with this work for information
 * regarding copyright ownership.
 */
package org.opencompare.hac.experiment;


/**
 * Computes the dissimilarity between two observations in an experiment.
 * 
 * @author [email protected]
 */
public interface DissimilarityMeasure {

    public double computeDissimilarity(Experiment experiment, int observation1, int observation2);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy