The name of the file where 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)
Method using a sliding window against the dTime array, find
the sets of indices in inputIndices that are contiguous and
return only these contiguous indices in an int[].
Method using a sliding window against the dTime array, find
the sets of indices in inputIndices that are contiguous and
return only these contiguous indices in an int[].