|
DecisionToTuple Method
|
Converts to a triplet (class_a, class_b, winner).
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public Tuple<int, int, int> ToTuple()
Public Function ToTuple As Tuple(Of Integer, Integer, Integer)
Request Example
View SourceReturn Value
Type:
TupleInt32,
Int32,
Int32See Also