/usr/share/dx/java/htmlpages/CCNet2.html is in dxsamples 4.2.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | <html><head>
<title>Open Visualization Data Explorer: Correlation</title>
</head>
<body bgcolor="#dddddd">
<p>
<table border = 0>
<tr>
<td>
<h3>...about the visualization</h3>
This program is use to visualized the correlation coefficient
of a spread sheet type data. Import data are the normalized
spread sheet data and correlation coefficient. The main image
is the lower triangle of the correlation coefficient matrix. The
invalid data is mark off as gray and also the autocorrelation
coeiffient is marked gray or white.
<p>
The entire matrix can be
displayed or just the highly postive and negative correlated pairs
are shown. The use can use the pick option of DX to choose an
element it wanted to exam, the net work then plots the normalized
data as a x y plot. Also displayed are the sensor number and
correlation coefficient.
<h3>...about pick mode</h3>
With the mouse, you can click on the lower
triangular correlation coefficient matrix.
The location picked will be displayed below and the
data at that location will be displayed beneath the
correlation coefficient matrix.
<br>
<b>
Location picked:
</br>
<applet
code="CaptionLabels.class" width = 202 height = 40
codebase=../
archive=htmlpages/dx.jar,htmlpages/samples.jar
MAYSCRIPT=true
>
<param name=BACKGROUND value="[0.86, 0.86, 0.86]">
<param name=FOREGROUND value="[0.0, 0.0, 0.0]">
<param name=DXLOutput0 value="DXLOutput_1">
<param name=FONT value="helvetica-bold-20">
</applet>
</td>
<td>
<table border = 2>
<tr bgcolor = black>
<td>
<applet
code="imageWindow.class" width = 464 height = 477
codebase=../
archive=htmlpages/dx.jar,htmlpages/samples.jar
MAYSCRIPT=true
>
<param name=INITIAL_IMAGE value="htmlpages/CCNet23.0.0.gif">
<param name=IMAGE_NODE value="Image_3">
</applet>
</td>
</tr>
<tr bgcolor = black>
<td>
<applet
code="CaptionLabels.class" width = 464 height = 29
codebase=../
archive=htmlpages/dx.jar,htmlpages/samples.jar
MAYSCRIPT=true
>
<param name=FOREGROUND value="[1.0, 1.0, 1.0]">
<param name=BACKGROUND value="[0.0, 0.0, 0.0]">
<param name=DXLOutput0 value="DXLOutput_2">
<param name=FONT value="helvetica-bold-20">
</applet>
</td>
</tr>
<tr bgcolor = black>
<td>
<applet
code="imageWindow.class" width = 466 height = 252
codebase=../
archive=htmlpages/dx.jar,htmlpages/samples.jar
MAYSCRIPT=true
>
<param name=INITIAL_IMAGE value="htmlpages/CCNet25.0.0.gif">
<param name=IMAGE_NODE value="Image_5">
</applet>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<applet
code="CCNet2.class" width = 415 height = 200
codebase=../
archive=htmlpages/dx.jar,htmlpages/samples.jar
MAYSCRIPT=true
>
<param name="name" value="CCNet2">
<param name=NETNAME value="CCNet2.net">
<param name=DXUIVERS value="4.1.1">
<param name=BACKGROUND value="[0.86, 0.86, 0.86]">
<param name=EXECUTE_ON_CHANGE value="true">
</applet>
</body>
</html>
|