com.rapidminer.gui.plotter.som
Interface SOMMatrixColorizer

All Known Implementing Classes:
SOMClassColorizer, SOMFireColorizer, SOMGreyColorizer, SOMLandscapeColorizer

public interface SOMMatrixColorizer

This is the interface for every visualization of a SOM map. It contains only one method, which returns a color for a double value. The double value represents something like the height of the SOM map at one point and should represent this in the returned color.

Author:
Sebastian Land

Method Summary
 java.awt.Color getPointColor(double value)
           
 

Method Detail

getPointColor

java.awt.Color getPointColor(double value)


Copyright © 2001-2009 by Rapid-I