- java.lang.Object
-
- org.apache.commons.math3.ml.neuralnet.twod.util.LocationFinder.Location
-
-
Constructor Summary
Constructors
Constructor and Description |
Location(int row,
int column) |
-
Method Summary
-
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–2020 The Apache Software Foundation. All rights reserved.