AutoClassifyCommand Class |
|
Namespace: MediaCy.Addins.Measurements
Public Class AutoClassifyCommand Inherits MeasurementsCommand
The AutoClassifyCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoClassifyCommand | Initializes a new instance of the AutoClassifyCommand class | |
| AutoClassifyCommand(McCommand) | Initializes a new instance of the AutoClassifyCommand class |
| Name | Description | |
|---|---|---|
| DistanceMethod |
Distance method – defines how distances between objects are computed.
| |
| LinkageMethod |
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.
| |
| Measurements |
List of measurements used for clustering.
| |
| NumberOfClusters |
Number of requested clusters
|
| Name | Description | |
|---|---|---|
| SaveParameterAsCode |
Save Measurements as string
(Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).) |