|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--fcmodeler.jsomap.BatchWGUpdater
| Constructor Summary | |
BatchWGUpdater()
Creates new BatchWGUpdater |
|
| Method Summary | |
void |
update(jsomap.map.Model model,
jsomap.map.Map map,
jsomap.algorithm.parameters.Kernel kernel,
java.util.List patterns,
int iteration)
Updates the specified model using the distribution of patterns 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 BatchWGUpdater()
| Method Detail |
public void update(jsomap.map.Model model,
jsomap.map.Map map,
jsomap.algorithm.parameters.Kernel kernel,
java.util.List patterns,
int iteration)
List is a Set, containing the patterns assigned to the
node at that index.update in interface jsomap.algorithm.parameters.BatchUpdatermodel - the model to update.map - the map.kernel - the kernel function.patterns - the distribution of patterns.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 | ||||||||