Biorithm  1.1
Public Member Functions | Protected Attributes
SGraphFilter Class Reference

This class is the partition distance filter that finds similar truth tables. More...

#include <SGraphFilter.h>

Inheritance diagram for SGraphFilter:
Filter

List of all members.

Public Member Functions

 SGraphFilter (const SGraphFilter &src)
virtual SGraphFilteroperator= (const SGraphFilter &rhs)
virtual bool filter (const ItemSet &is, TruthMatrix &tm, string &msg)

Protected Attributes

MyGraph graph

Detailed Description

This class is the partition distance filter that finds similar truth tables.

SGraphFilter.h The partition distance filter

Author:
Conley Owens ibcliffo@vt.edu
Date:
2007-09-14

Member Function Documentation

bool SGraphFilter::filter ( const ItemSet is,
TruthMatrix tm,
string &  msg 
) [virtual]

This method finds if the tt has a similar tt

------------------------------- Parameters ------------------------------- const ItemSet& is The truth table to examine TruthMatrix& tm The matrix where the truth table came from string& msg We can alter this to add a message to the filter, IE: what tt it is similar to

--------------------------------- Return --------------------------------- True if it passed, false if not

Implements Filter.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Typedefs Friends