Click or drag to resize

Cloud Constructor

Overload List
  NameDescription
Public methodCloud(DoubleMatrix)
Initializes a new instance of the Cloud class that contains points whose coordinates are taken with respect to the standard basis. To each point is assigned a weight equal to the reciprocal of the number of points.
Public methodCloud(DoubleMatrix, DoubleMatrix)
Initializes a new instance of the Cloud class that contains points having the specified weights and whose coordinates are taken with respect to the standard basis.
Public methodCloud(DoubleMatrix, DoubleMatrix, Basis)
Initializes a new instance of the Cloud class that contains points having the specified weights and whose coordinates are taken with respect to the given basis.
Public methodCloud(DoubleMatrix, DoubleMatrix, Basis, Boolean)
Initializes a new instance of the Cloud class that contains points having the specified weights and whose coordinates are taken with respect to the given basis, with coordinates and weights eventually copied before instantiation.
Top
See Also