log phase2/treeLinkFeatures.m @ 31:55813e99c6cf

age author description
Wed, 15 Mar 2017 11:26:24 +0000 DaveM fixing bug to allow for depth range to be input to treeLink
Wed, 15 Mar 2017 11:23:40 +0000 DaveM include output for each line
Wed, 15 Mar 2017 11:19:47 +0000 DaveM saving treeLink every iteration
Sun, 12 Mar 2017 20:08:29 +0000 DaveM fixed some documentation and commenting
Sun, 12 Mar 2017 19:56:52 +0000 DaveM update to range of depthThresh permitted
Wed, 08 Mar 2017 18:07:10 +0000 DaveM add in passing of featureNames
Wed, 08 Mar 2017 16:56:59 +0000 DaveM include output with decision tree output
Wed, 08 Mar 2017 13:17:07 +0000 DaveM fixing the bug which stopped treeLinkFeatures from working
Tue, 07 Mar 2017 19:03:46 +0000 DaveM fix bug in treeLinkFeature - was not performign feature selection correctly
Thu, 16 Feb 2017 11:22:43 +0000 DaveM commenting depthCheck
Thu, 16 Feb 2017 10:25:48 +0000 DaveM edit runme PHASE2 to run on server
Thu, 16 Feb 2017 10:23:46 +0000 DaveM fix infinite loop bug in tree feature identification
Thu, 16 Feb 2017 10:07:42 +0000 DaveM adding depth checking for recursive tree - feature search - though has a bug where it sometimes get stuck in an infinite loop and I dont know why
Wed, 15 Feb 2017 11:07:32 +0000 DaveM update runme for phase 2
Fri, 10 Feb 2017 14:32:07 +0000 DaveM fixing error where crash at end of file, for treeLinkFeatures
Fri, 10 Feb 2017 12:18:20 +0000 DaveM develop treeLinkFeatures so it searched valid lines and stops at leaf nodes
Fri, 10 Feb 2017 12:04:23 +0000 DaveM bug fixes for treeLinkFeatures, to allow full traversing of a tree, and producing relevant features at each crossing pointWq
Fri, 10 Feb 2017 09:03:05 +0000 DaveM initial implementation of treeLinkFeatures, to be tested