1#ifndef MULTIPLELINEARREGRESSIONSET_H
2#define MULTIPLELINEARREGRESSIONSET_H
18 QTableWidget *
ToTable()
override;
Abstract base class providing common serialization and visualization interface.
bool ReadFromJsonObject(const QJsonObject &jsonobject) override
Deserialize object from JSON format.
MultipleLinearRegressionSet & operator=(const MultipleLinearRegressionSet &mp)
string ToString() const override
Convert object to string representation.
QTableWidget * ToTable() override
Create a Qt table widget representation of the data.
QJsonObject toJsonObject() const override
Serialize object to JSON format.
void SetSource(const string &source)
MultipleLinearRegressionSet()
bool Append(QString key, const MultipleLinearRegression &MLR)