I've been writing the tests for the current DataSet implementations, but there are some things that need work (specially if the idea is to use them to train NN):
There are some missing features:
I'm assuming that this classes were created specifically for C4.5, but they need to be generalized a bit.
I've been writing the tests for the current
DataSetimplementations, but there are some things that need work (specially if the idea is to use them to train NN):JavaDocit's really really hard to readJavaDocto theAttributeinterfaceDiscreteAttributetoCategoricalAttributeDiscreteAttributeThere are some missing features:
MetaData(at least attribute names, so it can be removed from theAttributeinterface)DataSetMySQLDataSetresources are left open (I believe we talk about this a while ago)TextFileDataSet(at least allow setting the splitting regex, check if file has headers, etc.)MatrixDataSetand aLargeTextFileDataSetI'm assuming that this classes were created specifically for
C4.5, but they need to be generalized a bit.