infomat.algorithms.matrix
Class IMatrixRandomSplitter
java.lang.Object
infomat.algorithms.matrix.IMatrixRandomSplitter
public class IMatrixRandomSplitter
- extends java.lang.Object
Matrix Random Splitter. Not redy. Not used.
Utilizes IMatrixSplitter.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
randClusterer
RandomClusterer randClusterer
matrixSplitter
IMatrixSplitter matrixSplitter
IMatrixRandomSplitter
public IMatrixRandomSplitter()
splitAlongDimension
public IMatrix[] splitAlongDimension(IMatrix matrix,
boolean row,
int numberOfGroups)
- Splits along rows or columns. Constructs corresponding groups
along the other dimension.
splitAlongBothDimensions
public IMatrix[][] splitAlongBothDimensions(IMatrix matrix,
int numberOfRowGroups,
int numberOfColumnGroups)
- Both are hard splits.