view include/learning.hpp @ 495:82c06ad62254

added parameter description with ranges A parameter was added (block size) that used to be the same as window size
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 01 May 2014 11:08:26 -0400
parents d70e9b36889c
children
line wrap: on
line source

#ifndef LEARNING_HPP
#define LEARNING_HPP

// todo search max-cut algorithm to maximize homogeneity of clusters and minimize weak connections

#endif