Uses of Class
at.tuwien.ifs.somtoolbox.models.GHSOM

Packages that use GHSOM
at.tuwien.ifs.somtoolbox.output Provides classes to write trained SOMs to files for future re-use. 
at.tuwien.ifs.somtoolbox.output.labeling Provides implementations of labeling algorithms to assign semantic labels to SOM units. 
at.tuwien.ifs.somtoolbox.reportgenerator   
 

Uses of GHSOM in at.tuwien.ifs.somtoolbox.output
 

Methods in at.tuwien.ifs.somtoolbox.output with parameters of type GHSOM
 void HTMLOutputter.write(GHSOM ghsom, String fDir, String fName)
           
static void SOMLibMapOutputter.write(GHSOM ghsom, String fDir, String fName, boolean gzipped, SOMProperties somProps, FileProperties fileProps)
           
 void HTMLOutputter.write(GHSOM ghsom, String fDir, String fName, String[] dataNames)
          Writes the HTML representation of a GHSOM to a file.
static void SOMLibMapOutputter.writeDataWinnerMappingFile(GHSOM ghsom, InputData data, int numWinners, String fDir, String fName, boolean gzipped)
           
 

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

Methods in at.tuwien.ifs.somtoolbox.output.labeling with parameters of type GHSOM
 void Labeler.label(GHSOM ghsom, InputData data, int num)
           
 void LagusKeywordLabeler.label(GHSOM ghsom, InputData data, int num)
           
 void LabelSOM.label(GHSOM ghsom, InputData data, int num)
           
 

Uses of GHSOM in at.tuwien.ifs.somtoolbox.reportgenerator
 

Fields in at.tuwien.ifs.somtoolbox.reportgenerator declared as GHSOM
private  GHSOM GHSOMTestRunResult.ghsom
           
 

Methods in at.tuwien.ifs.somtoolbox.reportgenerator that return GHSOM
 GHSOM GHSOMTestRunResult.getGHSOM()
          returns a GHSOM representing the SOM trained in this run