| Constructor and Description |
|---|
GestureClassHelper(GestureClass gestureClass,
RubineConfiguration configuration,
CountDownLatch latch) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeWeights(org.apache.commons.math.linear.RealMatrix inverse) |
org.apache.commons.math.linear.RealMatrix |
getCovarianceMatrix()
Computes the covariance matrix for a given gesture class.
|
GestureClass |
getGestureClass() |
double |
getInitialWeight() |
DoubleVector |
getMeanFeatureVector() |
int |
getNumberOfSamples() |
DoubleVector |
getWeights() |
void |
run() |
public GestureClassHelper(GestureClass gestureClass, RubineConfiguration configuration, CountDownLatch latch)
public org.apache.commons.math.linear.RealMatrix getCovarianceMatrix()
gestureClass - the gesture class to compute the covariance matrix.public DoubleVector getMeanFeatureVector()
public int getNumberOfSamples()
public void computeWeights(org.apache.commons.math.linear.RealMatrix inverse)
public double getInitialWeight()
public DoubleVector getWeights()
public GestureClass getGestureClass()
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.