-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bfast*classify() #95
Labels
enhancement
New feature or request
Comments
Hello is BFAST classify currently using for BFAST lite . |
Not at the moment! It can certainly be done, but code needs to be written for it (based on bfast01classify). |
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
<#95 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZANMQ2A4TNGX2R4QKS6R3TYLWAQJAVCNFSM5AK46L62U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBXGEZDGOBQGAYA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sure, see references in |
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: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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).
The text was updated successfully, but these errors were encountered: