Public Member Functions | Public Attributes

NLADesign Class Reference

Simple description of NLA design, viewed from user's perspective. More...

List of all members.

Public Member Functions

 NLADesign ()
 ~NLADesign ()
 NLADesign (const NLADesign &sd)
NLADesignoperator= (const NLADesign &sd)
void clear ()
bool isSupervised () const

Public Attributes

BufferStringSet inputs
BufferStringSet outputs
int hiddensz
bool classification

Detailed Description

Simple description of NLA design, viewed from user's perspective.

Note: Currently NN only. If hiddensz == 0, it will be set to nrinputs / 3, with a minimum of 3. If nr of outputs == 0, unsupervised network will be assumed. That means the actual nr of output nodes is 2 (segment and match). If classification is true, two extra output nodes will be added ('Classification' and 'Confidence').


Constructor & Destructor Documentation

NLADesign::NLADesign (  )  [inline]
NLADesign::~NLADesign (  )  [inline]
NLADesign::NLADesign ( const NLADesign sd  )  [inline]

Member Function Documentation

void NLADesign::clear (  )  [inline]
bool NLADesign::isSupervised (  )  const [inline]
NLADesign& NLADesign::operator= ( const NLADesign sd  )  [inline]

Member Data Documentation