Class PreviousSetMatchesTests
Inheritance
PreviousSetMatchesTests
Syntax
public class PreviousSetMatchesTests
Methods
Add(List<Int32[]>)
Declaration
public void Add(List<int[]> usedCombos)
Parameters
Type |
Name |
Description |
List<Int32[]> |
usedCombos |
|
CheckPrevious(List<Int32[]>, KeyValuePair<Int32, Single>[], Boolean)
Declaration
public void CheckPrevious(List<int[]> usedCombos, KeyValuePair<int, float>[] hypothesis, bool expected)
Parameters
Constructor(Int32, Int32)
Declaration
public void Constructor(int setSize, int capacity)
Parameters
Type |
Name |
Description |
Int32 |
setSize |
|
Int32 |
capacity |
|