Objective:
Regenerate CalLite ANN (Artificial Neural Network) interface with new package naming scheme. This will allow for the Legacy Support Module to be refactored with the updated naming to be compatible with external native functions.
Additional context:
External native functions associated with the CalLite ANN interface use the legacy package naming (gov.ca.dwr.wrimsv2.*), which is not aligned with the current convention of gov.ca.water.wrims.engine.*. Native function calls are required to share a package path with the native functions being called, which has required the presence of a module in WRIMS Engine with legacy naming.
See the Legacy Module README for more context.
Objective:
Regenerate CalLite ANN (Artificial Neural Network) interface with new package naming scheme. This will allow for the Legacy Support Module to be refactored with the updated naming to be compatible with external native functions.
Additional context:
External native functions associated with the CalLite ANN interface use the legacy package naming (
gov.ca.dwr.wrimsv2.*), which is not aligned with the current convention ofgov.ca.water.wrims.engine.*. Native function calls are required to share a package path with the native functions being called, which has required the presence of a module in WRIMS Engine with legacy naming.See the Legacy Module README for more context.