Uses of Interface
at.tuwien.ifs.somtoolbox.output.labeling.Labeler

Packages that use Labeler
at.tuwien.ifs.somtoolbox.output.labeling Provides implementations of labeling algorithms to assign semantic labels to SOM units. 
 

Uses of Labeler in at.tuwien.ifs.somtoolbox.output.labeling
 

Classes in at.tuwien.ifs.somtoolbox.output.labeling that implement Labeler
 class AbstractLabeler
          This class provides basic functionality all Labelers can use.
 class LabelSOM
          Implements the LabelSOM labelling method, as described in A.
 class LagusKeywordLabeler
          Implements the Keyword selection labelling method, as described in Lagus, K.
 

Methods in at.tuwien.ifs.somtoolbox.output.labeling that return Labeler
static Labeler AbstractLabeler.instantiate(String lName)