public class TemporalSmoother extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_NUM_NEIGHBOURS |
static int |
DEFAULT_SMOOTHING_WINDOW |
| Constructor and Description |
|---|
TemporalSmoother() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static double[][] |
smooth(double[][] x,
int neighbours) |
static double[][] |
smooth(double[][] x,
int neighbours,
int windowType) |
static double[] |
smooth(double[] x,
int neighbours) |
static double[] |
smooth(double[] x,
int neighbours,
int windowType) |
public static final int DEFAULT_NUM_NEIGHBOURS
public static final int DEFAULT_SMOOTHING_WINDOW
public static double[] smooth(double[] x,
int neighbours)
public static double[] smooth(double[] x,
int neighbours,
int windowType)
public static double[][] smooth(double[][] x,
int neighbours)
public static double[][] smooth(double[][] x,
int neighbours,
int windowType)
public static void main(String[] args)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.