toxTree.qsar
Class MatrixPreprocessor
java.lang.Object
toxTree.qsar.MatrixPreprocessor
- All Implemented Interfaces:
- java.io.Serializable, IDescriptorPreprocessor
public class MatrixPreprocessor
- extends java.lang.Object
- implements IDescriptorPreprocessor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
matrix
protected double[][] matrix
explanation
protected java.lang.String explanation
dimension
protected int dimension
MatrixPreprocessor
public MatrixPreprocessor(double[][] matrix)
throws java.lang.Exception
- Throws:
java.lang.Exception
process
public double[] process(double[] values)
throws java.lang.Exception
- Specified by:
process
in interface IDescriptorPreprocessor
- Throws:
java.lang.Exception
getMatrix
public double[][] getMatrix()
setMatrix
public void setMatrix(double[][] matrix)
throws java.lang.Exception
- Throws:
java.lang.Exception
getExplanation
public java.lang.String getExplanation()
- Specified by:
getExplanation
in interface IDescriptorPreprocessor
setExplanation
public void setExplanation(java.lang.String explanation)
- Specified by:
setExplanation
in interface IDescriptorPreprocessor
getDimension
public int getDimension()
- Specified by:
getDimension
in interface IDescriptorPreprocessor
setDimension
public void setDimension(int dimension)
- Specified by:
setDimension
in interface IDescriptorPreprocessor
Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.