Click or drag to resize
Accord.NET (logo)

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()
Request Example View Source

Return Value

Type: TupleInt32, Int32
See Also