Package <Unnamed>

Interface Summary
MainSelectionPanel MainSelectionPanel Interface It has the following implemented classes, HMMSelectionPanel, NHMMSelectionPanel, MIXTURESelectionPanel and NMIXTURESelectionPanel.
 

Class Summary
AbstractMainSelectionPanel Basic implementation of MainSelectionPanel.
AdvancedOptionWindow A Window contains advanced options for c++ program.
AlgorithmParams It is a data model holding all information needed to lauch a c++ executable.
AlgorithmParamsListener Listens any algorithm parameter change from GUI.
ChowLiuOutput Represents mvnhmm version 2.0 output file for chow-liu option.
CoastlineInfo Represents coastline shapes.
CoastlineShape Represents one coastline shape.
Constants Contains all the constants needed for hmm tool GUI.
Edge Edge information between two stations.
EditMenuAction Listen to Edit Menu action and take actions.
FileMenuAction Listen to File Menu action and take actions.
FileNameMap  
GraphicsMenuListener Listen to Graphics Menu action and take actions.
HelpMenuAction Listen to Help Menu's action and take actions.
HMMSelectionPanel HMMSelectionPanel Contains all the options algorithm needs.
HMMTool Driver class.
HMMToolMenu A JMenuBar with five menus.
LaunchAlgorithmListener Listens 'launch' button signal.
LegendPlot Display edges' legend according to given width and height.
MainSelectionPanelFactory Factory of MainSelectionPanel objects.
NHMMSelectionPanel NHMM Main Selection Panel Contains all the options algorithm needs.
OutputData Represents output file.
OutputDataBernoulli Represents mvnhmm version 2.0 output file for action type learn with bernoulii as option.
OutputDataV2 Represents mvnhmm version 2.0 output file for action type learn.
ParamEventListener Listens to ParamEvent and its source will take action accordingly.
PlotsWindow Main window which contains RainfallProbWindow or RainfallAmountWindow and TextPlot.
PreviousPlotListener  
PreviousPlotsChooser  
ProbabilityPlot 2D Plot for each state's probability of many stations
RainfallAmountWindow Draw rainfall amounts as circles.
RainfallProbWindow RainfallProbWindow draw rainfall probabilities as circles.
SaveOutputsListener Listen to Save Output Menu selection and take actions.
SelectionOptions Data Model for MainSelectionPanel
StationInfo Represents station information file.
StationInfoWindow A Window to display and edit stations information.
ViterbiOutputData Represents mvnhmm version 2.0 output file for action type learn.
ViterbiPlot Window show viterbi output results.
ViterbiWindow Window show viterbi output results.
XValOutputChooser