Typedefs
contrib/mul/clsfy/clsfy_random_classifier.cxx File Reference

Implement a random classifier. More...

#include "clsfy_random_classifier.h"
#include <vcl_iostream.h>
#include <vcl_string.h>
#include <vcl_cassert.h>
#include <vsl/vsl_binary_loader.h>
#include <clsfy/clsfy_classifier_base.h>
#include <vsl/vsl_vector_io.h>
#include <vnl/vnl_math.h>

Go to the source code of this file.

Typedefs

typedef vnl_c_vector< double > cvd

Detailed Description

Implement a random classifier.

Author:
iscott
Date:
Tue Oct 9 10:21:59 2001

Definition in file clsfy_random_classifier.cxx.


Typedef Documentation

typedef vnl_c_vector<double> cvd

Definition at line 139 of file clsfy_random_classifier.cxx.