Class LocationFinder.Location
- 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.
-
-
Constructor Summary
Constructors Constructor Description Location(int row, int column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumn()
int
getRow()
-