C# Класс numl.Math.Metrics.PearsonCorrelation

A pearson correlation.
Наследование: ISimilarity
Показать файл Открыть проект

Открытые методы

Метод Описание
Compute ( Vector x, Vector y ) : double

Computes.

Описание методов

Compute() публичный Метод

Computes.
Thrown when the requested operation is invalid.
public Compute ( Vector x, Vector y ) : double
x numl.Math.LinearAlgebra.Vector The Vector to process.
y numl.Math.LinearAlgebra.Vector The Vector to process.
Результат double