int size = parent.get("MU").getMatrix().getColumnDimension();
for( int i = 0; i < size; i++ ){
//parent.print("parent ");
EDBUnit temp = new EDBUnit(parent.getName());
temp.create("MU");
temp.create("SIGMA");
temp.create("GMMPRIOR");
temp.get("MU").addMatrixData(parent.get("MU").getMatrix().get(0,i));
temp.get("SIGMA").addMatrixData(parent.get("SIGMA").getMatrix().get(0,i));
temp.get("GMMPRIOR").addMatrixData(parent.get("GMMPRIOR").getMatrix().get(0,i));