|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdatabionics.esom.renderer.background.BackgroundRenderer
databionics.esom.renderer.background.SmoothedDataHistoRenderer
public class SmoothedDataHistoRenderer
Smoothed Data Histogram (SDH) background renderer as proposed by Pampalk. Each neuron acts as a histogram bin. Each data point throws decreasing weights in the k closest neurons bins.
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
log
interface to log4j system |
protected int |
smoothFactor
the smooth parameter |
| Fields inherited from class databionics.esom.renderer.background.BackgroundRenderer |
|---|
bmChanged, cacheMatrix, lrnChanged, paramChanged, renderer, wtsChanged |
| Constructor Summary | |
|---|---|
SmoothedDataHistoRenderer()
Standard constructor |
|
| Method Summary | |
|---|---|
int |
getSmoothFactor()
Get the smooth parameter |
void |
init()
Optional initialization of background renderer. |
boolean |
isColorBackground()
Whether this background renderer returns color matrix. |
cern.colt.matrix.DoubleMatrix2D |
render(Renderer renderer)
Calculate the height above each neuron with the SDH method. |
void |
setSmoothFactor(int smoothFactor)
Set the smooth parameter |
| Methods inherited from class databionics.esom.renderer.background.BackgroundRenderer |
|---|
bmChanged, getCaption, getRenderer, lrnChanged, paramChanged, resetCache, setRenderer, wtsChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.log4j.Logger log
protected int smoothFactor
| Constructor Detail |
|---|
public SmoothedDataHistoRenderer()
| Method Detail |
|---|
public cern.colt.matrix.DoubleMatrix2D render(Renderer renderer)
render in class BackgroundRendererrenderer - The invoking Rendererpublic boolean isColorBackground()
BackgroundRenderer
isColorBackground in class BackgroundRendererpublic void init()
BackgroundRenderer
init in class BackgroundRendererpublic int getSmoothFactor()
public void setSmoothFactor(int smoothFactor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||