-
Notifications
You must be signed in to change notification settings - Fork 58
scikit fda map
Carlos Ramos Carreño edited this page Apr 29, 2019
·
25 revisions
Map of the status of the features in scikit-fda:
custom_mark10 digraph G { skfda -> types skfda -> preprocessing skfda -> datasets skfda -> clustering skfda -> regression skfda -> classification skfda -> "dimensionality reduction" skfda -> visualization skfda -> depth
dense [style=filled,color=lightgrey,label="dense",URL="https://fda.readthedocs.io/en/latest/modules/autosummary/skfda.grid.FDataGrid.html#skfda.grid.FDataGrid"]
types -> dense
types -> "irregularly sampled"
basis [style=filled,color=lightgrey,label="basis (FDataBasis)"]
types -> basis
preprocessing -> derivatives
"symmetric difference" [style=filled,color=lightgrey,label="symmetric difference (derivative method, 1d)"]
derivatives -> "symmetric difference"
preprocessing -> registration
"shift registration" [style=filled,color=lightgrey,label="shift (shift_registration)"]
registration -> "shift registration"
"landmark shift" [style=filled,color=lightgrey,label="landmark shift (landmark_shift)"]
registration -> "landmark shift"
"landmark registration" [style=filled,color=lightgrey,label="landmark (landmark_registration)"]
registration -> "landmark registration"
"elastic registration" [style=filled,color=lightgrey,label="elastic (elastic_registration)"]
registration -> "elastic registration"
"MSE decomposition" [style=filled,color=lightgrey,label="MSE decomposition (mse_decomposition)"]
registration -> "MSE decomposition"
FM [style=filled,color=lightgrey,label="FM (fraiman_muniz_depth)"]
depth -> FM
BD [style=filled,color=lightgrey,label="BD (band_depth)"]
depth -> BD
MBD [style=filled,color=lightgrey,label="MBD (modified_band_depth)"]
depth -> MBD
depth -> "h-mode"
depth -> "random projections"
depth -> median
boxplot [style=filled,color=lightgrey,label="boxplot (Boxplot)"]
depth -> boxplot
depth -> "depth outliers"
depth -> "DD plot"
visualization -> boxplot
visualization -> "DD plot"
} custom_mark10