55
Cnkmisc Library
The cnkmisc library contains the C++ code for the various C++
procs in Spotfire Miner. This includes components such as linear
regression, neural networks, trees, and clustering.
TIBCO will continue to add classes to this library to expand the
functionality of Spotfire Miner. Other programmers will be adding
components to their own library.
Cnksp Library
The cnksp library provides support for calling Spotfire S+ from the
pipeline. This is used by the Java class
CNKProcSplusTransform to
call into Spotfire S+.
Programmers wishing to write components using Spotfire S+ should
typically use the
SplusScriptEngineNode in Java.
C++ Classes The following list shows all of the C++ classes currently available in
the cnkbase library. The indentation shows inheritance: Almost all
of the classes inherit from
CNKObj, which implements several utility
methods, and the Proc implementation classes all inherit from
CNKProc.
CNKObj
CNKBuf
CNKMemoryBuf
CNKBackingFileBuf
CNKBufReader
CNKMemoryBufReader
CNKBackingFileBufReader
CNKBufWriter
CNKMemoryBufWriter
CNKBackingFileBufWriter
CNKProc
CNKProcCount
CNKProcNullReader
CNKProcNullWriter
CNKProcPrintf
CNKProcRandomReader
CNKPipeline
CNKPropertyInfo
Commentaires sur ces manuels