public class HistogramScene
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
double[] |
histogram
Normalized word frequency histogram.
|
int |
type
The type of scene the image was representative of
|
| Constructor and Description |
|---|
HistogramScene() |
HistogramScene(int numWords) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getHistogram() |
int |
getType() |
void |
setHistogram(double[] original) |
void |
setType(int type) |
public double[] histogram
public int type