Table of Contents

Class: HutSOM compClust/mlx/wrapper/HutSOM.py
Base Classes   
ML_Algorithm.ML_Algorithm
Methods   
__create_matlab_startup_file__
__init__
copy
getLabeling
getModel
run
validate
  __create_matlab_startup_file__ 
__create_matlab_startup_file__ (
        self,
        temp_dir_name,
        parameters,
        )

startup_filename = create_matlab_startup_file(temp_dir_name, parameters)

Creates a Matlab startup filename (startup.m) in the given temporary directory (which must already exist) suitable for running the Helsinki University of Technology (HUT) SOM Toolbox. Parameters is a dictionary containing all required parameters to write the starup file.

The full-path of the starup filename is returned.

  __init__ 
__init__ (
        self,
        dataset=None,
        parameters=None,
        )

  copy 
copy ( self )

  getLabeling 
getLabeling ( self )

  getModel 
getModel ( self )

  run 
run ( self )

run(parameter_filename, data_filename, output_filename)

Prepares the inputs to the clustering algorithm and runs it.

  validate 
validate ( self )

validate_parameters(parameters)

Ensures that all parameters and environment variables nescessary to run the SOM Toolbox are defined.


Table of Contents

This document was automatically generated on Wed Aug 27 14:25:04 2003 by HappyDoc version 2.1