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