#include <MultiClusterizer1D.h>
Public Member Functions | |
virtual MultiClusterizer1D * | clone () const |
MultiClusterizer1D (const Clusterizer1D< T > &single, const WeightEstimator< T > &est=TrivialWeightEstimator< T >()) | |
MultiClusterizer1D (const MultiClusterizer1D &) | |
std::pair< std::vector < Cluster1D< T > >, std::vector< const T * > > | operator() (const std::vector< Cluster1D< T > > &) const |
~MultiClusterizer1D () | |
Public Member Functions inherited from Clusterizer1D< T > | |
virtual | ~Clusterizer1D () |
Private Attributes | |
WeightEstimator< T > * | theEstimator |
Clusterizer1D< T > * | theSingle |
A clusterizer that uses a "single" clusterizer iteratively ...
Definition at line 20 of file MultiClusterizer1D.h.
MultiClusterizer1D< T >::MultiClusterizer1D | ( | const Clusterizer1D< T > & | single, |
const WeightEstimator< T > & | est = TrivialWeightEstimator<T>() |
||
) |
Definition at line 55 of file MultiClusterizer1D.h.
MultiClusterizer1D< T >::MultiClusterizer1D | ( | const MultiClusterizer1D< T > & | ) |
MultiClusterizer1D< T >::~MultiClusterizer1D | ( | ) |
Definition at line 61 of file MultiClusterizer1D.h.
|
virtual |
Implements Clusterizer1D< T >.
Definition at line 68 of file MultiClusterizer1D.h.
|
virtual |
Implements Clusterizer1D< T >.
Definition at line 75 of file MultiClusterizer1D.h.
References i, run_regression::ret, and tmp.
|
private |
Definition at line 35 of file MultiClusterizer1D.h.
|
private |
Definition at line 36 of file MultiClusterizer1D.h.