Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
K
k
- Variable in class frog.
Kmeans
keyPressed(KeyEvent)
- Method in class frog.demo.
DemoGame
keyReleased(KeyEvent)
- Method in class frog.demo.
DemoGame
keyTyped(KeyEvent)
- Method in class frog.demo.
DemoGame
kill()
- Method in class frog.demo.
CowSprite
kill()
- Method in interface frog.demo.
Sprite
Disables this sprite's draw method.
kill()
- Method in class frog.demo.
UFOSprite
kill(Device)
- Method in class frog.plugin.bluetooth.
BluetoothPlugin
kill()
- Method in class frog.plugin.spot.onspot.
AccelManager
kill()
- Method in class frog.plugin.spot.onspot.
ConnectionManager
kill()
- Method in class frog.plugin.spot.onspot.
FilterManager
kill()
- Method in interface frog.plugin.spot.onspot.
Killable
Attempt to unconditionally stop all threads and release all resources.
Killable
- Interface in
frog.plugin.spot.onspot
Interface for providing a method to quickly destroy all running threads and free all resources contained in a class.
killAll()
- Method in class frog.plugin.bluetooth.
BluetoothPlugin
killUFO(int, int)
- Method in class frog.demo.
DemoController
Creates a new KillEvent for a given player on a given UFO.
Kmeans
- Class in
frog
Kmeans is a Quantizer implementation that utilizes the k-means algorithm (as well as k-means++ if requested) to select appropriate representatives (that is, build its codebook).
Kmeans(Vector<Accel3D>)
- Constructor for class frog.
Kmeans
Constructs a Kmeans quantizer with a given 3D acceleration data set.
Kmeans(KmeansParameters, Vector<Accel3D>)
- Constructor for class frog.
Kmeans
Constructs a Kmeans quantizer with a given set of k-means parameters and a 3D acceleration data set.
KMEANS
- Static variable in interface frog.
Quantizer
This is the Quantizer type index for Kmeans quantizers.
KmeansParameters
- Class in
frog
KmeansParameters is a simple record class for easier passing of Kmeans parameters.
KmeansParameters()
- Constructor for class frog.
KmeansParameters
Constructs a set of Kmeans parameters with default settings.
KmeansParameters(int, double, boolean)
- Constructor for class frog.
KmeansParameters
Constructs a set of Kmeans parameters with a given number of means, training threshold, and k-means++ boolean (++ is used on true, not used on false)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z