|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.tools.math.StringToMatrixConverter
public class StringToMatrixConverter
This class provides functions to convert a matrix given in single line Matlab format to standard matrix representation and vice versa.
| Constructor Summary | |
|---|---|
StringToMatrixConverter()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
createMatlabString(double[][] matrix)
creates a Matlab string from a given double matrix |
static double[][] |
parseMatlabString(java.lang.String matrixString)
parses a Matlab string to create a double matrix |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringToMatrixConverter()
| Method Detail |
|---|
public static java.lang.String createMatlabString(double[][] matrix)
public static double[][] parseMatlabString(java.lang.String matrixString)
throws OperatorException
OperatorException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||