Serialized Form
-
Package coconad
-
Class coconad.CoCoGUI
class CoCoGUI extends dialog.TabbedGUI implements Serializable- serialVersionUID:
- 65555L
-
Serialized Fields
-
alpha
JTextField alpha
the item probability dispersion factor -
beg
JTextField beg
the beginning of the event/time range -
comps
Component[] comps
the components to enable/disable or hide/set visible -
delta
JTextField delta
the block size (time interval) for blocked permutations -
end
JTextField end
the end of the event/time range -
fn_out
JTextField fn_out
the pattern/item set output file file -
fn_psp
JTextField fn_psp
the pattern spectrum file -
fn_tns
JTextField fn_tns
the trains file -
header
JTextField header
the record header for the item set output -
itemsep
JTextField itemsep
the item separator for the item set output -
maxsize
JSpinner maxsize
the maximum size of an item set -
minsize
JSpinner minsize
the minimum size of an item set -
minsupp
JSpinner minsupp
the minimum support of an item set -
outfmt
JTextField outfmt
the output format for the support information -
pdf
JComboBox<String> pdf
the probability density function for the surrogates -
pspsep
JTextField pspsep
the field separator for the pattern spectrum -
psr
JComboBox<String> psr
the pattern set reduction method -
seed
JTextField seed
the seed for the pseudo-random number generator -
sigma
JTextField sigma
the sigma parameter for the probability density function -
smpls
JSpinner smpls
the number of samples to draw per item set size -
suborig
JComboBox<String> suborig
the target pattern subtype for original data -
subsurr
JComboBox<String> subsurr
the target pattern subtype for surrogates -
surcnt
JSpinner surcnt
the number of surrogate data sets -
surr
JComboBox<String> surr
the surrogate data generation method -
target
JComboBox<String> target
the target pattern type -
width
JTextField width
the width of the time window/maximum distance
-
-
Class coconad.Train
class Train extends Object implements Serializable- serialVersionUID:
- 65537L
-
Serialized Fields
-
cnt
int cnt
the current number of times -
ibase
util.IdMap ibase
the underlying item base -
item
int item
the associated item identifier -
max
double max
the maximal time -
min
double min
the minimal time -
nid
int nid
the associated numeric identifier (item name is numeric) -
times
double[] times
the times of the train
-
-
Class coconad.TrainPanel
class TrainPanel extends JPanel implements Serializable- serialVersionUID:
- 65536L
-
Serialized Fields
-
beg
double beg
the beginning of the time range to display -
color
Color color
the color of the dots/lines for the events/spikes -
end
double end
the end of the time range to display -
rowht
int rowht
the height of a row for a train in pixels -
scale
double scale
the scaling factor for the time dimension (horizontal axis) -
trains
TrainSet trains
the train set to display
-
-
Class coconad.TrainSet
class TrainSet extends Object implements Serializable- serialVersionUID:
- 65536L
-
Serialized Fields
-
cnt
int cnt
the current number of trains -
ibase
util.IdMap ibase
the underlying item base -
max
double max
the maximum event/spike time -
maxlen
int maxlen
the maximal length of a train -
min
double min
the minimum event/spike time -
trains
Train[] trains
the set of trains
-
-
Class coconad.TrainView
class TrainView extends JFrame implements Serializable- serialVersionUID:
- 65538L
-
Serialized Fields
-
about
dialog.AboutDialog about
the "About..." dialog box -
beg
JTextField beg
the beginning of the time range to display -
chooser
JFileChooser chooser
the file chooser -
colsel
dialog.ColorDialog colsel
the color selection dialog box -
curr
File curr
the current trains file -
end
JTextField end
the end of the time range to display -
format
dialog.FormatDialog format
the data format dialog box -
layout
JDialog layout
the layout dialog box -
mode
int mode
the mode flags -
owner
Component owner
the owner of this bar chart -
panel
TrainPanel panel
the train view panel -
rowht
JSpinner rowht
the height of each train row in pixels -
scale
JTextField scale
the scaling factor for the horizontal dimension -
status
JTextField status
the status bar for messages
-
-