PatternSet Class Reference

PatternSet object. More...

Inheritance diagram for PatternSet:

Inheritance graph
[legend]
Collaboration diagram for PatternSet:

Collaboration graph
[legend]
List of all members.

Constructors

 PatternSet ()
 PatternSet (u_int size)
 PatternSet (u_int size, Pattern &pat)
 PatternSet (PatternSet &src, u_int idS, u_int idE)
 PatternSet (const PatternSet &src)

Detailed Description

Motivation
It represent a collection of Pattern object. It could be a Learning Set or a Training Set
Description
PatternSet simply inherit from a VectorData<Pattern>
Warnings


Constructor & Destructor Documentation

PatternSet (  )  [inline]

Default Constructor

PatternSet ( u_int  size  )  [inline]

Construct a vector of dimension size setting all values to defaul constructor of T

PatternSet ( u_int  size,
Pattern pat 
) [inline]

Construct a vector of dimension size setting all the values as specified

PatternSet ( PatternSet src,
u_int  idS,
u_int  idE 
) [inline]

Construct a VectorData view

PatternSet ( const PatternSet src  )  [inline]

The Copy-Constructor always allocate new memory and copies the data, even if the source VectorData is a view. Hence, a copy of a VectorData view is not a view but a new copy of data viewed by source.

Parameters:
src the VectorData to be copied


The documentation for this class was generated from the following file:
BerliOS Developer Logo Valid XHTML 1.0 Transitional Valid CSS!