Package | Description |
---|---|
moa.clusterers.clustree |
Modifier and Type | Field and Description |
---|---|
ClusKernel |
Entry.data
The actual entry data.
|
Modifier and Type | Method and Description |
---|---|
protected ClusKernel |
Entry.emptyBuffer(long currentTime,
double negLambda)
Clear the buffer in this entry and return a copy.
|
protected ClusKernel |
Entry.getBuffer()
Getter for the buffer.
|
protected ClusKernel |
Entry.getData()
Getter for the data.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusKernel.add(ClusKernel other)
Adds the given cluster to this cluster, without making this cluster
older.
|
protected void |
ClusKernel.aggregate(ClusKernel other,
long timeDifference,
double negLambda)
Make this cluster older bei weighting it and add to this cluster the
given cluster.
|
protected void |
Entry.aggregateCluster(ClusKernel otherData,
long currentTime,
double negLambda)
Aggregate the given
Kernel to the data cluster
of this entry. |
protected void |
Entry.aggregateToBuffer(ClusKernel pointToInsert,
long currentTime,
double negLambda)
Aggregate the given
Kernel to the buffer
cluster of this entry. |
double |
ClusKernel.calcDistance(ClusKernel other)
Calculate the distance to this other cluster.
|
protected double |
Entry.calcDistance(ClusKernel cluster)
Calculates the distance to the data in this entry.
|
void |
ClusTree.insert(ClusKernel newPoint,
Budget budget,
long timestamp)
Insert a new point in the
Tree . |
Entry |
Node.nearestEntry(ClusKernel buffer)
Returns the neareast
Entry to the given Cluster . |
protected void |
ClusKernel.overwriteOldCluster(ClusKernel other)
Overwrites the LS, SS and weightedN in this cluster to the values of the
given cluster but adds N and classCount of the given cluster to this one.
|
Constructor and Description |
---|
ClusKernel(ClusKernel other)
Instantiates a copy of the given cluster.
|
Entry(int numberDimensions,
ClusKernel cluster,
long currentTime)
Constructuctor that creates an
Entry with an empty buffer
and the data given by the Kernel . |
Entry(int numberDimensions,
ClusKernel cluster,
long currentTime,
Entry parentEntry,
Node containerNode)
extended constructor with containerNode and parentEntry
|
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.