- BasicFeature - Class in nl.liacs.timeseries.feature
-  
- BasicFeature(int, double) - Constructor for class nl.liacs.timeseries.feature.BasicFeature
- 
The variable "jump" represents the percentage of the window to be
 skipped in the next extraction of features. 
- BasicKernel - Class in nl.liacs.timeseries.kernel
- 
- Binarise - Class in nl.liacs.timeseries.kernel
- 
Binarise kernel: not a convolution kernel. 
- Binarise(int) - Constructor for class nl.liacs.timeseries.kernel.Binarise
- 
Constructs a Binarise Kernel.
 
- Binarise.TestPolicy - Enum in nl.liacs.timeseries.kernel
- 
TestPolicy controls the kind of test the Kernelperforms
 on thethreshold.
 
- BiWeight - Class in nl.liacs.timeseries.kernel
- 
BiWeight kernel: K(u) = 15/16 * (1 - u^2)^2,
 where |u| ≤ 1.
 
- BiWeight(int) - Constructor for class nl.liacs.timeseries.kernel.BiWeight
- 
Create a BiWeight kernel. 
- buildBorder(String) - Static method in class nl.liacs.timeseries.gui.GUI
- 
Creates a TitledBorder, using anEtchedBorder, some of the
 defaults defined in this class, and the supplied title.
 
- buildButton(String, int, String, ActionListener) - Static method in class nl.liacs.timeseries.gui.GUI
- 
Creates a JButton, using some of the defaults
 defined in this class, and the supplied parameters.
 
- buildButton(String, String, ActionListener) - Static method in class nl.liacs.timeseries.gui.GUI
- 
Creates a JButton, using some of the defaults
 defined in this class, and the supplied parameters.
 
- buildCheckBox(String, ItemListener) - Static method in class nl.liacs.timeseries.gui.GUI
- 
Creates an initially unselected JCheckBox, using
 some of the defaults defined in this class, and the supplied
 parameters.
 
- buildComboBox(Object[], ActionListener) - Static method in class nl.liacs.timeseries.gui.GUI
- 
Creates a JComboBox, using some of the defaults
 defined in this class, and the supplied parameters.
 
- buildLabel(String, Component) - Static method in class nl.liacs.timeseries.gui.GUI
- 
Creates a JLabel, using some of the defaults
 defined in this class, and the supplied parameters.
 
- buildMenu(String, int) - Static method in class nl.liacs.timeseries.gui.GUI
- 
Creates a JMenu, using some of the defaults
 defined in this class, and the supplied parameters.
 
- buildMenuItem(String, int, String, ActionListener) - Static method in class nl.liacs.timeseries.gui.GUI
- 
Creates a JMenuItem, using some of the defaults
 defined in this class, and the supplied parameters.
 
- buildRadioButton(String, ActionListener) - Static method in class nl.liacs.timeseries.gui.GUI
- 
Creates an unselected JRadioButton, using some of
 the defaults defined in this class, and the supplied parameters.
 
- buildTextField(String) - Static method in class nl.liacs.timeseries.gui.GUI
- 
Creates a JTextField, using some of the defaults
 defined in this class, and the specified text.
 
- BUTTON_DEFAULT_SIZE - Static variable in class nl.liacs.timeseries.gui.GUI
-  
- BUTTON_FONT - Static variable in class nl.liacs.timeseries.gui.GUI
-  
- BUTTON_MAXIMUM_SIZE - Static variable in class nl.liacs.timeseries.gui.GUI
-  
- BUTTON_MINIMUM_SIZE - Static variable in class nl.liacs.timeseries.gui.GUI
-