public class RGLDMParameters extends Object
Modifier and Type | Field and Description |
---|---|
static float |
differenceThreshold |
protected float |
dt |
protected int |
nn |
static int |
numNeighbors |
static float |
ratioOfDistance |
protected int |
re |
static int |
redundancy |
protected float |
rod |
Constructor and Description |
---|
RGLDMParameters() |
RGLDMParameters(float differenceThreshold,
float ratioOfDistance,
int numNeighbors,
int redundancy) |
Modifier and Type | Method and Description |
---|---|
float |
getDifferenceThreshold() |
int |
getNumNeighbors() |
float |
getRatioOfDistance() |
int |
getRedundancy() |
public static float differenceThreshold
public static float ratioOfDistance
public static int numNeighbors
public static int redundancy
protected final float dt
protected final float rod
protected final int nn
protected final int re
Copyright © 2015–2021 Fiji. All rights reserved.