|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbiosim.app.fishknn.FishKNN
biosim.app.fishknn.FishZones
public class FishZones
| Field Summary | |
|---|---|
static double |
HEIGHT
|
static double |
WIDTH
|
| Fields inherited from class biosim.app.fishknn.FishKNN |
|---|
CLASSES, FEATURE_WEIGHTS, FEATURES, KNN_NEIGHBORS, MIRROR_TRAINING_DATA, USE_WEIGHTS, WALLS |
| Constructor Summary | |
|---|---|
FishZones(AbstractFish b)
|
|
| Method Summary | |
|---|---|
void |
act(double time)
|
void |
finish()
|
void |
init()
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class biosim.app.fishknn.FishKNN |
|---|
loadKNN |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double WIDTH
public static final double HEIGHT
| Constructor Detail |
|---|
public FishZones(AbstractFish b)
| Method Detail |
|---|
public void init()
init in interface Agentinit in class FishKNNpublic void finish()
finish in interface Agentfinish in class FishKNNpublic void act(double time)
act in interface Agentact in class FishKNNpublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||