Platforms and Wrappers

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Platforms and Wrappers

In addition to ensuring feature parity between wrappers, we designed them to use similar names for the classes and methods. For example, all three wrappers contain the Network class. At the same time, wrappers honor the idioms of the specific languages they target:

Network class in jSMILE has addNode method

Network class in PySMILE has add_node method

Network class in rSMILE has addNode method

Network class in SMILE.NET has AddNode method

As you can see, the naming choices for the methods reflect the naming conventions of different programming languages.

The remainder of this chapter describes the platform-specific details related to the use of SMILE Wrappers.