DataPointSets

An IDataPointSet is a collection of IDataPoints. Each IDataPoint is an n-dimensional collection of IMeasurements. Through an IDataPointSetFactory it is possible to either create empty IDataPointSets or already full sets using the data stored in IHistograms, IClouds and IProfiles. IDataPoints and IMeasurements cannot be created, they can only be accessed through the IDataPointSet.

AIDA also provides arithmetic operations among IDataPointSets that have the same size and the same dimension.

Create and Fill an IDataPointSet

In the example below we show how to create an empty one and two dimensional IDataPointSet, how to fill it and plot it:

Create, Fill and Fit an IDataPointSet

In the example below we show how to fit a two dimensional IDataPointSet, with a one dimensional, second order polynomial

Create an IDataPointSet from another AIDA data source

Through the IDataPointSetFactory it is easy to convert an IHistogram, an ICloud or an IProfile to an IDataPointSet as shown in the example below:

Table of Contents -- Next Section


$Id: dataPointSets.shtml,v 1.3 2003/03/20 23:15:50 turri Exp $