Click or drag to resize
Accord.NET (logo)

IScoreTaggerTInputScores Method (TInput)

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

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

Parameters

sequence
Type: TInput

Return Value

Type: Double
See Also