Node Stats: IDT of Synaptome data (FoTD)
Continuing from yesterday’s figure (20161214), for each node in the denoising tree we plot the means and correlation matrices. require(meda) source("~/neurodata/synaptome-stats/Code/doidt.r") load('~/neurodata/synaptome-stats/Code/cleanDataWithAttributes.RData') load("~/neurodata/FOTD/code/IDTrun20161214_2.RData") idtlab <- out$class idtall <- out$idtall leaves <- which(sapply(idtall, function(x) x$isLeaf)) bn <- sapply(idtall, '[[', 2) obn...