log

age author description
Sat, 01 Apr 2017 17:03:14 +0100 DaveM Add README default tip
Sat, 01 Apr 2017 16:57:31 +0100 DaveM update evaluation scripts and ignore all image files
Fri, 17 Mar 2017 09:42:18 +0000 DaveM adding further debug script
Thu, 16 Mar 2017 11:33:01 +0000 DaveM updating analysis script
Wed, 15 Mar 2017 16:33:54 +0000 DaveM create analysis script to prune and write the relevant features for each level - including an 80% classification threshold on the tree - perhaps this can be addressed
Wed, 15 Mar 2017 11:33:55 +0000 DaveM tidy up directory
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:08:51 +0000 DaveM update readme for server
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
Wed, 22 Feb 2017 13:32:29 +0000 DaveM add featureList tree shape
Tue, 21 Feb 2017 17:44:12 +0000 DaveM analysing results to produce taxonomy - add taxonomy
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
Wed, 15 Feb 2017 10:17:37 +0000 DaveM adding runme for phase2
Fri, 10 Feb 2017 18:13:29 +0000 DaveM analysing test data, making sense of the treeLinkFeature output and identifying large number of results with features 1 2 3 4 5
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
Fri, 10 Feb 2017 08:28:22 +0000 DaveM adding function to traverse down linkages file and provide classification for each part of the tree
Thu, 09 Feb 2017 22:04:54 +0000 DaveM implemented permuted feature delta error cut for random forest feature selection given featureDeltaErr
Thu, 09 Feb 2017 21:43:20 +0000 DaveM onePass and cut methods both working for random forest feature selection
Thu, 09 Feb 2017 18:14:44 +0000 DaveM fixing comments
Thu, 09 Feb 2017 18:11:51 +0000 DaveM document random forests and create iteration options
Thu, 09 Feb 2017 17:54:49 +0000 DaveM create random forest feature selection function
Thu, 09 Feb 2017 16:48:03 +0000 DaveM adding old matlab data some datasets
Tue, 24 Jan 2017 17:44:45 +0000 DaveM add gensim notebook and matlab scripts
Mon, 16 Jan 2017 17:34:29 +0000 DaveM Initial