Plugin will take above inputs from user and trains the model based on "fieldsToClassify" and "predictionField" fields as features and label points respectively.
"fieldsToClassify" can include multiple columns of structure record as features.
"predictionField" should be the column from input structure record containing the data to be treated as label for prediction.
The model generated from this plugin will further be used by Logistic Regression Classifier plugin to classify the input data.