Package | Description |
---|---|
deepnetts.eval |
Evaluation procedures for machine learning models, used to estimate how good models are performing when given new data that (that was not used for training).
|
Modifier and Type | Method and Description |
---|---|
static RegressionMetrics |
Evaluators.evaluateRegressor(NeuralNetwork<?> neuralNet,
javax.visrec.ml.data.DataSet<? extends MLDataItem> testSet)
Evaluates specified neural network with test set, as a regression model and returns basic regression evauation metrics.
|
Copyright © 2022. All rights reserved.