Uses of Interface
com.imsl.datamining.neural.QuasiNewtonTrainer.Error
Packages that use QuasiNewtonTrainer.Error
-
Uses of QuasiNewtonTrainer.Error in com.imsl.datamining.neural
Fields in com.imsl.datamining.neural declared as QuasiNewtonTrainer.ErrorModifier and TypeFieldDescriptionstatic final QuasiNewtonTrainer.ErrorQuasiNewtonTrainer.SUM_OF_SQUARESCompute the sum of squares error.Methods in com.imsl.datamining.neural that return QuasiNewtonTrainer.ErrorModifier and TypeMethodDescriptionBinaryClassification.getError()Returns the error function for use byQuasiNewtonTrainerfor training a binary classification network.MultiClassification.getError()Returns the error function for use byQuasiNewtonTrainerfor training a classification network.QuasiNewtonTrainer.getError()Returns the function used to compute the error to be minimized.Methods in com.imsl.datamining.neural with parameters of type QuasiNewtonTrainer.ErrorModifier and TypeMethodDescriptionvoidQuasiNewtonTrainer.setError(QuasiNewtonTrainer.Error error) Sets the function used to compute the network error.