learnmodel.h File Reference

Type definitions, DataSet, and LearnModel class. More...

#include <assert.h>
#include <vector>
#include "object.h"
#include "dataset.h"
#include "shared_ptr.h"

Include dependency graph for learnmodel.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  lemga

Classes

class  LearnModel
 A unified interface for learning models. More...

Defines

#define VERBOSE_OUTPUT   1

Typedefs

typedef std::vector< REALlemga::Input
typedef std::vector< REALlemga::Output
typedef dataset< Input, Outputlemga::DataSet
typedef std::vector< REALlemga::DataWgt
typedef const_shared_ptr<
DataSet
lemga::pDataSet
typedef const_shared_ptr<
DataWgt
lemga::pDataWgt

Functions

DataSetlemga::load_data (std::istream &, UINT, UINT, UINT)
 Load a data set from a stream.
DataSetlemga::load_data (std::istream &is, UINT n)


Detailed Description

Type definitions, DataSet, and LearnModel class.

Todo:
: add input_dim check to dataset and learnmodel
Id
learnmodel.h 2538 2006-01-08 10:01:17Z ling

Definition in file learnmodel.h.


Define Documentation

#define VERBOSE_OUTPUT   1
 

Definition at line 19 of file learnmodel.h.

Referenced by Bagging::train().


Generated on Mon Jan 9 23:43:50 2006 for LEMGA by  doxygen 1.4.6