The name of the file to which this bean will be written when it
is serialized, or the name of the file from which a serialized
version of the bean will be read.
This function returns the posterior probability distribution over class labels,
given a data instance using Bayes rule as follows:
find P(class|instance)=P(instance|class)P(class)/sum_i P(instnace|class_i)
Input:
instance - feature vector (discrete finite feature values represented by integers)
selectedFeatures - boolean array specifying selected features (by default, null -all features included)
This class defines the Fuzzy System interface for "Readable" classes; that
is, classes that implement this interface can appear on the righthand
side of a fuzzy clause.
This class defines the fuzzy system interface for "Writable" classes; that
is, classes that implement this interface can appear on the lefthand
side of a fuzzy clause.
FuzzyAdd -
Static variable in class com.ibm.able.beans.fuzzy.Fs
Inference (implication) method: FuzzyAdd: also known as bounded
add; the minimum of 1 and the sum of the membership values:
minimum( 1, a[i]+b[i] )
Usually used with Product correlation method.