DataKeeper no longer exists.rl.io.ImportDataDelim.
The user can specify any single character to serve
as the delimiter, but the default is a tab.
The statistics methods were pushed directly into DataList.
The various data lists are now stored in ProgramState directly.
All references to DataKeeper should be gone
(except possibly in comments).
AttributeKeeper into class
AttributeList
attribute/Conjunc.java to
attribute/Conjunct.java0 since this file
was causing the whole applicatio to fail to compile.
Normal
cluster-1
cluster-5
cluster-6
Cluster
cluster-2
cluster-3
cluster-4
eg/*.java
attrib1 attrib2 attrib3 ... attribN
tag1 tag2 tag2 ... tagN
type1 type2 type3 ... typeN
use1 use2 use3 ... useN
tag is a semantic tag for use in constraints. Use
none as a filler if needed.type is either discrete, continuous,
or setuse is either input, output,
identification, or ignore
Attribute type information will override automatic type detection. Be sure you know what you're doing.
target_class predicted_value actual_value cost_of_error
cost_of_error is a floating point value that represents the
penalty incurred for making that prediction mistake. The default penalty
is 1.0. This is to avoid divide-by-zero errors when calculating the
CF to average cost ratio. All of the evidence gathering methods that
normally select based on CF will now do so based on that ratio.
Right now, I can only guarantee correct functionality
for discrete target classes. Be certain that discrete targets are not
numerical (eg turn 4 into G4 or four).
(Rule.java)
(CertaintyFactor.java)
(PValueRight.java)
(PValue.java)
(SAL.java)
(DiscreteNode.java)
(IntervalNode.java)
(SetNode.java)