|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.iv.mds.core.AbstractSpringMDS
de.aitools.iv.mds.core.SpringModelMDS
public class SpringModelMDS
Constructor Summary | |
---|---|
SpringModelMDS(EndCriteria ec,
Measure hdm)
Creates a new instance of SpringModelMDS with an EndCriteria and a Measure to calculate the (dis)similartiy between high-dimensional objects. |
Method Summary | |
---|---|
java.util.HashMap<java.lang.String,java.lang.Object> |
getConstants()
Returns constants of algorithm. |
java.util.HashMap<java.lang.String,java.lang.Object> |
getStatistics()
Returns information of algorithm. |
double[][] |
layOut(int[][] offs,
double[][] vals)
Takes high-dimensional vectors and returns an array with points corresponding to the input indices. |
void |
setConstants(java.util.HashMap<java.lang.String,java.lang.Object> constants)
Sets constants of algorithm. |
Methods inherited from class de.aitools.iv.mds.core.AbstractSpringMDS |
---|
getStress |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.aitools.iv.mds.core.MDS |
---|
getStress |
Constructor Detail |
---|
public SpringModelMDS(EndCriteria ec, Measure hdm)
ec
- EndCriteria for algorithmhdm
- measure between high-dimensional objects to be usedMethod Detail |
---|
public double[][] layOut(int[][] offs, double[][] vals)
layOut
in interface MDS
offs
- 2-dimensional int array with offsets of vectorsvals
- 2-dimensional double array with corresponding values
public java.util.HashMap<java.lang.String,java.lang.Object> getStatistics()
getStatistics
in interface MDS
public void setConstants(java.util.HashMap<java.lang.String,java.lang.Object> constants)
setConstants
in interface MDS
constants
- HashMap with constant names as keys and corresponding values.public java.util.HashMap<java.lang.String,java.lang.Object> getConstants()
getConstants
in interface MDS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |