E
- the type of the elements of the tensorsT
- the type of the result of the script.public abstract class TensoricTask<E,T> extends TensoricSupport<E> implements java.util.concurrent.Callable<T>
run()
method, which can use any of the tensoric field
usage functionalities and has to return the final value. For convenience, this class already implements the
Callable
interface so that it can easily be used in concurrent environments.Constructor and Description |
---|
TensoricTask(EnvironmentImpl<E> environment) |
Modifier and Type | Method and Description |
---|---|
T |
call() |
abstract T |
run() |
absoluteValueOf, absoluteValueOf, avarageOf, averageOf, averageOfQ, calculate, calculate, calculate, calculate, calculate, calculateQ, calculateQ, confidenceLevelOf, convert, countOf, elementInverseOf, elementwise, elementwise, inverseOf, inverseOf, negativeOf, negativeOf, negativeOf, negativeOf, negativeOfQ, one, ones, resample, rmsOf, rmsOfQ, sizeOf, sizeOfQ, squareOf, squareRootOf, stdOf, stdOfQ, sumOf, sumOfQ, sumOfSquaresOf, testIf, testIf, two, valueOf, valueOf, valueOf, valuesOf, valuesOf, valuesOfI, varOf, varOfQ, with, zero, zeros
public TensoricTask(EnvironmentImpl<E> environment)