|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use BigDecimalVector | |
|---|---|
| org.ximtec.igesture.algorithm.rubinebd | The Rubine gesture recognition algorithm. |
| org.ximtec.igesture.util | Some utilities. |
| Uses of BigDecimalVector in org.ximtec.igesture.algorithm.rubinebd |
|---|
| Methods in org.ximtec.igesture.algorithm.rubinebd that return BigDecimalVector | |
|---|---|
BigDecimalVector |
GestureSampleHelper.getFeatureVector()
|
BigDecimalVector |
GestureClassHelper.getMeanFeatureVector()
|
BigDecimalVector |
GestureClassHelper.getWeights()
|
| Uses of BigDecimalVector in org.ximtec.igesture.util |
|---|
| Methods in org.ximtec.igesture.util that return BigDecimalVector | |
|---|---|
static BigDecimalVector |
BDVectorTools.add(BigDecimalVector v1,
BigDecimalVector v2)
Performs an addition of two double vectors. |
static BigDecimalVector |
BDVectorTools.mean(Collection<BigDecimalVector> vectors)
Computes the mean vector of a set of vectors. |
static BigDecimalVector |
BDVectorTools.normalize(BigDecimalVector vector)
Normalises a vector (LP norm is used). |
static BigDecimalVector |
BDVectorTools.scalarDiv(BigDecimalVector vector,
int divisor)
Computes the scalar division of a double vector. |
static BigDecimalVector |
BDVectorTools.sum(Collection<BigDecimalVector> vectors)
Computes the sum of a collection of double vectors. |
| Methods in org.ximtec.igesture.util with parameters of type BigDecimalVector | |
|---|---|
static BigDecimalVector |
BDVectorTools.add(BigDecimalVector v1,
BigDecimalVector v2)
Performs an addition of two double vectors. |
static boolean |
BDVectorTools.hasValidValues(BigDecimalVector vector)
Tests if all values in the vector are valid. |
static void |
BDVectorTools.init(BigDecimalVector vector,
BigDecimal initValue)
Initialises the vector with a given value. |
static BigDecimalVector |
BDVectorTools.normalize(BigDecimalVector vector)
Normalises a vector (LP norm is used). |
static BigDecimal |
BDVectorTools.normLP(BigDecimalVector vector)
Computes the LP norm of the vector. |
static BigDecimalVector |
BDVectorTools.scalarDiv(BigDecimalVector vector,
int divisor)
Computes the scalar division of a double vector. |
| Method parameters in org.ximtec.igesture.util with type arguments of type BigDecimalVector | |
|---|---|
static BigDecimalVector |
BDVectorTools.mean(Collection<BigDecimalVector> vectors)
Computes the mean vector of a set of vectors. |
static BigDecimalVector |
BDVectorTools.sum(Collection<BigDecimalVector> vectors)
Computes the sum of a collection of double vectors. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||