Based on XOR neural network visualization here I have created a class that is capable to visualize 2-dimensional array of data.
Basic class is called cVisualize. It has 2 constructors:
public cVisualize(float [][] _data, int _dim);
public cVisualize(float [][] _data, int _dim, String _title);
_data - array of data to be visualized
_dim - dimension of the cube in which data are plotted
_title - title of the applet
The applet below demonstrates capabilities of the cVisualize class. By pressing a button you can change visualized data. Read description to know what data are being visualized. One of the example uses data got from a picture here.



Comments
RSS feed for comments to this post