public class TableAverage extends Object
| Modifier and Type | Field and Description |
|---|---|
HashMap |
rows
A HashMap of HashMap(s), which are the columns.
|
HashMap |
weights
A HashMap of Distribution(s).
|
| Constructor and Description |
|---|
TableAverage() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(String text) |
void |
addRow(String text) |
void |
addTable(Table t) |
static void |
main(String[] args) |
Table |
toTable()
Convert the TableAverage to a Table by converting each Distribution
to a String value of the numerator divided by the denominator.
|
public HashMap rows
public HashMap weights
public void addRow(String text)
public void addTable(Table t)
public void addColumn(String text)
public Table toTable()
public static void main(String[] args)
Copyright © 2015. All rights reserved.