Click or drag to resize
Accord.NET (logo)

ScoreTaggerBaseTInputScores Method (TInput, Double)

Computes numerical scores measuring the association between each of the given sequence vectors and each possible class.

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

Parameters

sequence
Type: TInput
result
Type: SystemDouble

Return Value

Type: Double

Implements

IScoreTaggerTInputScores(TInput, Double)
See Also