gpalta.clustering
Class ClusteringOutput

java.lang.Object
  extended by gpalta.core.Output
      extended by gpalta.multitree.MultiOutput
          extended by gpalta.clustering.ClusteringOutput
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ClusteringOutput
extends MultiOutput

See Also:
Serialized Form

Field Summary
 double[][] prob
           
 double[][] prototypes
           
 
Constructor Summary
ClusteringOutput(int nArrays, int nSamples)
           
 
Method Summary
 void setPertenenceCopy(double[][] prob)
           
 
Methods inherited from class gpalta.multitree.MultiOutput
clone, getArray, getArrayCopy, getDim, store
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prototypes

public double[][] prototypes

prob

public double[][] prob
Constructor Detail

ClusteringOutput

public ClusteringOutput(int nArrays,
                        int nSamples)
Method Detail

setPertenenceCopy

public void setPertenenceCopy(double[][] prob)