|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpalta.core.Output
gpalta.multitree.MultiOutput
gpalta.clustering.ClusteringOutput
public class ClusteringOutput
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 |
---|
public double[][] prototypes
public double[][] prob
Constructor Detail |
---|
public ClusteringOutput(int nArrays, int nSamples)
Method Detail |
---|
public void setPertenenceCopy(double[][] prob)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |