Revision 8566df97ac91b8a8bdfb189df8ed34386b24750e authored by sobek44 on 24 November 2014, 15:44:08 UTC, committed by sobek44 on 24 November 2014, 15:44:08 UTC
1 parent 908c14a
Raw File
TODO.md
---
title: "To do"
author: "Piotr Sobczyk"
date: "18.11.2014"
output: html_document
---

#### Iterative estimation:

1. remove estimating subspace in mlcc.bic - it is now done before. Right now the 
  way of computing sigma is not coherent

#### Initialization:

1. implement hierarchical clustering (similarly to clustofvar)

#### Testing

1. write tests for main aux functions

#### Documentation

1. update mlcc.kmeans variables names to meet the dot standard
2. rewrite documentation with @inheritParams
back to top