- java.lang.Object
-
- org.apache.commons.math3.ml.neuralnet.twod.util.LocationFinder.Location
-
- Enclosing class:
- LocationFinder
public static class LocationFinder.Location
extends java.lang.Object
Container holding a (row, column) pair.
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
private int |
column
Column index.
|
private int |
row
Row index.
|
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
int |
getColumn() |
int |
getRow() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
row
private final int row
Row index.
-
column
private final int column
Column index.
-
Method Detail
-
getRow
public int getRow()
- Returns:
- the row index.
-
getColumn
public int getColumn()
- Returns:
- the column index.
Copyright (c) 2003-2017 Apache Software Foundation