ImageCloud
 All Classes Namespaces Functions Variables Enumerations Properties Events
Public Member Functions | Properties
VisWpf.Clustering.Signatures.SignaturePart Class Reference

Represents a part of a Signature. Contains the Signature centroid and the weight of the Signature part. More...

List of all members.

Public Member Functions

 SignaturePart (double[] signatureCentroid, int weight)
 Constructs a Signature Part with the given centroid and weight.

Properties

int Weight [get, set]
 Gets or sets the weight of the signature part.
double[] SignatureCentroid [get, set]
 Gets or sets the signature parts centroid.

Detailed Description

Represents a part of a Signature. Contains the Signature centroid and the weight of the Signature part.


Constructor & Destructor Documentation

VisWpf.Clustering.Signatures.SignaturePart.SignaturePart ( double[]  signatureCentroid,
int  weight 
)

Constructs a Signature Part with the given centroid and weight.

Parameters:
signatureCentroidThe centroid of the signature part.
weightThe weight of the Signature part

Property Documentation

double [] VisWpf.Clustering.Signatures.SignaturePart.SignatureCentroid
getset

Gets or sets the signature parts centroid.

int VisWpf.Clustering.Signatures.SignaturePart.Weight
getset

Gets or sets the weight of the signature part.


The documentation for this class was generated from the following file: