Click or drag to resize

ClassificationResult Class

Defines the results of a classification.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.Plugins.Classifier.DataClassificationResult

Namespace: RelaxIS_SDK.Plugins.Classifier.Data
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class ClassificationResult

The ClassificationResult type exposes the following members.

Constructors
 NameDescription
Public methodClassificationResult Initializes a new instance of the ClassificationResult class.
Top
Properties
 NameDescription
Public propertyBest Gets the class with the highest score, or null if no results are available.
Public propertyResults Gets the list of all classified classes.
Public propertyUsedClassSettings Gets the classifier class settings defined by the user to create the initial set of classes.
Public propertyUsedSettings Gets the classification settings defined by the user to create these results.
Top
See Also