Package cs195z.support

Interface Summary
CAlgorithm<T extends Number,E extends Serializable>  
CDataParser<T extends Number,E extends Serializable> An interface for parsing our data.
PTreeAlgorithms Extend this interface in your student class to perform the operations.
 

Class Summary
CAbstractAlgorithm<T extends Number,E extends Serializable>  
CDataParser.CStandardDataParser Implementation class of CDataParser for Doubles and Strings.
CElement<T extends Number,E extends Serializable> The atomic unit you want to cluster.
CUtils  
PDataSet Generates an nds4 LinkedBinaryTree[PSpeciesNode] selected from the available ones.
PSpeciesNode Modify this node to change information held at each position in the tree.
PTreeVisualizer Visualizer for testing PTreeAlgorithms methods.
 

Enum Summary
CUtils.Algorithms  
PDataSet.AvailableDataSets The data sets we have access to.
ZCharacter The characters relevant to our class.
 

Exception Summary
CDataParser.MalformedException Our specific exception class for bad data.