#include <hyperparameters.h>
|
void | _deserialize (const QJsonObject &obj) |
| Implement this function in order to use deserialize(const QJsonObject &obj) More...
|
|
|
static HyperParameters * | deserialize (const QJsonObject &obj, Args &...args) |
| This function deserialize into a new instance of type T *. More...
|
|
dnai::models::ml::HyperParameters::HyperParameters |
( |
| ) |
|
dnai::models::ml::HyperParameters::~HyperParameters |
( |
| ) |
|
|
virtual |
void dnai::models::ml::HyperParameters::_deserialize |
( |
const QJsonObject & |
obj | ) |
|
|
protectedvirtual |
int dnai::models::ml::HyperParameters::batchSize |
( |
| ) |
const |
void dnai::models::ml::HyperParameters::batchSizeChanged |
( |
int |
batchSize | ) |
|
|
signal |
float dnai::models::ml::HyperParameters::customLoss |
( |
| ) |
const |
void dnai::models::ml::HyperParameters::customLossChanged |
( |
float |
customLoss | ) |
|
|
signal |
QQmlPropertyMap* dnai::models::ml::HyperParameters::data |
( |
| ) |
|
void dnai::models::ml::HyperParameters::dataChanged |
( |
QQmlPropertyMap * |
parameters | ) |
|
|
signal |
float dnai::models::ml::HyperParameters::decay |
( |
| ) |
const |
void dnai::models::ml::HyperParameters::decayChanged |
( |
float |
decay | ) |
|
|
signal |
int dnai::models::ml::HyperParameters::epoch |
( |
| ) |
const |
void dnai::models::ml::HyperParameters::epochChanged |
( |
int |
epoch | ) |
|
|
signal |
float dnai::models::ml::HyperParameters::epsilon |
( |
| ) |
const |
void dnai::models::ml::HyperParameters::epsilonChanged |
( |
float |
epsilon | ) |
|
|
signal |
float dnai::models::ml::HyperParameters::learningRate |
( |
| ) |
const |
void dnai::models::ml::HyperParameters::learningRateChanged |
( |
float |
learningRate | ) |
|
|
signal |
QString dnai::models::ml::HyperParameters::lossFunction |
( |
| ) |
const |
void dnai::models::ml::HyperParameters::lossFunctionChanged |
( |
QString |
lossFunction | ) |
|
|
signal |
QString dnai::models::ml::HyperParameters::optimizerNam |
( |
| ) |
const |
void dnai::models::ml::HyperParameters::optimizerNamChanged |
( |
QString |
optimizer | ) |
|
|
signal |
float dnai::models::ml::HyperParameters::rho |
( |
| ) |
const |
void dnai::models::ml::HyperParameters::rhoChanged |
( |
float |
rho | ) |
|
|
signal |
void dnai::models::ml::HyperParameters::serialize |
( |
QJsonObject & |
obj | ) |
const |
|
virtual |
void dnai::models::ml::HyperParameters::setBatchSize |
( |
int |
batchSize | ) |
|
|
slot |
void dnai::models::ml::HyperParameters::setCustomLoss |
( |
float |
customLoss | ) |
|
|
slot |
void dnai::models::ml::HyperParameters::setData |
( |
QQmlPropertyMap * |
parameters | ) |
|
|
slot |
void dnai::models::ml::HyperParameters::setDecay |
( |
float |
decay | ) |
|
|
slot |
void dnai::models::ml::HyperParameters::setEpoch |
( |
int |
epoch | ) |
|
|
slot |
void dnai::models::ml::HyperParameters::setEpsilon |
( |
float |
epsilon | ) |
|
|
slot |
void dnai::models::ml::HyperParameters::setLearningRate |
( |
float |
learningRate | ) |
|
|
slot |
void dnai::models::ml::HyperParameters::setLossFunction |
( |
const QString & |
lossFunction | ) |
|
|
slot |
void dnai::models::ml::HyperParameters::setoptimizerNam |
( |
const QString & |
optimizer | ) |
|
|
slot |
void dnai::models::ml::HyperParameters::setRho |
( |
float |
rho | ) |
|
|
slot |
QQmlPropertyMap dnai::models::ml::HyperParameters::m_data |
|
private |
int dnai::models::ml::HyperParameters::batchSize |
|
readwrite |
float dnai::models::ml::HyperParameters::customLoss |
|
readwrite |
QQmlPropertyMap * dnai::models::ml::HyperParameters::data |
|
readwrite |
float dnai::models::ml::HyperParameters::decay |
|
readwrite |
int dnai::models::ml::HyperParameters::epoch |
|
readwrite |
float dnai::models::ml::HyperParameters::epsilon |
|
readwrite |
float dnai::models::ml::HyperParameters::learningRate |
|
readwrite |
QString dnai::models::ml::HyperParameters::lossFunction |
|
readwrite |
QString dnai::models::ml::HyperParameters::optimizer |
|
readwrite |
float dnai::models::ml::HyperParameters::rho |
|
readwrite |
The documentation for this class was generated from the following files: