| 
				
  | 
|||||||||||||||||||||
| 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 - public class CorrelationModel<V extends RealVector<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 RealVector<V,?> centroid
| Constructor Detail | 
|---|
public CorrelationModel(PCAFilteredResult pcaresult,
                        V centroid)
pcaresult - centroid - | Method Detail | 
|---|
public PCAFilteredResult getPCAResult()
public void setPCAResult(PCAFilteredResult pcaresult)
pcaresult - public V getCentroid()
public void setCentroid(V centroid)
centroid - 
public void writeToText(TextWriterStream out,
                        String label)
TextWriteable interface
writeToText in interface TextWriteablewriteToText in class BaseModellabel - out - Output writer
  | 
                
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||