Spark! Fuzzy Logic Editor Help


Variables | Sets | Rules | API | Integration | Tutorial


Integration Steps

Here are the steps for integrating Spark! into your application:

  1. Create a Spark! model and save it.
  2. Export the .h file
  3. Create your custom application
    • Include SparkModel.h
    • Include the .h file you exported
    • Declare a SparkModel or SparkModelWrapper object
    • Load the Spark! model
    • If using MSVC++ include SparkModel.lib in your project settings
    • Call the Spark! API where needed