C# Class numl.Math.Linkers.SingleLinker

A single linker.
Inheritance: ILinker
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
Distance ( IEnumerable x, IEnumerable y ) : double

Distances.

SingleLinker ( IDistance metric ) : System

Constructor.

Method Details

Distance() public méthode

Distances.
public Distance ( IEnumerable x, IEnumerable y ) : double
x IEnumerable The IEnumerable<Vector> to process.
y IEnumerable The IEnumerable<Vector> to process.
Résultat double

SingleLinker() public méthode

Constructor.
public SingleLinker ( IDistance metric ) : System
metric IDistance The metric.
Résultat System