comirva.mlearn.ghsom
Class WebCoocGroupPrototypeFinder

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

public class WebCoocGroupPrototypeFinder
extends Object
implements GhSomPrototypeFinder

See Also:
Serialized Form

Field Summary
static int CALC_TYPE_WEBCOOC
           
static int CALC_TYPE_WEBCOOC_NUMBER_OF_OCCS
           
 
Constructor Summary
WebCoocGroupPrototypeFinder(int calculationType)
           
 
Method Summary
 CoOccurrencePrototypeFinder getCoOccurrencePrototypeFinder()
           
 String getPrototype(GHSOM currentSOM, int somUnitIndex)
           
 void setCoOccurrencePrototypeFinder(CoOccurrencePrototypeFinder coOccurrencePrototypeFinder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CALC_TYPE_WEBCOOC

public static final int CALC_TYPE_WEBCOOC
See Also:
Constant Field Values

CALC_TYPE_WEBCOOC_NUMBER_OF_OCCS

public static final int CALC_TYPE_WEBCOOC_NUMBER_OF_OCCS
See Also:
Constant Field Values
Constructor Detail

WebCoocGroupPrototypeFinder

public WebCoocGroupPrototypeFinder(int calculationType)
Method Detail

getPrototype

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

getCoOccurrencePrototypeFinder

public CoOccurrencePrototypeFinder getCoOccurrencePrototypeFinder()

setCoOccurrencePrototypeFinder

public void setCoOccurrencePrototypeFinder(CoOccurrencePrototypeFinder coOccurrencePrototypeFinder)