public class AnalysisBlock
extends java.lang.Object
Constructor and Description |
---|
AnalysisBlock()
Create a new analysis block
|
AnalysisBlock(float[] words)
Create a new analysis block with the values
|
Modifier and Type | Method and Description |
---|---|
void |
setValues(float[] values)
Set the analysis block values
|
java.lang.String |
toString()
Print out the analysis block
|