TrainSetInputError.lists constructor

TrainSetInputError.lists(
  1. List<double> inputList,
  2. List<double> errorList
)

Implementation

TrainSetInputError.lists(List<double> inputList, List<double> errorList)
    : error = FVector.fromList(errorList),
      super(FVector.fromList(inputList));