The size of this vector should be determined by the actions to be performed on it.
Public Member Functions | |
ClusterTableInput< GridType > & | latest () |
const ClusterTableInput< GridType > & | latest () const |
void | prune (size_t maxHistory) |
Public Attributes | |
std::vector< ClusterTableInput< GridType > > | inputs |
const ClusterTableInput<GridType>& w2kmeans::ClusterInputHistory< GridType >::latest | ( | ) | const [inline] |
ClusterTableInput<GridType>& w2kmeans::ClusterInputHistory< GridType >::latest | ( | ) | [inline] |
void w2kmeans::ClusterInputHistory< GridType >::prune | ( | size_t | maxHistory | ) | [inline] |
std::vector< ClusterTableInput<GridType> > w2kmeans::ClusterInputHistory< GridType >::inputs |