Serialized Form
serialVersionUID: 1020L
baseTime
long baseTime
elapsedTime
long elapsedTime
Package cern.colt.bitvector |
columns
int columns
rows
int rows
bits
long[] bits
bits
long[] bits
- The bits of this object. The ith bit is stored in bits[i/64] at
bit position i % 64 (where bit position 0 refers to the least
significant bit and 63 refers to the most significant bit).
-
nbits
int nbits
target
DoubleBufferConsumer target
elements
double[] elements
list
DoubleArrayList list
capacity
int capacity
size
int size
target
DoubleBuffer2DConsumer target
xElements
double[] xElements
yElements
double[] yElements
xList
DoubleArrayList xList
yList
DoubleArrayList yList
capacity
int capacity
size
int size
target
DoubleBuffer3DConsumer target
xElements
double[] xElements
yElements
double[] yElements
zElements
double[] zElements
xList
DoubleArrayList xList
yList
DoubleArrayList yList
zList
DoubleArrayList zList
capacity
int capacity
size
int size
target
IntBufferConsumer target
elements
int[] elements
list
IntArrayList list
capacity
int capacity
size
int size
target
IntBuffer2DConsumer target
xElements
int[] xElements
yElements
int[] yElements
xList
IntArrayList xList
yList
IntArrayList yList
capacity
int capacity
size
int size
target
IntBuffer3DConsumer target
xElements
int[] xElements
yElements
int[] yElements
zElements
int[] zElements
xList
IntArrayList xList
yList
IntArrayList yList
zList
IntArrayList zList
capacity
int capacity
size
int size
target
ObjectBufferConsumer target
elements
java.lang.Object[] elements
list
ObjectArrayList list
capacity
int capacity
size
int size
size
int size
- The size of the list.
This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!!
If you violate this principle in subclasses, you should exactly know what you are doing.
-
size
int size
- The size of the list.
This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!!
If you violate this principle in subclasses, you should exactly know what you are doing.
-
size
int size
- The size of the list.
This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!!
If you violate this principle in subclasses, you should exactly know what you are doing.
-
size
int size
- The size of the list.
This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!!
If you violate this principle in subclasses, you should exactly know what you are doing.
-
size
int size
- The size of the list.
This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!!
If you violate this principle in subclasses, you should exactly know what you are doing.
-
size
int size
- The size of the list.
This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!!
If you violate this principle in subclasses, you should exactly know what you are doing.
-
size
int size
- The size of the list.
This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!!
If you violate this principle in subclasses, you should exactly know what you are doing.
-
size
int size
- The size of the list.
This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!!
If you violate this principle in subclasses, you should exactly know what you are doing.
-
elements
boolean[] elements
- The array buffer into which the elements of the list are stored.
The capacity of the list is the length of this array buffer.
-
elements
byte[] elements
- The array buffer into which the elements of the list are stored.
The capacity of the list is the length of this array buffer.
-
elements
char[] elements
- The array buffer into which the elements of the list are stored.
The capacity of the list is the length of this array buffer.
-
distinctValues
long[] distinctValues
elements
MinMaxNumberList elements
elements
double[] elements
- The array buffer into which the elements of the list are stored.
The capacity of the list is the length of this array buffer.
-
elements
float[] elements
- The array buffer into which the elements of the list are stored.
The capacity of the list is the length of this array buffer.
-
elements
int[] elements
- The array buffer into which the elements of the list are stored.
The capacity of the list is the length of this array buffer.
-
elements
long[] elements
- The array buffer into which the elements of the list are stored.
The capacity of the list is the length of this array buffer.
-
minValue
long minValue
bitsPerElement
int bitsPerElement
bits
long[] bits
capacity
int capacity
elements
java.lang.Object[] elements
- The array buffer into which the elements of the list are stored.
The capacity of the list is the length of this array buffer.
-
size
int size
- The size of the list.
-
elements
short[] elements
- The array buffer into which the elements of the list are stored.
The capacity of the list is the length of this array buffer.
-
elements
long[] elements
- The array buffer into which the elements of the list are stored.
The capacity of the list is the length of this array buffer.
-
size
int size
- The size of the list.
-
distinct
int distinct
- The number of distinct associations in the map; its "size()".
lowWaterMark
int lowWaterMark
- The table capacity c=table.length always satisfies the invariant
c * minLoadFactor <= s <= c * maxLoadFactor, where s=size() is the number of associations currently contained.
The term "c * minLoadFactor" is called the "lowWaterMark", "c * maxLoadFactor" is called the "highWaterMark".
In other words, the table capacity (and proportionally the memory used by this class) oscillates within these constraints.
The terms are precomputed and cached to avoid recalculating them each time put(..) or removeKey(...) is called.
highWaterMark
int highWaterMark
minLoadFactor
double minLoadFactor
- The minimum load factor for the hashtable.
maxLoadFactor
double maxLoadFactor
- The maximum load factor for the hashtable.
table
double[] table
- The hash table keys.
-
values
int[] values
- The hash table values.
-
state
byte[] state
- The state of each hash table entry (FREE, FULL, REMOVED).
-
freeEntries
int freeEntries
- The number of table entries in state==FREE.
-
table
int[] table
- The hash table keys.
-
values
double[] values
- The hash table values.
-
state
byte[] state
- The state of each hash table entry (FREE, FULL, REMOVED).
-
freeEntries
int freeEntries
- The number of table entries in state==FREE.
-
table
int[] table
- The hash table keys.
-
values
int[] values
- The hash table values.
-
state
byte[] state
- The state of each hash table entry (FREE, FULL, REMOVED).
-
freeEntries
int freeEntries
- The number of table entries in state==FREE.
-
table
int[] table
- The hash table keys.
-
values
java.lang.Object[] values
- The hash table values.
-
state
byte[] state
- The state of each hash table entry (FREE, FULL, REMOVED).
-
freeEntries
int freeEntries
- The number of table entries in state==FREE.
-
table
long[] table
- The hash table keys.
-
values
java.lang.Object[] values
- The hash table values.
-
state
byte[] state
- The state of each hash table entry (FREE, FULL, REMOVED).
-
freeEntries
int freeEntries
- The number of table entries in state==FREE.
-
Package cern.colt.matrix.doublealgo |
Package cern.colt.matrix.impl |
alignment
java.lang.String alignment
- The default format string for formatting a single cell value; currently "%G".
format
java.lang.String format
- The default format string for formatting a single cell value; currently "%G".
minColumnWidth
int minColumnWidth
- The default minimum number of characters a column may have; currently 1.
columnSeparator
java.lang.String columnSeparator
- The default string separating any two columns from another; currently " ".
rowSeparator
java.lang.String rowSeparator
- The default string separating any two rows from another; currently "\n".
sliceSeparator
java.lang.String sliceSeparator
- The default string separating any two slices from another; currently "\n\n".
printShape
boolean printShape
- Tells whether String representations are to be preceded with summary of the shape; currently true.
isNoView
boolean isNoView
size
int size
- the number of cells this matrix (view) has
zero
int zero
- the index of the first element
stride
int stride
- the number of indexes between any two elements, i.e. index(i+1) - index(i).
columns
int columns
- the number of colums and rows this matrix (view) has
rows
int rows
- the number of colums and rows this matrix (view) has
rowStride
int rowStride
- the number of elements between two rows, i.e. index(i+1,j,k) - index(i,j,k).
columnStride
int columnStride
- the number of elements between two columns, i.e. index(i,j+1,k) - index(i,j,k).
rowZero
int rowZero
- the index of the first element
columnZero
int columnZero
- the index of the first element
slices
int slices
- the number of slices this matrix (view) has
rows
int rows
- the number of rows this matrix (view) has
columns
int columns
- the number of columns this matrix (view) has
sliceStride
int sliceStride
- the number of elements between two slices, i.e. index(k+1,i,j) - index(k,i,j).
rowStride
int rowStride
- the number of elements between two rows, i.e. index(k,i+1,j) - index(k,i,j).
columnStride
int columnStride
- the number of elements between two columns, i.e. index(k,i,j+1) - index(k,i,j).
sliceZero
int sliceZero
- the index of the first element
rowZero
int rowZero
- the index of the first element
columnZero
int columnZero
- the index of the first element
elements
double[] elements
- The elements of this matrix.
serialVersionUID: 1020177651L
elements
double[] elements
- The elements of this matrix.
elements are stored in row major, i.e.
index==row*columns + column
columnOf(index)==index%columns
rowOf(index)==index/columns
i.e. {row0 column0..m}, {row1 column0..m}, ..., {rown column0..m}
elements
double[] elements
- The elements of this matrix.
elements are stored in slice major, then row major, then column major, in order of significance, i.e.
index==slice*sliceStride+ row*rowStride + column*columnStride
i.e. {slice0 row0..m}, {slice1 row0..m}, ..., {sliceN row0..m}
with each row storead as
{row0 column0..m}, {row1 column0..m}, ..., {rown column0..m}
elements
java.lang.Object[] elements
- The elements of this matrix.
elements
java.lang.Object[] elements
- The elements of this matrix.
elements are stored in row major, i.e.
index==row*columns + column
columnOf(index)==index%columns
rowOf(index)==index/columns
i.e. {row0 column0..m}, {row1 column0..m}, ..., {rown column0..m}
elements
java.lang.Object[] elements
- The elements of this matrix.
elements are stored in slice major, then row major, then column major, in order of significance, i.e.
index==slice*sliceStride+ row*rowStride + column*columnStride
i.e. {slice0 row0..m}, {slice1 row0..m}, ..., {sliceN row0..m}
with each row storead as
{row0 column0..m}, {row1 column0..m}, ..., {rown column0..m}
indexes
IntArrayList indexes
values
DoubleArrayList values
starts
int[] starts
elements
AbstractIntDoubleMap elements
elements
AbstractIntDoubleMap elements
dummy
int dummy
elements
AbstractIntDoubleMap elements
elements
AbstractIntObjectMap elements
elements
AbstractIntObjectMap elements
elements
AbstractIntObjectMap elements
Package cern.colt.matrix.linalg |
property
Property property
- The property object attached to this instance.
serialVersionUID: 1020L
L
DoubleMatrix2D L
- Array for internal storage of decomposition.
- internal array storage.
n
int n
- Row and column dimension (square matrix).
- matrix dimension.
isSymmetricPositiveDefinite
boolean isSymmetricPositiveDefinite
- Symmetric and positive definite flag.
- is symmetric and positive definite flag.
serialVersionUID: 1020L
n
int n
- Row and column dimension (square matrix).
- matrix dimension.
issymmetric
boolean issymmetric
- Symmetry flag.
- internal symmetry flag.
d
double[] d
- Arrays for internal storage of eigenvalues.
- internal storage of eigenvalues.
e
double[] e
- Arrays for internal storage of eigenvalues.
- internal storage of eigenvalues.
V
double[][] V
- Array for internal storage of eigenvectors.
- internal storage of eigenvectors.
H
double[][] H
- Array for internal storage of nonsymmetric Hessenberg form.
- internal storage of nonsymmetric Hessenberg form.
ort
double[] ort
- Working storage for nonsymmetric algorithm.
- working storage for nonsymmetric algorithm.
serialVersionUID: 1020L
quick
LUDecompositionQuick quick
serialVersionUID: 1020L
LU
DoubleMatrix2D LU
- Array for internal storage of decomposition.
- internal array storage.
pivsign
int pivsign
- pivot sign.
- pivot sign.
piv
int[] piv
- Internal storage of pivot vector.
- pivot vector.
isNonSingular
boolean isNonSingular
algebra
Algebra algebra
tolerance
double tolerance
serialVersionUID: 1020L
QR
DoubleMatrix2D QR
- Array for internal storage of decomposition.
- internal array storage.
m
int m
- Row and column dimensions.
- column dimension.
n
int n
- Row and column dimensions.
- column dimension.
Rdiag
DoubleMatrix1D Rdiag
- Array for internal storage of diagonal of R.
- diagonal of R.
serialVersionUID: 1020L
U
double[][] U
- Arrays for internal storage of U and V.
- internal storage of U.
V
double[][] V
- Arrays for internal storage of U and V.
- internal storage of U.
s
double[] s
- Array for internal storage of singular values.
- internal storage of singular values.
m
int m
- Row and column dimensions.
- row dimension.
n
int n
- Row and column dimensions.
- row dimension.
Package cern.colt.matrix.objectalgo |
randomGenerator
RandomEngine randomGenerator
randomGenerator
RandomEngine randomGenerator
alpha
double alpha
beta
double beta
PDF_CONST
double PDF_CONST
a_last
double a_last
b_last
double b_last
a_
double a_
b_
double b_
t
double t
fa
double fa
fb
double fb
p1
double p1
p2
double p2
c
double c
ml
double ml
mu
double mu
p_last
double p_last
q_last
double q_last
a
double a
b
double b
s
double s
m
double m
D
double D
Dl
double Dl
x1
double x1
x2
double x2
x4
double x4
x5
double x5
f1
double f1
f2
double f2
f4
double f4
f5
double f5
ll
double ll
lr
double lr
z2
double z2
z4
double z4
p3
double p3
p4
double p4
n
int n
p
double p
n_last
int n_last
n_prev
int n_prev
par
double par
np
double np
p0
double p0
q
double q
p_last
double p_last
p_prev
double p_prev
b
int b
m
int m
nm
int nm
pq
double pq
rc
double rc
ss
double ss
xm
double xm
xl
double xl
xr
double xr
ll
double ll
lr
double lr
c
double c
p1
double p1
p2
double p2
p3
double p3
p4
double p4
ch
double ch
log_p
double log_p
log_q
double log_q
log_n
double log_n
mean
double mean
gamma
double gamma
cut
double cut
uniform
Uniform uniform
freedom
double freedom
freedom_in
double freedom_in
b
double b
vm
double vm
vp
double vp
vd
double vd
cdf
double[] cdf
interpolationType
int interpolationType
K
int K
A
int[] A
F
double[] F
cdf
double[] cdf
lambda
double lambda
tau
double tau
s
double s
sm1
double sm1
tau_set
double tau_set
alpha
double alpha
lambda
double lambda
alpha
double alpha
beta
double beta
a_setup
double a_setup
b_setup
double b_setup
x
double x
u
double u
v
double v
e
double e
hr
double hr
hl
double hl
s
double s
pm
double pm
pr
double pr
samb
double samb
pmr
double pmr
mpa_1
double mpa_1
mmb_1
double mmb_1
my_N
int my_N
my_s
int my_s
my_n
int my_n
N_last
int N_last
M_last
int M_last
n_last
int n_last
N_Mn
int N_Mn
m
int m
mp
int mp
b
int b
Mp
double Mp
np
double np
fm
double fm
k2
int k2
k4
int k4
k1
int k1
k5
int k5
dl
double dl
dr
double dr
r1
double r1
r2
double r2
r4
double r4
r5
double r5
ll
double ll
lr
double lr
c_pm
double c_pm
f1
double f1
f2
double f2
f4
double f4
f5
double f5
p1
double p1
p2
double p2
p3
double p3
p4
double p4
p5
double p5
p6
double p6
my_p
double my_p
t
double t
h
double h
a_prev
double a_prev
n
int n
p
double p
gamma
Gamma gamma
poisson
Poisson poisson
mean
double mean
variance
double variance
standardDeviation
double standardDeviation
cache
double cache
cacheFilled
boolean cacheFilled
SQRT_INV
double SQRT_INV
mean
double mean
my_old
double my_old
p
double p
q
double q
p0
double p0
pp
double[] pp
llll
int llll
my_last
double my_last
ll
double ll
k2
int k2
k4
int k4
k1
int k1
k5
int k5
dl
double dl
dr
double dr
r1
double r1
r2
double r2
r4
double r4
r5
double r5
lr
double lr
l_my
double l_my
c_pm
double c_pm
f1
double f1
f2
double f2
f4
double f4
f5
double f5
p1
double p1
p2
double p2
p3
double p3
p4
double p4
p5
double p5
p6
double p6
m
int m
mean
double mean
cached_sq
double cached_sq
cached_alxm
double cached_alxm
cached_g
double cached_g
freedom
double freedom
TERM
double TERM
min
double min
max
double max
my_k
double my_k
k_set
double k_set
tau
double tau
rho
double rho
r
double r
ro
double ro
pk
double pk
c
double c
d
double d
ro_prev
double ro_prev
pk_prev
double pk_prev
maxlongint
double maxlongint
Package cern.jet.random.engine |
current
int current
mti
int mti
mt
int[] mt
row
int row
column
int column
Package cern.jet.random.sampling |
my_n
long my_n
my_N
long my_N
my_low
long my_low
my_RandomGenerator
RandomEngine my_RandomGenerator
sampler
RandomSampler sampler
buffer
long[] buffer
bufferPosition
int bufferPosition
skip
long skip
n
long n
skip
int skip
nextTriggerPos
int nextTriggerPos
nextSkip
int nextSkip
weight
int weight
generator
Uniform generator
Package cern.jet.stat.quantile |
binBoundaries
float[] binBoundaries
elements
DoubleArrayList elements
- The elements contained in this bin.
sortedElements
DoubleArrayList sortedElements
- The elements contained in this bin, sorted ascending.
fixedOrder
boolean fixedOrder
- Preserve element order under all circumstances?
isSorted
boolean isSorted
isIncrementalStatValid
boolean isIncrementalStatValid
isSumOfInversionsValid
boolean isSumOfInversionsValid
isSumOfLogarithmsValid
boolean isSumOfLogarithmsValid
hasSumOfLogarithms
boolean hasSumOfLogarithms
sumOfLogarithms
double sumOfLogarithms
hasSumOfInversions
boolean hasSumOfInversions
sumOfInversions
double sumOfInversions
sumOfPowers
double[] sumOfPowers
finder
DoubleQuantileFinder finder
size
int size
- The number of elements consumed by incremental parameter maintainance.
min
double min
max
double max
sum
double sum
sum_xx
double sum_xx
bins
int bins
min
double min
binWidth
double binWidth
xunder
int xunder
xover
int xover
errors
double[] errors
heights
double[] heights
entries
int[] entries
nEntry
int nEntry
sumWeight
double sumWeight
sumWeightSquared
double sumWeightSquared
mean
double mean
rms
double rms
heights
double[][] heights
errors
double[][] errors
entries
int[][] entries
nEntry
int nEntry
sumWeight
double sumWeight
sumWeightSquared
double sumWeightSquared
meanX
double meanX
rmsX
double rmsX
meanY
double meanY
rmsY
double rmsY
heights
double[][][] heights
errors
double[][][] errors
entries
int[][][] entries
nEntry
int nEntry
sumWeight
double sumWeight
sumWeightSquared
double sumWeightSquared
meanX
double meanX
rmsX
double rmsX
meanY
double meanY
rmsY
double rmsY
meanZ
double meanZ
rmsZ
double rmsZ
min
double min
bins
int bins
edges
double[] edges
Package jAudioFeatureExtractor |
agg
java.util.Vector<E> agg
serialVersionUID: 1L
controller
Controller controller
saveBatch
javax.swing.JButton saveBatch
cancel
javax.swing.JButton cancel
nameLabel
javax.swing.JLabel nameLabel
nameArea
javax.swing.JTextArea nameArea
batch
Batch batch
serialVersionUID: 1L
aggregator
Aggregator aggregator
controller
Controller controller
edited
boolean edited
jContentPane
javax.swing.JPanel jContentPane
Attributes
javax.swing.JPanel Attributes
attributes
javax.swing.JTextField[] attributes
ButtonPanel
javax.swing.JPanel ButtonPanel
Save
javax.swing.JButton Save
Description
javax.swing.JPanel Description
Cancel
javax.swing.JButton Cancel
DescriptionTitle
javax.swing.JLabel DescriptionTitle
DescriptionText
javax.swing.JTextArea DescriptionText
FeatureChooser
javax.swing.JPanel FeatureChooser
AttributesLabel
javax.swing.JLabel AttributesLabel
ChosenFeatures
javax.swing.JScrollPane ChosenFeatures
ChosenFieldTable
javax.swing.JTable ChosenFieldTable
FeatureControls
javax.swing.JPanel FeatureControls
FeatureList
javax.swing.JScrollPane FeatureList
FeatureListTable
javax.swing.JTable FeatureListTable
AddFeature
javax.swing.JButton AddFeature
RemoveFeature
javax.swing.JButton RemoveFeature
ChosenFeaturePanel
javax.swing.JPanel ChosenFeaturePanel
FeatureListPanel
javax.swing.JPanel FeatureListPanel
agg
java.util.Vector<E> agg
serialVersionUID: 1L
jContentPane
javax.swing.JPanel jContentPane
ActiveAggList
javax.swing.JScrollPane ActiveAggList
ActiveAggTable
javax.swing.JTable ActiveAggTable
AggList
javax.swing.JScrollPane AggList
AggListTable
javax.swing.JTable AggListTable
AggButtonPanel
javax.swing.JPanel AggButtonPanel
AggAdd
javax.swing.JButton AggAdd
AggRemove
javax.swing.JButton AggRemove
AggEdit
javax.swing.JButton AggEdit
aggEditorFrame
AggEditorFrame aggEditorFrame
controller
Controller controller
DoneButton
javax.swing.JButton DoneButton
Abort
javax.swing.JButton Abort
serialVersionUID: 1L
fileProgressBar
javax.swing.JProgressBar fileProgressBar
- Progress wihtin a file
overallProgressBar
javax.swing.JProgressBar overallProgressBar
- Progress in batch files.
batchProgressBar
javax.swing.JProgressBar batchProgressBar
- Progress within a batch file.
serialVersionUID: 1L
parent_
FeatureSelectorPanel parent_
inputBoxes
javax.swing.JTextArea[] inputBoxes
inputBoxLabels
javax.swing.JLabel[] inputBoxLabels
descriptionTitle
javax.swing.JLabel descriptionTitle
infoLabel
javax.swing.JTextArea infoLabel
save
javax.swing.JButton save
cancel
javax.swing.JButton cancel
row
int row
fe_
FeatureExtractor fe_
serialVersionUID: 1L
outer_frame
OuterFrame outer_frame
- Holds a reference to the JPanel that holds objects of this class.
multipleToggleAction
MultipleToggleAction multipleToggleAction
- Replaces feature_extractors and feature_save_defaults with a view neutral
model.
features_panel
javax.swing.JPanel features_panel
- GUI panels
features_scroll_pane
javax.swing.JScrollPane features_scroll_pane
features_table
javax.swing.JTable features_table
- GUI table-related fields
decorator
SortingTableModelDecorator decorator
window_length_text_field
javax.swing.JTextArea window_length_text_field
- GUI text areas
window_overlap_fraction_text_field
javax.swing.JTextArea window_overlap_fraction_text_field
save_window_features_check_box
javax.swing.JCheckBox save_window_features_check_box
- GUI check boxes
save_overall_file_featurese_check_box
javax.swing.JCheckBox save_overall_file_featurese_check_box
extract_features_button
javax.swing.JButton extract_features_button
- GUI buttons
set_aggregators_button
javax.swing.JButton set_aggregators_button
save_file_chooser
javax.swing.JFileChooser save_file_chooser
- GUI dialog boxes
aggregator_editor
AggregatorFrame aggregator_editor
ef_
EditFeatures ef_
- Children Windows
controller
Controller controller
- Responsible for redistributing the control to another class
serialVersionUID: 1L
serialVersionUID: 1L
fm_
DataModel fm_
cancel
javax.swing.JButton cancel
save
javax.swing.JButton save
inputBox
javax.swing.JTextArea inputBox
serialVersionUID: 1L
controller
Controller controller
- The GUI component that instantiated this object
midi_sequence
javax.sound.midi.Sequence midi_sequence
- The currently loaded MIDI file contents and a Sequencer to play it
midi_sequencer
javax.sound.midi.Sequencer midi_sequencer
load_file_chooser
javax.swing.JFileChooser load_file_chooser
- A JFileChooser for loading MIDI files
midi_file_name_text_area
javax.swing.JTextArea midi_file_name_text_area
- A JTextArea to display the currently loaded MIDI file path
load_midi_file_button
javax.swing.JButton load_midi_file_button
- GUI buttons
play_midi_button
javax.swing.JButton play_midi_button
stop_playing_midi_button
javax.swing.JButton stop_playing_midi_button
done_button
javax.swing.JButton done_button
serialVersionUID: 1L
recording_selector_panel
RecordingSelectorPanel recording_selector_panel
- A panel allowing the user to select files to extract features from.
Audio files may also be played, edited and generated here. MIDI files may
be converted to audio.
feature_selector_panel
FeatureSelectorPanel feature_selector_panel
- A panel allowing the user to select features to extract from audio files
and extract the features. Basic feature parameters may be set and feature
values and definitions can be saved to disk.
controller
Controller controller
- A class that contains all the logic for handling events fired from this
gui. Utilizes the Mediator pattern to control dependencies between
objects. Also contains all the menu bar actions.
menu
javax.swing.JMenuBar menu
- Global menu bar for this application
ace
javax.swing.JRadioButtonMenuItem ace
- Radio button for choosing the ACE data format
arff
javax.swing.JRadioButtonMenuItem arff
- Radio button for chosing the ARFF data format
serialVersionUID: 1L
recording_info
RecordingInfo recording_info
- Holds information regarding the recording to be processed.
processed_audio_samples
AudioSamples processed_audio_samples
- Holds the audio samples that are being processed. Before processing
begins, these are a copy of the AudioSamples in the
recording_info field.
playback_thread
AudioMethodsPlayback.PlayThread playback_thread
- Thread for playing back the processed audio. Null if nothing playing.
outer_frame
OuterFrame outer_frame
- The parent window where references to saved files can be stored.
controller
Controller controller
audio_format_selector
AudioFormatJFrame audio_format_selector
- Dialog box to change the audio format for the recording.
choose_possible_format_button
javax.swing.JButton choose_possible_format_button
- GUI buttons
change_encoding_format_button
javax.swing.JButton change_encoding_format_button
apply_gain_button
javax.swing.JButton apply_gain_button
normalize_button
javax.swing.JButton normalize_button
mix_down_button
javax.swing.JButton mix_down_button
play_samples_button
javax.swing.JButton play_samples_button
stop_playback_button
javax.swing.JButton stop_playback_button
restore_button
javax.swing.JButton restore_button
view_samples_button
javax.swing.JButton view_samples_button
plot_samples_button
javax.swing.JButton plot_samples_button
plot_FFT_button
javax.swing.JButton plot_FFT_button
cancel_button
javax.swing.JButton cancel_button
save_button
javax.swing.JButton save_button
audio_info_text_field
javax.swing.JTextArea audio_info_text_field
- GUI text fields
choose_gain_text_field
javax.swing.JTextArea choose_gain_text_field
start_text_field
javax.swing.JTextArea start_text_field
end_text_field
javax.swing.JTextArea end_text_field
start_end_type_radio_button_group
javax.swing.ButtonGroup start_end_type_radio_button_group
- GUI radio buttons
time_start_end_type_radio_button
javax.swing.JRadioButton time_start_end_type_radio_button
samples_start_end_type_radio_button
javax.swing.JRadioButton samples_start_end_type_radio_button
serialVersionUID: 1L
fileProgressBar
javax.swing.JProgressBar fileProgressBar
- Progress within this file
overallProgressBar
javax.swing.JProgressBar overallProgressBar
- Overall progress (in files)
serialVersionUID: 1L
last_recorded_audio
javax.sound.sampled.AudioInputStream last_recorded_audio
- Holds the last recorded audio. Null if nothing has been recorded.
record_thread
AudioMethodsRecording.RecordThread record_thread
- A thread used to record audio. Null if not recording.
playback_thread
AudioMethodsPlayback.PlayThread playback_thread
- Thread for playing back recorded audio. Null if nothing playing.
controller
Controller controller
- Access to all actions that can be taken
save_file_chooser
javax.swing.JFileChooser save_file_chooser
- JFileChooser for saving recorded audio.
audio_format_selector
AudioFormatJFrame audio_format_selector
- Dialog box to choose and store audio format for next recording.
choose_encoding_format_button
javax.swing.JButton choose_encoding_format_button
- GUI buttons
display_current_audio_format_button
javax.swing.JButton display_current_audio_format_button
record_button
javax.swing.JButton record_button
stop_recording_button
javax.swing.JButton stop_recording_button
play_recording_button
javax.swing.JButton play_recording_button
stop_playback_button
javax.swing.JButton stop_playback_button
cancel_button
javax.swing.JButton cancel_button
save_button
javax.swing.JButton save_button
choose_file_format_combo_box
javax.swing.JComboBox choose_file_format_combo_box
- GUI combo box
serialVersionUID: 1L
outer_frame
OuterFrame outer_frame
- Holds a reference to the JPanel that holds objects of this class.
recordings_panel
javax.swing.JPanel recordings_panel
- GUI panels
recordings_scroll_pane
javax.swing.JScrollPane recordings_scroll_pane
recordings_table
javax.swing.JTable recordings_table
- GUI table-related fields
values_save_path_button
javax.swing.JButton values_save_path_button
- GUI buttons
definitions_save_path_button
javax.swing.JButton definitions_save_path_button
add_recordings_button
javax.swing.JButton add_recordings_button
delete_recordings_button
javax.swing.JButton delete_recordings_button
view_recording_information_button
javax.swing.JButton view_recording_information_button
play_recording_directly_button
javax.swing.JButton play_recording_directly_button
play_recording_samples_button
javax.swing.JButton play_recording_samples_button
use_MIDI_file_button
javax.swing.JButton use_MIDI_file_button
save_file_chooser
javax.swing.JFileChooser save_file_chooser
- GUI dialog boxes
load_recording_chooser
javax.swing.JFileChooser load_recording_chooser
load_feature_vector_file_chooser
javax.swing.JFileChooser load_feature_vector_file_chooser
recording_frame
RecordingFrame recording_frame
synthesis_frame
SynthesisFrame synthesis_frame
midi_frame
MIDIFrame midi_frame
values_save_path_text_field
javax.swing.JTextArea values_save_path_text_field
- GUI Text boxes
definitions_save_path_text_field
javax.swing.JTextArea definitions_save_path_text_field
controller
Controller controller
- Class that handles all actions - separating the model out of the view.
serialVersionUID: 1L
serialVersionUID: 1L
text_area
javax.swing.JTextArea text_area
serialVersionUID: 1L
selected_components
jAudioFeatureExtractor.SynthesisFrame.SynthesisParameters selected_components
- Used to hold the data describing components that have been selected
for use in synthesis. Is null if none are selected.
playback_thread
AudioMethodsPlayback.PlayThread playback_thread
controller
Controller controller
- The GUI component that instantiated this object
audio_format_selector
AudioFormatJFrame audio_format_selector
- Dialog box to choose audio format for recording
save_file_chooser
javax.swing.JFileChooser save_file_chooser
- JFileChooser for saving recorded audio.
synthesis_selection_combo_box
javax.swing.JComboBox synthesis_selection_combo_box
- GUI elements for individual components of synthesis
fund_freq_text_area
javax.swing.JTextArea fund_freq_text_area
relative_amplitude_multiplier_text_area
javax.swing.JTextArea relative_amplitude_multiplier_text_area
max_fraction_of_sampling_rate_text_area
javax.swing.JTextArea max_fraction_of_sampling_rate_text_area
selected_components_text_area
javax.swing.JTextArea selected_components_text_area
- Display of synthesis components added
selected_components_scroll_pane
javax.swing.JScrollPane selected_components_scroll_pane
duration_text_area
javax.swing.JTextArea duration_text_area
- GUI elements for overall synthesis
gain_text_area
javax.swing.JTextArea gain_text_area
panning_text_area
javax.swing.JTextArea panning_text_area
click_avoid_env_length_text_area
javax.swing.JTextArea click_avoid_env_length_text_area
choose_encoding_format_button
javax.swing.JButton choose_encoding_format_button
- GUI buttons
add_synthesis_component_button
javax.swing.JButton add_synthesis_component_button
clear_synthesis_components_button
javax.swing.JButton clear_synthesis_components_button
play_button
javax.swing.JButton play_button
stop_playback_button
javax.swing.JButton stop_playback_button
save_button
javax.swing.JButton save_button
cancel_button
javax.swing.JButton cancel_button
choose_file_format_combo_box
javax.swing.JComboBox choose_file_format_combo_box
- GUI combo box
Package jAudioFeatureExtractor.ACE.DataTypes |
name
java.lang.String name
description
java.lang.String description
generic
boolean generic
parameters
java.lang.String[] parameters
serialVersionUID: 1L
name
java.lang.String name
recording
RecordingInfo[] recording
windowSize
int windowSize
windowOverlap
double windowOverlap
samplingRate
double samplingRate
normalise
boolean normalise
perWindow
boolean perWindow
overall
boolean overall
destinationFK
java.lang.String destinationFK
destinationFV
java.lang.String destinationFV
outputType
int outputType
activated
java.util.HashMap<K,V> activated
attributes
java.util.HashMap<K,V> attributes
aggregatorNames
java.lang.String[] aggregatorNames
aggregatorFeatures
java.lang.String[][] aggregatorFeatures
aggregatorParameters
java.lang.String[][] aggregatorParameters
serialVersionUID: 3L
identifier
java.lang.String identifier
- The name of the data set. This name should be unique among each group of
data sets. Should be null for non-top-level DataSets.
sub_sets
DataSet[] sub_sets
- Sub-sets of this DataSet. Each such sub-set can serve as an instance
that is individually classifiable. For example, sub-sets could consist
of windows of audio extracted from the recording that makes the overall
DataSet. The sub_sets field should be null if there are no sub-sets that
can be individually classified.
start
double start
- Identifies the start of a sub-set of a DataSet. Set to NaN if this
object is a top-level DataSet.
stop
double stop
- Identifies the end of a sub-set of a DataSet. Set to NaN if this
object is a top-level DataSet.
feature_values
double[][] feature_values
- The feature values for this DataSet as a whole. If there are any sub-sets,
they will store there own feature values, and these will not be referenced
here. The first indice identifies the feature and the second indice
identifies the dimension of the feature. It is clear that features of
arbitrary dimensions may be accomodated. Features whose value or values
are missing are assigned a value of null. This field is assigned a value
of null if no features have been extracted. It is assumed that the Java Class
calling the DataSet knows the ordering and identity of the features of the
DataSet and its sub-sets. The feature_values may be ordered based on
FeatureDefinitions using the orderAndCompactFeatures method. Individual
features may also be assigned null values if they are unknown or inappropriate.
feature_names
java.lang.String[] feature_names
- The names of the features in each corresponding (by first indice) entry
of feature_values. These are often only stored here temporarily until they
can be accessed and stored externally in a more efficient fashion. This
field is therefore often null, even when the feature_values field is not.
parent
DataSet parent
- If this object is a sub-set of another DataSet, this field points to that
parent dataset. Otherwise this field is null.
serialVersionUID: 2L
name
java.lang.String name
- The name of the feature. This name should be unique among each set of
features.
description
java.lang.String description
- A description of what the feature represents. May be left as an empty
string.
is_sequential
boolean is_sequential
- Specifies whether a feature can be applied to sub-section of a data set
(e.g. a window of audio). A value of true means that it can, and a value
of false means that only one feature value may be extracted per data set.
dimensions
int dimensions
- The number of values that exist for the feature for a given section of a
data set. This value will be 1, except for multi-dimensional features.
attributes
java.lang.String[] attributes
- names of each editable attribute this feature has
serialVersionUID: 4L
identifier
java.lang.String identifier
- The name of the dataset referred to by a top-level SegmentedClassification.
Should be set to null for SegmentedClassifications that correspond to
sub-sections. Should never be null for top-level SegmentedClassifications.
classifications
java.lang.String[] classifications
- The class(es) that this top-level SegmentedClassification or section belongs
to. It is possible no have zero, one or no classifications for a given
instance. If no classifications are present, then this should be null.
misc_info_info
java.lang.String[] misc_info_info
- Can store various pieces of meta-data regarding a recording. Entries
correspond to entries of the misc_info_key field. Should be set to null
for SegmentedClassifications that correspond to sub-sections. Set to
null if no meta-data is stored.
misc_info_key
java.lang.String[] misc_info_key
- Stores titles identifying the meta-data in the misc_info_info field.
Entries correspond to entries of the misc_info_key field. Should be
set to null for SegmentedClassifications that correspond to sub-sections.
Set to null if no meta-data is stored.
role
java.lang.String role
- Can be used internally by ACE to determine what a particular instance
is for (e.g. training, testing, resulting classification of an
unknown. Set to null if not used.
sub_classifications
SegmentedClassification[] sub_classifications
- Classifications corresponding to sub-sections of an instance. Set to null
if there are no sub-sections.
start
double start
- Identifies the start of a sub-classification. Set to NaN if this
object is a top-level SegmentedClassification.
stop
double stop
- Identifies the end of a sub-classification. Set to NaN if this
object is a top-level SegmentedClassification.
Package jAudioFeatureExtractor.actions |
serialVersionUID: 1L
serialVersionUID: 1L
window_length_text_field
javax.swing.JTextArea window_length_text_field
window_overlap_fraction_text_field
javax.swing.JTextArea window_overlap_fraction_text_field
save_window_features_check_box
javax.swing.JCheckBox save_window_features_check_box
- GUI check boxes
save_overall_file_featurese_check_box
javax.swing.JCheckBox save_overall_file_featurese_check_box
destinationFV
javax.swing.JTextArea destinationFV
destinationFK
javax.swing.JTextArea destinationFK
controller
Controller controller
addBatchGUI
AddBatchGUI addBatchGUI
serialVersionUID: 1L
load_recording_chooser
javax.swing.JFileChooser load_recording_chooser
controller
Controller controller
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
controller
Controller controller
recordings_table
javax.swing.JTable recordings_table
of_
OuterFrame of_
serialVersionUID: 1L
controller
Controller controller
outerFrame
OuterFrame outerFrame
serialVersionUID: 1L
serialVersionUID: 1L
fm_
DataModel fm_
gwb_
GlobalWindowChange gwb_
serialVersionUID: 1L
window_length_text_field
javax.swing.JTextArea window_length_text_field
window_overlap_fraction_text_field
javax.swing.JTextArea window_overlap_fraction_text_field
save_window_features_check_box
javax.swing.JCheckBox save_window_features_check_box
- GUI check boxes
save_overall_file_featurese_check_box
javax.swing.JCheckBox save_overall_file_featurese_check_box
fstm_
FeatureSelectorTableModel fstm_
save_file_chooser
javax.swing.JFileChooser save_file_chooser
controller
Controller controller
serialVersionUID: 1L
controller
Controller controller
serialVersionUID: 1L
features
javax.swing.JTable features
serialVersionUID: 1L
outputType
int outputType
ace
javax.swing.JRadioButtonMenuItem ace
arff
javax.swing.JRadioButtonMenuItem arff
perWindow
javax.swing.JCheckBox perWindow
overall
javax.swing.JCheckBox overall
serialVersionUID: 1L
serialVersionUID: 1L
midi_frame
MIDIFrame midi_frame
serialVersionUID: 1L
controller
Controller controller
recordings_table
javax.swing.JTable recordings_table
serialVersionUID: 1L
controller
Controller controller
recordings_table
javax.swing.JTable recordings_table
serialVersionUID: 1L
parent
Controller parent
rec_
RecordingFrame rec_
serialVersionUID: 1L
controller
Controller controller
serialVersionUID: 1L
controller
Controller controller
recordingTable
javax.swing.JTable recordingTable
serialVersionUID: 1L
sampleRateIndex
int sampleRateIndex
samplingRates
javax.swing.JRadioButtonMenuItem[] samplingRates
- references to the radio buttons representing the range of possible sample
rates.
serialVersionUID: 1L
window_length_text_field
javax.swing.JTextArea window_length_text_field
window_overlap_fraction_text_field
javax.swing.JTextArea window_overlap_fraction_text_field
save_window_features_check_box
javax.swing.JCheckBox save_window_features_check_box
- GUI check boxes
save_overall_file_featurese_check_box
javax.swing.JCheckBox save_overall_file_featurese_check_box
fstm_
FeatureSelectorTableModel fstm_
save_file_chooser
javax.swing.JFileChooser save_file_chooser
controller
Controller controller
serialVersionUID: 1L
controller
Controller controller
serialVersionUID: 1L
controller
Controller controller
serialVersionUID: 1L
synthesis_frame
SynthesisFrame synthesis_frame
controller
Controller controller
serialVersionUID: 1L
controller
Controller controller
saveWindow
javax.swing.JCheckBox saveWindow
saveOverall
javax.swing.JCheckBox saveOverall
windowSize
javax.swing.JTextArea windowSize
windowOverlap
javax.swing.JTextArea windowOverlap
definition
javax.swing.JTextArea definition
value
javax.swing.JTextArea value
serialVersionUID: 1L
recordings_table
javax.swing.JTable recordings_table
controller
Controller controller
Package jAudioFeatureExtractor.DataTypes |
identifier
java.lang.String identifier
- A name used internally to refer to the referenced recording.
file_path
java.lang.String file_path
- The path of the audio file referred to by objects of this class.
Should be unique.
should_extract_features
boolean should_extract_features
- Whether or not a feature extractor receiving an object of this class
should extract features from the referenced file.
Package jAudioFeatureExtractor.GeneralTools |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
x_min
double x_min
x_max
double x_max
y_min
double y_min
y_max
double y_max
x_tic_interval
double x_tic_interval
y_tic_interval
double y_tic_interval
x_min_tf
javax.swing.JTextField x_min_tf
x_max_tf
javax.swing.JTextField x_max_tf
y_min_tf
javax.swing.JTextField y_min_tf
y_max_tf
javax.swing.JTextField y_max_tf
x_tic_interval_tf
javax.swing.JTextField x_tic_interval_tf
y_tic_interval_tf
javax.swing.JTextField y_tic_interval_tf
canvases
java.awt.Canvas[] canvases
data_points
double[][] data_points
data_x_coordinates
double[][] data_x_coordinates
Package jAudioFeatureExtractor.jAudioTools |
serialVersionUID: 1L
temp_format
javax.sound.sampled.AudioFormat temp_format
content_pane
java.awt.Container content_pane
settings_panel
javax.swing.JPanel settings_panel
button_panel
javax.swing.JPanel button_panel
sampling_rate_rb_group
javax.swing.ButtonGroup sampling_rate_rb_group
sr_8000_rb
javax.swing.JRadioButton sr_8000_rb
sr_11025_rb
javax.swing.JRadioButton sr_11025_rb
sr_16000_rb
javax.swing.JRadioButton sr_16000_rb
sr_22050_rb
javax.swing.JRadioButton sr_22050_rb
sr_44100_rb
javax.swing.JRadioButton sr_44100_rb
sr_other_rb
javax.swing.JRadioButton sr_other_rb
sr_text_area
javax.swing.JTextArea sr_text_area
bit_depth_rb_group
javax.swing.ButtonGroup bit_depth_rb_group
bd_8_rb
javax.swing.JRadioButton bd_8_rb
bd_16_rb
javax.swing.JRadioButton bd_16_rb
bd_other_rb
javax.swing.JRadioButton bd_other_rb
bd_text_area
javax.swing.JTextArea bd_text_area
channels_rb_group
javax.swing.ButtonGroup channels_rb_group
chan_1_rb
javax.swing.JRadioButton chan_1_rb
chan_2_rb
javax.swing.JRadioButton chan_2_rb
chan_other_rb
javax.swing.JRadioButton chan_other_rb
chan_text_area
javax.swing.JTextArea chan_text_area
signed_rb_group
javax.swing.ButtonGroup signed_rb_group
signed_rb
javax.swing.JRadioButton signed_rb
unsigned_rb
javax.swing.JRadioButton unsigned_rb
endian_rb_group
javax.swing.ButtonGroup endian_rb_group
big_endian_rb
javax.swing.JRadioButton big_endian_rb
little_endian_rb
javax.swing.JRadioButton little_endian_rb
low_quality_button
javax.swing.JButton low_quality_button
mid_quality_button
javax.swing.JButton mid_quality_button
high_quality_button
javax.swing.JButton high_quality_button
cancel_button
javax.swing.JButton cancel_button
ok_button
javax.swing.JButton ok_button