view include/learning.hpp @ 777:ef6dd60be2e1 dev

added function to save feature trajectories
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 05 Feb 2016 17:19:13 -0500
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