public Matrix<double> Weights { get; set; }
Public Property Weights As Matrix(Of Double) Get Set
public: property Matrix<double>^ Weights { Matrix<double>^ get (); void set (Matrix<double>^ value); }