bfast2 / bfast

Breaks For Additive Season and Trend
https://bfast2.github.io
GNU General Public License v2.0
41 stars 15 forks source link

bfast*classify() #95

Open GreatEmerald opened 3 years ago

GreatEmerald commented 3 years ago

We can adapt BFAST Lite to do multi-breakpoint bfastliteclassify(), bfast01classify(), which is in high demand (and will probably deprecate bfast01 for most use cases). We can just use the same code, with a bfastlite object it should output multiple classified outputs (in a matrix).

DanielaFe7-personal commented 10 months ago

Hello is BFAST classify currently using for BFAST lite . can it be used to classify multiple trends .

GreatEmerald commented 10 months ago

Not at the moment! It can certainly be done, but code needs to be written for it (based on bfast01classify).

DanielaFe7-personal commented 10 months ago

Thank you . Maybe you have any reference papers that better explain how the trend classification is performed ?

Le jeu. 28 déc. 2023 à 15:43, Dainius Masiliūnas @.***> a écrit :

Not at the moment! It can certainly be done, but code needs to be written for it (based on bfast01classify).

— Reply to this email directly, view it on GitHub https://github.com/bfast2/bfast/issues/95#issuecomment-1871238000, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZANMQ2A4TNGX2R4QKS6R3TYLWAQJAVCNFSM5AK46L62U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBXGEZDGOBQGAYA . You are receiving this because you commented.Message ID: @.***>

GreatEmerald commented 10 months ago

Sure, see references in ?bfast01classify. The concept is very simple, you can see it in this part of the code: https://github.com/bfast2/bfast/blob/master/R/bfast01classify.R#L111

DanielaFe7-personal commented 10 months ago

Thank you very much! I will analyse the code.

Daniela F. Milón Flores Le 28 déc. 2023 à 21:57 +0100, Dainius Masiliūnas @.***>, a écrit :

Sure, see references in ?bfast01classify. The concept is very simple, you can see it in this part of the code: https://github.com/bfast2/bfast/blob/master/R/bfast01classify.R#L111 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>