tpp
Interface Projection

All Known Implementing Classes:
LinearProjection

public interface Projection

A projection from a data-space to a view-space.


Method Summary
 Matrix project(Matrix data)
          Apply the projection to the given data.
 double pursueTarget(Matrix data, Matrix target)
          Find the projection that best maps the data to the target.
 

Method Detail

project

Matrix project(Matrix data)
Apply the projection to the given data.


pursueTarget

double pursueTarget(Matrix data,
                    Matrix target)
Find the projection that best maps the data to the target. Return the error.