Uses of Class
frog.GestureHMMParameters

Packages that use GestureHMMParameters
frog   
 

Uses of GestureHMMParameters in frog
 

Methods in frog with parameters of type GestureHMMParameters
 boolean GestureHMM.train(GestureHMMParameters gParams)
          Trains the GestureHMM with a specified set of training parameters.
 boolean GestureHMM.train(GestureHMMParameters gParams, KmeansParameters kParams)
          Trains the GestureHMM with a specified set of training parameters as well as a specified set of quantizer parameters.
 boolean Session.train(int index, GestureHMMParameters gParams)
          Trains the GestureHMM at the given index in the current gesture session with the specified parameters.
 boolean Session.train(int index, GestureHMMParameters gParams, KmeansParameters kParams)
          Trains the GestureHMM at the given index in the current gesture session with the specified parameters.
 

Constructors in frog with parameters of type GestureHMMParameters
GestureHMM(String n, GestureHMMParameters gParams)
          Constructs a GestureHMM with a name and training parameters.
GestureHMM(String n, GestureHMMParameters gParams, byte[] iconBuf)
          Constructs a GestureHMM with a name, training parameters, and an image.
GestureHMM(String n, GestureHMMParameters gParams, KmeansParameters kParams)
          Constructs a GestureHMM with a name, training parameters, and quantizer parameters (Kmeans in particular).
GestureHMM(String n, GestureHMMParameters gParams, KmeansParameters kParams, byte[] iconBuf)
          Constructs a GestureHMM with a name, training parameters, a gesture set, and an image.
GestureHMM(String n, GestureHMMParameters gParams, KmeansParameters kParams, Vector<Vector<Accel3D>> instances)
          Constructs a GestureHMM with a name, training parameters, quantizer parameters (Kmeans in particular), and a training set.
GestureHMM(String n, GestureHMMParameters gParams, KmeansParameters kParams, Vector<Vector<Accel3D>> instances, byte[] iconBuf)
          Constructs a GestureHMM with a name, training parameters, a gesture set, and an image.
GestureHMM(String n, GestureHMMParameters gParams, Vector<Vector<Accel3D>> instances)
          Constructs a GestureHMM with a name, training parameters, as well as a gesture set.
GestureHMM(String n, GestureHMMParameters gParams, Vector<Vector<Accel3D>> instances, byte[] iconBuf)
          Constructs a GestureHMM with a name, training parameters, a gesture set, and an image.