|
ScoreTaggerBaseTInputScores Method (TInput, Int32, Double)
|
Computes numerical scores measuring the association between
each of the given sequences vectors and each
possible class.
Namespace:
Accord.MachineLearning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public abstract double[][][] Scores(
TInput[][] sequences,
ref int[][] decision,
double[][][] result
)
Public MustOverride Function Scores (
sequences As TInput()(),
ByRef decision As Integer()(),
result As Double()()()
) As Double()()()
Request Example
View SourceParameters
- sequences
- Type: TInput
- decision
- Type: SystemInt32
- result
- Type: SystemDouble
Return Value
Type:
DoubleImplements
IScoreTaggerTInputScores(TInput, Int32, Double)See Also