Package com.tibco.patterns.learn.rlink

Creation, loading and saving of RLink models; model training and evaluation using individual feature vectors. This package contains the classes needed to create the RLink JNI library and the confidence classes that use information about internal constants used in RLink JNI.

The RLink class performs communication with rlink_jni library using JNI. It can manage several models at the same time.

The RLinkOut class is a prediction result that is returned from the model.

The Conf... classes define the concrete kinds of confidence measures that can be specified when creating PredictOptions class and used to get confidence for model predictions.