tml.vectorspace.factorisation
Class SpaceDecomposition
java.lang.Object
tml.vectorspace.factorisation.SpaceDecomposition
- All Implemented Interfaces:
- java.io.Serializable
public class SpaceDecomposition
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpaceDecomposition
public SpaceDecomposition()
getUkdata
public double[][] getUkdata()
- Returns:
- the ukdata
setUkdata
public void setUkdata(double[][] ukdata)
- Parameters:
ukdata
- the ukdata to set
getSkdata
public double[][] getSkdata()
- Returns:
- the skdata
setSkdata
public void setSkdata(double[][] skdata)
- Parameters:
skdata
- the skdata to set
getVkdata
public double[][] getVkdata()
- Returns:
- the vkdata
setVkdata
public void setVkdata(double[][] vkdata)
- Parameters:
vkdata
- the vkdata to set
saveSVD
public void saveSVD(java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
readSVD
public static SpaceDecomposition readSVD(java.io.File file)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException