public class Statistics
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int[][] |
data |
private Restart |
restart |
Constructor and Description |
---|
Statistics(java.lang.String statisticsFile) |
Modifier and Type | Method and Description |
---|---|
int |
getColumns() |
int |
getData(int i,
int j) |
int |
getRows() |
int |
getTotalCount(int index)
Returns the total value of analysed atoms used to do the statistics, which is stores in the last position (for every radius).
|
(package private) int[][] |
getWholeData()
Returns the entire data matrix that is working on.
|
private void |
readAndSetStatistics(java.lang.String fileName) |
(package private) void |
setData(int[][] rawData)
To properly initialise in the not abstract constructor
|
private int[][] data
private final Restart restart
public int getTotalCount(int index)
index
- public int getRows()
public int getColumns()
public int getData(int i, int j)
void setData(int[][] rawData)
rawData
- int[][] getWholeData()
private void readAndSetStatistics(java.lang.String fileName)