Algorithm
Development Kit 1.0

Package algs.model.data.nd

Generators that construct n dimensional data sets.

See:
          Description

Class Summary
ConvertToND Wrapper generator that converts IPoint arrays into IMultiPoint object arrays.
UniformGenerator Generators of sample data points within the [0,scale) unit square.
 

Package algs.model.data.nd Description

Generators that construct n dimensional data sets.

The wrapper generator ConvertToND is used to reuse two-dimensional generators which emitted IPoint objects. This wrapper takes IPoint objects and returns IMultiPoint objects.


Algorithm Development Kit 1.0

This code supports the Algorithms in a Nutshell book, published by O'Reilly Media, Inc. in November 2008. Please visit the book web page to learn of any changes to the code repository or to record a potential defect.