Package | Description |
---|---|
org.wandora.application.tools.som |
Modifier and Type | Field and Description |
---|---|
private SOMVector |
SOMNeuron.vector |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<Topic,SOMVector> |
SOMMap.samples |
Modifier and Type | Method and Description |
---|---|
SOMVector |
SOMVector.duplicate() |
SOMVector |
SOMMap.getSampleFor(Topic topic) |
SOMVector |
SOMNeuron.getSOMVector() |
SOMVector |
SOMClassifier.topicVector2SOMVector(Topic[] topicVector) |
Modifier and Type | Method and Description |
---|---|
private java.util.HashMap<Topic,SOMVector> |
SOMClassifier.buildInputVectors(java.util.HashMap<Topic,java.util.Set> inputSets) |
java.util.HashMap<Topic,SOMVector> |
SOMMap.getSamples() |
Modifier and Type | Method and Description |
---|---|
void |
SOMVector.add(SOMVector s) |
double |
SOMVector.distance(SOMVector other) |
Tuples.T3<java.lang.Integer,java.lang.Integer,SOMNeuron> |
SOMMap.getBMU(SOMVector v) |
void |
SOMMap.scaleNeighbours(Tuples.T3<java.lang.Integer,java.lang.Integer,SOMNeuron> bmu,
SOMVector input,
double t2) |
void |
SOMNeuron.setSOMVector(SOMVector v) |
void |
SOMVector.sub(SOMVector s) |
void |
SOMMap.train(Topic sampleTopic,
SOMVector sample,
double t) |
Constructor and Description |
---|
SOMNeuron(SOMVector v) |
Constructor and Description |
---|
SOMMap(java.util.HashMap<Topic,SOMVector> samples,
WandoraTool parent) |
Copyright 2004-2015 Wandora Team