Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 246 Bytes

File metadata and controls

5 lines (4 loc) · 246 Bytes

log_regression

A simple C++ program to calculate the logistic regression for a given data set.

command line: ./logr weights_input.txt y_observed.txt features.txt

Note that sample input data is made-up and does not represent any actual data.