Click or drag to resize
Accord.NET (logo)

IScoreTaggerTInputScores Method (TInput, Int32)

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

Namespace:  Accord.MachineLearning
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
double[][][] Scores(
	TInput[][] sequences,
	ref int[][] decision
)
Request Example View Source

Parameters

sequences
Type: TInput
decision
Type: SystemInt32

Return Value

Type: Double
See Also