public interface Labeler
| Modifier and Type | Method and Description |
|---|---|
void |
label(GHSOM ghsom,
InputData data,
int num) |
void |
label(GrowingSOM gsom,
InputData data,
int num)
Determines and adds labels to the units of a GrowingSOM (should be NetworkModel in the future).
|
void |
label(GrowingSOM gsom,
InputData data,
int num,
boolean ignoreLabelsWithZero) |
void label(GrowingSOM gsom, InputData data, int num)
gsom - The GrowingSOM to be labeled.data - The data that is already mapped onto the GrowingSOMnum - The number of labels per node.void label(GrowingSOM gsom, InputData data, int num, boolean ignoreLabelsWithZero)