org.ujmp.core.doublematrix.calculation
Class AbstractDoubleCalculation
java.lang.Object
org.ujmp.core.calculation.AbstractCalculation
org.ujmp.core.doublematrix.calculation.AbstractDoubleCalculation
- All Implemented Interfaces:
- Serializable, Calculation, DoubleCalculation
- Direct Known Subclasses:
- Abs, AddMissing, Atimes, Ceil, Center, Corrcoef, Cos, Cosh, CountMissing, Cov, Cumprod, Cumsum, Diff, DiscretizeToColumns, Divide, Exp, Eye, FadeIn, FadeOut, Floor, Ginv, Impute, ImputeBPCA, ImputeEM, ImputeKNN, ImputeLS, ImputeMean, ImputeRegression, ImputeZero, IndexOfMax, IndexOfMin, Log, Log10, Log2, LogisticFunction, Max, Mean, Min, Minus, Mtimes, MutualInformation, Normalize, Ones, Pinv, Plus, Power, Princomp, Prod, Rand, Randn, Range, Round, Sign, Sin, Sinh, Sqrt, Standardize, Std, Sum, Tan, Tanh, TfIdf, Times, ToDoubleMatrix, Var, Zeros
public abstract class AbstractDoubleCalculation
- extends AbstractCalculation
- implements DoubleCalculation
- See Also:
- Serialized Form
Methods inherited from class org.ujmp.core.calculation.AbstractCalculation |
allCoordinates, availableCoordinates, calc, calcMulti, contains, getAnnotation, getDimension, getSize, getSource, getSources, getStorageType, getValueCount, isSparse, setAnnotation, setDimension, setSources |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ujmp.core.calculation.Calculation |
allCoordinates, availableCoordinates, calc, calcMulti, contains, getAnnotation, getDimension, getSize, getSource, getSources, getStorageType, getValueCount, isSparse, setAnnotation, setDimension, setSources |
AbstractDoubleCalculation
public AbstractDoubleCalculation(Matrix... sources)
AbstractDoubleCalculation
public AbstractDoubleCalculation(int dimension,
Matrix... sources)
calcLink
public DoubleMatrix calcLink()
throws MatrixException
- Specified by:
calcLink
in interface Calculation
- Throws:
MatrixException
calcNew
public DoubleMatrix calcNew()
throws MatrixException
- Specified by:
calcNew
in interface Calculation
- Throws:
MatrixException
calcOrig
public Matrix calcOrig()
throws MatrixException
- Specified by:
calcOrig
in interface Calculation
- Throws:
MatrixException
setDouble
public void setDouble(double value,
long... coordinates)
throws MatrixException
- Specified by:
setDouble
in interface DoubleCalculation
- Throws:
MatrixException
getValueType
public final ValueType getValueType()
- Specified by:
getValueType
in interface Calculation
Copyright © 2010. All Rights Reserved.