Skip to content

Commit 6f4d4d5

Browse files
committed
Updates for Q3 2016 Release:
- Postman updates for new API - New sample analytics with timeseries and trained model support.
1 parent 6031737 commit 6f4d4d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

analytics/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
These are sample analytics written for use with the [Predix Analytics](https://www.predix.io/docs/#EG3xVdLg) platform:
44

55
- **[demo-adder](demo-adder):** A simple analytic that takes 2 numbers as input and returns their sum. It has been implemented in Java, Matlab (r2011b), and Python.
6-
- **[demo-timeseries-adder](demo-timeseries-adder-java):** Takes 2 arrays of timeseries data and returns a timeseries array that contains the sums at each timestamp. Currently available in Java.
6+
- **[demo-timeseries-adder-java](demo-timeseries-adder-java):** Takes 2 arrays of timeseries data and returns a timeseries array that contains the sums at each timestamp. Currently available in Java.
7+
- **[demo-timeseries-adder-with-model](demo-timeseries-adder-with-model):** Takes 2 arrays of timeseries data and returns a timeseries array that contains the sums at each timestamp, adjusted by a threshold value provided in a trained model. Currently available in Java and Python.
78
- **[demo-RTM-loco](demo-RTM-loco):** A reference analytic that is used to calculate locomotive efficiency using a linear regression model. It has been implemented in Java, Matlab (r2011b), and Python.
89

910
For more information on developing analytics for use with Predix Analytics, see [Analytic Development](https://www.predix.io/docs/#Qd2kPYb7) on Predix IO.

0 commit comments

Comments
 (0)