Click or drag to resize
Accord.NET (logo)

ClassPair Constructor

Initializes a new instance of the ClassPair struct.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public ClassPair(
	int i,
	int j
)
Request Example View Source

Parameters

i
Type: SystemInt32
The first class index in the pair.
j
Type: SystemInt32
The second class index in the pair.
See Also