comirva.mlearn.ghsom
Class MeanPrototypeFinder

java.lang.Object
  extended by comirva.mlearn.ghsom.MeanPrototypeFinder
All Implemented Interfaces:
GhSomIndividualPrototypeFinder, GhSomPrototypeFinder, Serializable

public class MeanPrototypeFinder
extends Object
implements GhSomIndividualPrototypeFinder

See Also:
Serialized Form

Constructor Summary
MeanPrototypeFinder()
           
 
Method Summary
 int getIndexOfPrototype(GHSOM currentSOM, int somUnitIndex)
           
 String getPrototype(GHSOM currentSOM, int somUnitIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeanPrototypeFinder

public MeanPrototypeFinder()
Method Detail

getPrototype

public String getPrototype(GHSOM currentSOM,
                           int somUnitIndex)
Specified by:
getPrototype in interface GhSomPrototypeFinder

getIndexOfPrototype

public int getIndexOfPrototype(GHSOM currentSOM,
                               int somUnitIndex)
Specified by:
getIndexOfPrototype in interface GhSomIndividualPrototypeFinder