Classes | |
class | Candidates |
struct | AdjCase |
The specifications about a case to adjust. More... | |
class | ChromoAdjuster |
The ChromoAdjuster is the object that will start off the genetic algorithm on a set of cases and produce, at the end, a chromo file. More... | |
class | Fuzzy |
A class for fuzzy arithmetic. More... | |
class | GAOpts |
class | Gene |
class | Chromo |
class | Population |
class | ProbPie |
class | RadarImage |
An interface class between the RadialSet and the information needed by the BWER algorithm. More... | |
class | Result |
A class that handles scoring of the algorithm versus a truthed data set. More... | |
class | RtbwerListener |
Register a listener with a code::Index and it will become an instance of a BWER algorithm, processing base reflectivity data as it comes in. More... | |
class | Rtbwers |
class | Rulebase |
class | VVListener |
Register a listener with a code::Index and it will become an instance of a BWER algorithm, processing virtual volumes of reflectivity data as it comes in. More... | |
Enumerations | |
enum | FuzzyRule { IsAbout, IsSmall, IsLarge } |
Functions | |
std::vector< Candidates > | findCandidates (const std::vector< RadarImage > &allSwps, int vol, int swp) |
code::Image< int > | formRegionImage (const code::Image< int > &origImage) |
std::vector< Candidates > | setCandidateValues (const code::Image< int > ®Image, const code::Image< int > &higherSwp, const RadarImage &lowerSwp, int vol, int swp) |
Fuzzy | fz_aggreg (Fuzzy fz_array[], int num_fz) |
enum bwer::FuzzyRule |
std::vector<Candidates> bwer::findCandidates | ( | const std::vector< RadarImage > & | allSwps, | |
int | vol, | |||
int | swp | |||
) |
code::Image<int> bwer::formRegionImage | ( | const code::Image< int > & | origImage | ) |
std::vector<Candidates> bwer::setCandidateValues | ( | const code::Image< int > & | regImage, | |
const code::Image< int > & | higherSwp, | |||
const RadarImage & | lowerSwp, | |||
int | vol, | |||
int | swp | |||
) |