Modifier and Type | Field and Description |
---|---|
double |
classification |
double |
cross_entropy |
static DocGen.FieldDoc[] |
DOC_FIELDS |
double |
mean_square |
long |
score_training |
long |
score_validation |
long |
training_samples |
long |
training_time_ms |
Constructor and Description |
---|
NeuralNet.Errors() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
public static DocGen.FieldDoc[] DOC_FIELDS
@Request.API(help="How many rows the algorithm has processed") public long training_samples
@Request.API(help="How long the algorithm ran in ms") public long training_time_ms
@Request.API(help="Classification error") public double classification
@Request.API(help="Mean square error") public double mean_square
@Request.API(help="Cross entropy") public double cross_entropy
@Request.API(help="Number of training set samples for scoring") public long score_training
@Request.API(help="Number of validation set samples for scoring") public long score_validation