What's new in FcaBedrock Context Creator 2 Build 2.8.0.28

Jun 13, 2014
  • Added support for ordinal (categorical attributes where order is significant) and date attributes. These two new attribute types can be scaled in the same manner that continuous attributes are scaled in FcaBedrock.
  • Added 3 binning methods which can be used to automatically create ranges for continuous attributes during autodetection:
  • Equal width - the attribute is scaled using ranges of equal width, based on the min/max values of the attribute
  • Equal frequency - the attribute is scaled in such a manner so that each range contains (approximately) the same number of values
  • Standard deviation - attribute is scaled up to 3 standard deviations
  • Added 'First row as headers' option - use this when first row of your flat-file csv contains column names as it's first row
  • Added 'Inconsistency Mode' - Objects are 'inconsistent' when they have more than one value for a particular attribute. During this mode inconsistent objects, along with the attributes which render the object inconsistent, are converted into a formal context.

New in FcaBedrock Context Creator 2.0 (Jul 30, 2010)

  • Bug fix for auto-detecting csv and 3-column csv formats.
  • FcaBedrock v2 is no longer distributed under the GPLv3 license. It is now
  • distributed under the MIT "permissive" license.
  • Added support of Progressive scaling for continuous attributes