public class Retina extends Object
| Constructor and Description |
|---|
Retina()
Creates a new instance of
Retina. |
Retina(String retinaName,
String retinaDescription,
long numTerms,
int numberOfRows,
int numberOfColumns)
Creates a new instance of
Retina. |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfColumns() |
int |
getNumberOfRows() |
long |
getNumberOfTermsInRetina() |
String |
getRetinaDescription() |
String |
getRetinaName() |
public Retina()
Retina.public Retina(String retinaName, String retinaDescription, long numTerms, int numberOfRows, int numberOfColumns)
Retina.retinaName - : the name of the retina.retinaDescription - : a description of the retina.dimensions - : the dimensions of the retina.numTerms - : number of terms in this retina.public String getRetinaName()
public long getNumberOfTermsInRetina()
public String getRetinaDescription()
public int getNumberOfRows()
public int getNumberOfColumns()
Copyright © 2015. All rights reserved.