|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fcmodeler.jsomap.OnlineWGUpdater
Constructor Summary | |
OnlineWGUpdater()
Creates new OnlineWGUpdater |
Method Summary | |
void |
update(jsomap.map.Model model,
jsomap.map.Node winner,
jsomap.map.Map map,
jsomap.algorithm.parameters.Kernel kernel,
jsomap.data.Pattern pattern,
int iteration)
Updates the specified model using the specified pattern and the other parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OnlineWGUpdater()
Method Detail |
public void update(jsomap.map.Model model, jsomap.map.Node winner, jsomap.map.Map map, jsomap.algorithm.parameters.Kernel kernel, jsomap.data.Pattern pattern, int iteration)
update
in interface jsomap.algorithm.parameters.OnlineUpdater
model
- the model to update.winner
- the winning node.map
- the map.kernel
- the kernel function.pattern
- the pattern used to update the model.iteration
- the current iteration number.NullPointerException
- if any of the parameters are null
.java.lang.IllegalArgumentException
- if iteration < 0
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |