at.tuwien.ifs.somtoolbox.output.labeling
Class AbstractLabeler
java.lang.Object
at.tuwien.ifs.somtoolbox.output.labeling.AbstractLabeler
- All Implemented Interfaces:
- Labeler
- Direct Known Subclasses:
- LabelSOM, LagusKeywordLabeler
public abstract class AbstractLabeler
- extends Object
- implements Labeler
This class provides basic functionality all Labelers can use. Classes providing labelling algortihm implementations
are advised to extend this class.
- Version:
- $Id: AbstractLabeler.java 4184 2011-03-01 14:17:39Z mayer $
- Author:
- Michael Dittenbach
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLabeler
public AbstractLabeler()
instantiate
public static Labeler instantiate(String lName)
throws ClassNotFoundException,
InstantiationException,
IllegalAccessException
- Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException
checkMaxDimensionality
protected int checkMaxDimensionality(InputData data,
int num)