public class SOMClass extends Object
Modifier and Type | Field and Description |
---|---|
int |
classIndex |
boolean |
finished |
double |
hits |
int |
relationNum |
double |
relationWeight |
double |
share |
Constructor and Description |
---|
SOMClass(int classIndex,
double hits)
Creates a new instance of SOMClass
|