1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-28 13:48:56 +08:00
golearn/examples/datasets/c45-numeric.csv
Richard Townsend 7ba57fe6df trees: Handling FloatAttributes.
This patch adds:

	* Gini index and information gain ratio as
           DecisionTree split options;
	* handling for numeric Attributes (split point
           chosen naïvely on the basis of maximum entropy);
	* A couple of additional utility functions in base/
	* A new dataset (see sources.txt) for testing.

Performance on Iris performs markedly without discretisation.
2014-10-26 17:40:38 +00:00

165 B

1Attribute1Attribute2Attribute3Class
2A70TA
3A90TB
4A85FB
5A95FB
6A70FA
7B90TA
8B78FA
9B65TA
10B75FA
11C80TB
12C70TB
13C80FA
14C80FA
15C96FA