Uses of Interface
org.n52.math.AlgorithmN

Packages that use AlgorithmN
org.n52.math Provides for the generic mathematical functionality. 
org.n52.operation.cropmodeling   
org.n52.operation.fluxnet   
 

Uses of AlgorithmN in org.n52.math
 

Subinterfaces of AlgorithmN in org.n52.math
 interface AlgorithmOnList
           List of algorithms with the same signature
 interface AlgorithmOnValues
           Algorithm that works on a dataset where all input values have the same meaning and all output values have the same meaning (which may be different from the input).
 

Uses of AlgorithmN in org.n52.operation.cropmodeling
 

Classes in org.n52.operation.cropmodeling that implement AlgorithmN
 class CropAssimilationAlgorithm
          Algorithm to calculate assimilation values
 class TemperatureModelAlgorithm
          Algorithm to calculate assimilation values
 

Uses of AlgorithmN in org.n52.operation.fluxnet
 

Classes in org.n52.operation.fluxnet that implement AlgorithmN
 class FluxNetAlgorithm
          Class for applying the neural network called "fluxnet" on a number of bands and getting the resulting values.