name: FeatureSelect

synopsis:

g++ [flags ...] file ... -l /isip/tools/lib/$ISIP_BINARY/lib_algo.a

#include <FeatureSelect.h>

FeatureSelect(ALGORITHM algorithm = DEF_ALGORITHM, IMPLEMENTATION implementation = DEF_IMPLEMENTATION, float floor);
boolean eq(const FeatureSelect& arg);
boolean setDimension(long dim);
quick start:

none. this class is not to be used in isolation. this class provides
the base functionality for the isip_feature_select utility.
description:

The FeatureSelect class is used to provide the base functionality for the isip_feature_select utilty. Currently, one algorithm is supported:
One implementation supported for CLASS_BASED is:
The good reference for this functionalty is:
dependencies:

public constants:

error codes:

protected data:

required public methods:

class-specific public methods:

private methods:

examples:

notes: