Quote from jack hershey:
The slow fractal is set off by semicolons (; ) and the faster fractal within is set off by spaces. Occasionally a slower pattern âfails to completeâ and this sub segment is âfoldedâ into the existing developing slower fractal pattern. To show the this in the series I just began the âfoldâ with a ( and ended it with a ).
A value was arbitrarily assigned a sign (vector status) which is inconsistent so I changed the inconsistent sign. It is colored green so a reader can find it easily.
-175 -7 +18 +35 -79 (+145 -171 -213) (+15 -78) ( +109; -288, -0 -107 -293); +208 +161 +157 +13 -238 -180 +195 +270; -179 -205 -186 -204 +109 +36 -69 -75 -179 (+285 -106 -216) ( +138 -127 -200 -271) ( +47 +37 +12 -147 ) (+17 -94 -191 -114 -125); +284 -16 â¦..incomplete as yet.
Quote from ronblack:
Can you explain what the numbers on the attachment mean?
Jack, what you wrote makes absolutely no sense.
The result file contains 10 patterns. One pattern per line.
Pattern is made up of variable numbers and sign before a number denotes if that variable's value must be true or false (1 or -1 in this case). For example, the first pattern:
-175 -7 +18 +35 -79
literally means: "if (var #175 is false) and (var #7 is false) and (var #18 is true) and (var #35 is true) and (var #79 is false) then target is true"
Variables are counted from zero. There are 300 input variables, therefore they are indexed from 0 to 299.
The model is this:
if at least one (out of those 10) patterns is true, then target is predicted to be true.
The parameters I used when generating the data set:
number of data points - 3000
target frequency - 10% (300 targets in 3000 rows)
pattern accuracy - 70% (this means that 30% of model predictions are false positive)
target predictability - 80% (this means that 20% of all targets (60 out of 300) are not predictable by any patterns, i.e. they are unexplainable)
Also, only 48 out of 300 input variables are relevant (used in the patterns)