|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.tuwien.ifs.somtoolbox.layers.initialisation.PCAInitializer
public class PCAInitializer
SOM Principal Component Initializer
Field Summary | |
---|---|
private InputData |
data
|
private int |
dim
|
private Layer |
layer
|
private int |
xSize
|
private int |
ySize
|
private int |
zSize
|
Constructor Summary | |
---|---|
PCAInitializer(Layer layer,
int size,
int size2,
int size3,
InputData data,
int dim)
|
Method Summary | |
---|---|
Unit[][][] |
initialize()
Initialize the SOM Layer using Principal Component Analysis |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Layer layer
private int xSize
private int ySize
private int zSize
private InputData data
private int dim
Constructor Detail |
---|
public PCAInitializer(Layer layer, int size, int size2, int size3, InputData data, int dim)
Method Detail |
---|
public Unit[][][] initialize()
initialize
in interface LayerInitializer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |