Sprungmarken

Servicenavigation

       

Hauptnavigation

Bereichsnavigation

PROBI: Member List
PROBI  1.0
FastCoreset Member List

This is the complete list of members for FastCoreset, including all inherited members.

computeCoreset(Iterator1 inputBegin, Iterator1 inputEnd, Iterator2 output, size_t n=0)FastCoreset
computeCoreset(RandomAccessIterator1 inputBegin, RandomAccessIterator1 inputEnd, Iterator2 output, size_t n) (defined in FastCoreset)FastCoreset
FastCoreset(std::function< Metric< Point > *() > createMetric, std::function< Norm< Point > *() > createNorm) (defined in FastCoreset)FastCoreset
getAllSamplesSize() const FastCoreset
getK() const FastCoreset
getKumarMedianIterations() const FastCoreset
getMaxLloydClusteringIterations() const FastCoreset
getWeiszfeldMedianIterations() const FastCoreset
setAllSamplesSize(int allSamplesSize)FastCoreset
setK(int k)FastCoreset
setKumarMedianIterations(int kumarMedianIterations)FastCoreset
setMaxLloydClusteringIterations(int maxLloydClusteringIterations)FastCoreset
setWeiszfeldMedianIterations(int weiszfeldMedianIterations)FastCoreset
~FastCoreset() (defined in FastCoreset)FastCoresetvirtual