|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdatabionics.esom.train.SOM
databionics.esom.train.Batch2SOM
public class Batch2SOM
batch version of SOM Training, without counting more hits, just update everything after whole epoche
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
log
interface to log4j system |
| Fields inherited from class databionics.esom.train.SOM |
|---|
bestmatches, bmSearch, bmStat, bmStatNeeded, center, classes, count, data, descriptives, distanceFunction, distances, epoch, epochs, grid, initMethod, keys, lrn, neighborhood, neuron, nf, offline, oldBestmatches, online, pattern, permutation, permutations, permute, qerror, radius, radiusCooling, random, rate, rateCooling, saveEpoch, saveEpoches, savePrefix, saveUMatrix, view |
| Constructor Summary | |
|---|---|
Batch2SOM()
Standard constructor |
|
| Method Summary | |
|---|---|
void |
afterEpoch()
Now, the neurons are updated. |
void |
update(cern.colt.matrix.DoubleMatrix1D vector,
int bm,
int pos)
Empty implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.log4j.Logger log
| Constructor Detail |
|---|
public Batch2SOM()
| Method Detail |
|---|
public void update(cern.colt.matrix.DoubleMatrix1D vector,
int bm,
int pos)
update in class SOMvector - vector of databm - index of bestmatching neuronpublic void afterEpoch()
afterEpoch in class SOM
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||