|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.data.model.BaseModel
de.lmu.ifi.dbs.elki.data.model.CorrelationModel<V>
V - Vector typepublic class CorrelationModel<V extends FeatureVector<V,?>>

Cluster model using a filtered PCA result and an centroid.
| Field Summary | |
|---|---|
private V |
centroid
The centroid of this cluster. |
private PCAFilteredResult |
pcaresult
The computed PCA result of this cluster. |
| Constructor Summary | |
|---|---|
CorrelationModel(PCAFilteredResult pcaresult,
V centroid)
Constructor |
|
| Method Summary | |
|---|---|
V |
getCentroid()
Get assigned for Centroid |
PCAFilteredResult |
getPCAResult()
Get assigned PCA result |
void |
setCentroid(V centroid)
Assign new Centroid |
void |
setPCAResult(PCAFilteredResult pcaresult)
Assign new PCA result |
void |
writeToText(TextWriterStream out,
String label)
Implementation of TextWriteable interface |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private PCAFilteredResult pcaresult
private V extends FeatureVector<V,?> centroid
| Constructor Detail |
|---|
public CorrelationModel(PCAFilteredResult pcaresult,
V centroid)
pcaresult - PCA resultcentroid - Centroid| Method Detail |
|---|
public PCAFilteredResult getPCAResult()
public void setPCAResult(PCAFilteredResult pcaresult)
pcaresult - PCA resultpublic V getCentroid()
public void setCentroid(V centroid)
centroid - Centroid
public void writeToText(TextWriterStream out,
String label)
TextWriteable interface
writeToText in interface TextWriteablewriteToText in class BaseModellabel - unused parameterout - Output steam
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||