- java.lang.Object
-
- org.apache.commons.math3.ml.neuralnet.twod.util.LocationFinder.Location
-
-
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
-
-
Method Detail
-
getRow
public int getRow()
- Returns:
- the row index.
-
getColumn
public int getColumn()
- Returns:
- the column index.
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.