| Modifier and Type | Field and Description |
|---|---|
protected double[] |
measure |
protected int |
size |
| Constructor and Description |
|---|
Measure(int size) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Integer,java.lang.String> |
getInt2String() |
double[] |
getMeasure() |
int |
getSize() |
void |
renormalize()
Renormalizes the measure
|
void |
setInt2String(java.util.Map<java.lang.Integer,java.lang.String> int2String) |
void |
setMeasure(double[] measure) |
void |
setSize(int size) |
void |
toOnes() |
void |
toZeros() |
public void renormalize()
public void toZeros()
public void toOnes()
public java.util.Map<java.lang.Integer,java.lang.String> getInt2String()
public void setInt2String(java.util.Map<java.lang.Integer,java.lang.String> int2String)
public double[] getMeasure()
public void setMeasure(double[] measure)
public int getSize()
public void setSize(int size)