org.ujmp.core.doublematrix.calculation
Interface DoubleCalculation

All Superinterfaces:
Calculation, Serializable
All Known Implementing Classes:
Abs, AbstractDoubleCalculation, 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 interface DoubleCalculation
extends Calculation


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
 
Method Summary
 double getDouble(long... coordinates)
           
 void setDouble(double value, long... coordinates)
           
 
Methods inherited from interface org.ujmp.core.calculation.Calculation
allCoordinates, availableCoordinates, calc, calcLink, calcMulti, calcNew, calcOrig, contains, getAnnotation, getDimension, getSize, getSource, getSources, getStorageType, getValueCount, getValueType, isSparse, setAnnotation, setDimension, setSources
 

Method Detail

getDouble

double getDouble(long... coordinates)
                 throws MatrixException
Throws:
MatrixException

setDouble

void setDouble(double value,
               long... coordinates)
               throws MatrixException
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.