Public Member Functions | |
| CombineCoOccurrence (int[] iHeader, int[] jHeader, ArrayList arrAllCoOccurrence) | |
| Create a new co-occurrence combination object. | |
| ArrayList | getCoOccurrence (int distance) |
| double[,] | getCoOccurrence (int distance, int direction) |
| Get a particular co-occurrence matrix, given displacement and direction. | |
Properties | |
| int[] | I [get] |
| Get array of co-occurrence row values. | |
| int[] | J [get] |
| Get array of co-occurrence column values. | |
Private Attributes | |
| int[] | x_I |
| Co-occurrence row values. | |
| int[] | x_J |
| Co-occurrence column values. | |
| ArrayList | x_AllCoOccurrence |
| ArrayList (by displacement) of ArrayLists (by direction) of two-dimensional double arrays (co-occurrence matrices). | |
This class holds all co-occurrence matrices for a particular matrix, in the form of nested ArrayLists (first by distance and then by direction).
| BRISC::Core::CombineCoOccurrence::CombineCoOccurrence | ( | int[] | iHeader, | |
| int[] | jHeader, | |||
| ArrayList | arrAllCoOccurrence | |||
| ) | [inline] |
Create a new co-occurrence combination object.
| iHeader | Co-occurrence row values | |
| jHeader | Co-occurrence column values | |
| arrAllCoOccurrence | ArrayList (by displacement) of ArrayLists (by direction) of two-dimensional double arrays (co-occurrence matrices) |
| double [,] BRISC::Core::CombineCoOccurrence::getCoOccurrence | ( | int | distance, | |
| int | direction | |||
| ) | [inline] |
Get a particular co-occurrence matrix, given displacement and direction.
| distance | Desired displacement | |
| direction | Desired direction |
| ArrayList BRISC::Core::CombineCoOccurrence::getCoOccurrence | ( | int | distance | ) | [inline] |
| distance | Desired displacement |
1.4.7