Click or drag to resize
Accord.NET (logo)

KernelDiscriminantAnalysis. Pipeline. Scores Method (Double[] [] ,Double[] [] )

Computes a numerical score measuring the association between the given input vector and each class.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public override double[][] Scores(
	double[][] input,
	double[][] result
)
Request Example View Source

Parameters

input
Type:System.Double[][]
The input vector.
result
Type:System.Double[][]
An array where the result will be stored, avoiding unnecessary memory allocations.

Return Value

Type:Double[][]

Implements

IMultilabelScoreClassifier<TInput>.Scores(TInput[],Double[][])
See Also