Skip to main content



simClassify+ Model Specifications

Model Specifications modify a model's behavior and access to server resources.

simClassify+ accepts the same Sim Search K specification as simClassify, with the addition of several parameters for the blended metric. These hyperparameters cannot be effectively selected manually. Therefore, it is highly recommended to use a grid to select the appropriate parameters.

IterationsNumber of iterations of the metric learning algorithm.
Learning RateStep size of the learning algorithm. Small values can lead to longer runtime. Large values can lead to overfitting.
Feature SubsamplingRatio of randomly subsampled features at each iteration of the metric learning algorithm. Randomizations provides diversity in the preparation of the similarity criteria.
Feature FocusMaximum number of dynamically selected features at any given time. This works like a localized feature selection process.
Class WeightingUNIFORM or NORMALIZED. Uniform gives the same weight to all classes. Normalization takes into account class imbalance.