|
IScoreTaggerTInputScores Method (TInput, Int32, Double)
|
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,
ref int[] decision,
double[][] result
)
Function Scores (
sequence As TInput(),
ByRef decision As Integer(),
result As Double()()
) As Double()()
Request Example
View SourceParameters
- sequence
- Type: TInput
- decision
- Type: SystemInt32
- result
- Type: SystemDouble
Return Value
Type:
DoubleSee Also