CluE
1.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
cfrentry.h
Go to the documentation of this file.
1
#ifndef CFRENTRY_H
2
#define CFRENTRY_H
3
4
#include "
cfentry.h
"
5
6
namespace
CluE
7
{
8
17
template
<
typename
T>
struct
CFREntry
:
CFEntry
<T>
18
{
19
CFREntry
(
size_t
number
, T ls,
double
ss, T
representative
);
20
void
insertWeighted
(T
const
& x);
21
22
T
representative
;
23
};
24
25
template
<
typename
T>
CFREntry<T>::CFREntry
(
size_t
number, T ls,
double
ss, T representative) :
26
CFEntry
<T>(number, ls, ss),
27
representative(representative)
28
{
29
}
30
31
}
32
33
#endif
CluE::CFREntry::representative
T representative
Definition:
cfrentry.h:22
CluE::CFEntry::number
size_t number
Number of points contained in the feature.
Definition:
cfentry.h:27
CluE::CFREntry
Clustering feature with representation point.
Definition:
cfrentry.h:17
CluE::CFREntry::insertWeighted
void insertWeighted(T const &x)
CluE::CFREntry::CFREntry
CFREntry(size_t number, T ls, double ss, T representative)
Definition:
cfrentry.h:25
CluE::CFEntry
Clustering feature tree entry.
Definition:
cfentry.h:22
cfentry.h
src
clustering
cfrentry.h
Generated on Wed May 7 2014 20:30:01 for CluE by
1.8.7