public class MatrixPreprocessor extends Object implements IDescriptorPreprocessor
| Modifier and Type | Field and Description |
|---|---|
protected int |
dimension |
protected String |
explanation |
protected double[][] |
matrix |
| Constructor and Description |
|---|
MatrixPreprocessor(double[][] matrix) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDimension() |
String |
getExplanation() |
double[][] |
getMatrix() |
double[] |
process(double[] values) |
void |
setDimension(int dimension) |
void |
setExplanation(String explanation) |
void |
setMatrix(double[][] matrix) |
protected double[][] matrix
protected String explanation
protected int dimension
public double[] process(double[] values)
throws Exception
process in interface IDescriptorPreprocessorExceptionpublic double[][] getMatrix()
public String getExplanation()
getExplanation in interface IDescriptorPreprocessorpublic void setExplanation(String explanation)
setExplanation in interface IDescriptorPreprocessorpublic int getDimension()
getDimension in interface IDescriptorPreprocessorpublic void setDimension(int dimension)
setDimension in interface IDescriptorPreprocessorCopyright © 2004–2018 Ideaconsult Ltd. All rights reserved.