Uses of Class
deepnetts.eval.RegressionMetrics
Packages that use RegressionMetrics
Package
Description
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).
-
Uses of RegressionMetrics in deepnetts.eval
Methods in deepnetts.eval that return RegressionMetricsModifier and TypeMethodDescriptionstatic 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.