org.ujmp.core.doublematrix.calculation
Class AbstractDoubleCalculation

java.lang.Object
  extended by org.ujmp.core.calculation.AbstractCalculation
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ujmp.core.calculation.Calculation
Calculation.Ret
 
Field Summary
 
Fields inherited from interface org.ujmp.core.calculation.Calculation
ALL, COLUMN, LINK, NEW, NONE, ORIG, ROW
 
Constructor Summary
AbstractDoubleCalculation(int dimension, Matrix... sources)
           
AbstractDoubleCalculation(Matrix... sources)
           
 
Method Summary
 DoubleMatrix calcLink()
           
 DoubleMatrix calcNew()
           
 Matrix calcOrig()
           
 ValueType getValueType()
           
 void setDouble(double value, long... coordinates)
           
 
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.doublematrix.calculation.DoubleCalculation
getDouble
 
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
 

Constructor Detail

AbstractDoubleCalculation

public AbstractDoubleCalculation(Matrix... sources)

AbstractDoubleCalculation

public AbstractDoubleCalculation(int dimension,
                                 Matrix... sources)
Method Detail

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.