Click or drag to resize

SingleVariableClassifyCommand Class

Classifies objects according to the value ranges.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsSingleVariableClassifyCommand

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

The SingleVariableClassifyCommand type exposes the following members.

Constructors
  NameDescription
Public methodSingleVariableClassifyCommand
Initializes a new instance of the SingleVariableClassifyCommand class
Public methodSingleVariableClassifyCommand(McCommand)
Initializes a new instance of the SingleVariableClassifyCommand class
Top
Properties
  NameDescription
Public propertyBinRanges
Bin ranges used for classification.
Public propertyClassNames
Class names for every bin.
Public propertyMeasurement
Measurement
Top
Methods
  NameDescription
Public methodSaveParameterAsCode (Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks