Click or drag to resize

AutoClassifyCommand Class

Automatically classifies objects into clusters based on the provided set of measurements.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsAutoClassifyCommand

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Class AutoClassifyCommand
	Inherits MeasurementsCommand

The AutoClassifyCommand type exposes the following members.

Constructors
  NameDescription
Public methodAutoClassifyCommand
Initializes a new instance of the AutoClassifyCommand class
Public methodAutoClassifyCommand(McCommand)
Initializes a new instance of the AutoClassifyCommand class
Top
Properties
  NameDescription
Public propertyDistanceMethod
Distance method – defines how distances between objects are computed.
Public propertyLinkageMethod
Clustering method defines the linkage method used to compute distance between clusters of objects. During cluster analysis when two groups P and Q are united, a linkage function computes the distance between the new group P + Q and another group R.
Public propertyMeasurements
List of measurements used for clustering.
Public propertyNumberOfClusters
Number of requested clusters
Top
Methods
  NameDescription
Public methodSaveParameterAsCode
Save Measurements as string
(Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks
The method uses hierarchical clustering algorithms to calculate clusters.
See Also