LSVM Node

The LSVM node enables you to use a linear support vector machine to classify data. LSVM is particularly suited for use with wide datasets, that is, those with a large number of predictor fields. You can use the default settings on the node to produce a basic model relatively quickly, or you can use the build options to experiment with different settings.

The LSVM node is similar to the SVM node, but it is linear and is better at handling a large number of records.

When the model has been built, you can:

  • Browse the model nugget to display the relative importance of the input fields in building the model.
  • Append a Table node to the model nugget to view the model output.

Example. A medical researcher has obtained a dataset containing characteristics of a number of human cell samples extracted from patients who were believed to be at risk of developing cancer. Analysis of the original data showed that many of the characteristics differed significantly between benign and malignant samples. The researcher wants to develop an LSVM model that can use the values of similar cell characteristics in samples from other patients to give an early indication of whether their samples might be benign or malignant.