Example usage for weka.core NormalizableDistance subclass-usage

List of usage examples for weka.core NormalizableDistance subclass-usage

Introduction

In this page you can find the example usage for weka.core NormalizableDistance subclass-usage.

Usage

From source file classes.AbdoNormalizableDistance.java

/**
 *
 * @author Eng.Abdo
 */
public class AbdoNormalizableDistance extends NormalizableDistance {

From source file control.CosineDistance.java

public class CosineDistance extends NormalizableDistance implements Cloneable, TechnicalInformationHandler {

    /** for serialization. */
    private static final long serialVersionUID = 1068606253458807903L;

    /**

From source file de.unimannheim.dws.algorithms.CustomPairWiseDistance.java

/**
 * <!-- options-start --> Valid options are:
 * <p/>
 * 
 * <pre>
 * -D

From source file moa.classifiers.lazy.neighboursearch.EuclideanDistance.java

/**
 <!-- globalinfo-start -->
 * Implementing Euclidean distance (or similarity) function.<br/>
 * <br/>
 * One object defines not one distance but the data model in which the distances between objects of that data model can be computed.<br/>
 * <br/>

From source file net.sf.jclal.util.distancefunction.CosineDistance.java

/**
 * Cosine Distance.
 *
 * @author Oscar Gabriel Reyes Pupo
 * @author Eduardo Perez Perdomo
 */

From source file org.stream_gpu.float_knn.float_search.EuclideanDistance.java

/**
 * 
 <!-- globalinfo-start -->
 * Implementing Euclidean distance (or similarity) function.<br/>
 * <br/>
 * One object defines not one distance but the data model in which the distances between objects of that data model can be computed.<br/>