Public Member Functions
edu.wpi.rail.jinteractiveworld.model.Model Interface Reference
Inheritance diagram for edu.wpi.rail.jinteractiveworld.model.Model:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void add (DataPoint point)
List< DataPointgetData ()
double getDecisionValue ()
Item getItem ()
Placement getPlacementLocation ()
String getReferenceFrame ()
Room getRoom ()
double getSigmaTheta ()
double getSigmaX ()
double getSigmaY ()
double getSigmaZ ()
Surface getSurface ()
int size ()
void train ()

Detailed Description

A model consists of a collection of locations and an idea of ideal placement locations.

Author:
Russell Toris -- rctoris@wpi.edu
Version:
February 24, 2014

Definition at line 14 of file model/Model.java.


Member Function Documentation

Add a data point to this model.

Parameters:
pointThe transform to add to this model.

Implemented in edu.wpi.rail.jinteractiveworld.model.EMModel.

Get all the associated data for this model.

Returns:
The associated data for this model.

Implemented in edu.wpi.rail.jinteractiveworld.model.EMModel.

Get the value that the was the result of the placement decision.

Returns:
The value that the was the result of the placement decision.

Implemented in edu.wpi.rail.jinteractiveworld.model.EMModel.

Get the target item for this model.

Returns:
The target item for this model.

Implemented in edu.wpi.rail.jinteractiveworld.model.EMModel.

Get the most likely placement location of the target item based on this model.

Returns:
The most likely placement location of the target item based on this model.

Implemented in edu.wpi.rail.jinteractiveworld.model.EMModel.

Get the reference frame for this model.

Returns:
The reference frame for this model.

Implemented in edu.wpi.rail.jinteractiveworld.model.EMModel.

Get the target room for this model.

Returns:
The target room for this model.

Implemented in edu.wpi.rail.jinteractiveworld.model.EMModel.

Get the standard deviation of the theta.

Returns:
The standard deviation of the theta.

Implemented in edu.wpi.rail.jinteractiveworld.model.EMModel.

Get the standard deviation of the X.

Returns:
The standard deviation of the X.

Implemented in edu.wpi.rail.jinteractiveworld.model.EMModel.

Get the standard deviation of the Y.

Returns:
The standard deviation of the Y.

Implemented in edu.wpi.rail.jinteractiveworld.model.EMModel.

Get the standard deviation of the Z.

Returns:
The standard deviation of the Z.

Implemented in edu.wpi.rail.jinteractiveworld.model.EMModel.

Get the target surface for this model.

Returns:
The target surface for this model.

Implemented in edu.wpi.rail.jinteractiveworld.model.EMModel.

Get the size of the model.

Returns:
The size of the model.

Implemented in edu.wpi.rail.jinteractiveworld.model.EMModel.

Train the model.

Implemented in edu.wpi.rail.jinteractiveworld.model.EMModel.


The documentation for this interface was generated from the following file:


jinteractiveworld
Author(s): Russell Toris
autogenerated on Thu Jun 6 2019 21:34:23