How to linearise a set of data points using PWA?

3 ビュー (過去 30 日間)
Mabel Ellerker
Mabel Ellerker 2018 年 8 月 20 日
回答済み: Sambit Senapati 2018 年 8 月 31 日
I have a set of data points which I would like to linearise using PWA. In doing this, I need to minimise the error - how would I go about this?

回答 (1 件)

Sambit Senapati
Sambit Senapati 2018 年 8 月 31 日
As per my understanding you want to fit piecewise linear curve through your data. If your data is single dimensional then “ SLM - Shape Language Modeling ” is a great tool available on file exchange that you can use to fit piecewise linear curves. Another way would be to train a neural network model (NN) with more number of hidden layers. There is a great book available on how to train a NN model to fit piecewise linear curves through data points.

カテゴリ

Help Center および File ExchangeClassification についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by