Skip to content
Snippets Groups Projects
NAMESPACE 815 B
Newer Older
  • Learn to ignore specific revisions
  • Tomas Martinovic's avatar
    Tomas Martinovic committed
    # Generated by roxygen2: do not edit by hand
    
    export(classify_features)
    export(classify_series)
    export(dbscan_ts)
    export(detect_outliers)
    export(get_group_features)
    export(get_group_features_series)
    export(summarize_features)
    export(train_xgb_classificator)
    export(transform_to_steepness)
    importFrom(dplyr,`%>%`)
    importFrom(dplyr,filter)
    importFrom(dplyr,group_by)
    importFrom(dplyr,n)
    importFrom(dplyr,select)
    importFrom(dplyr,select_if)
    importFrom(dplyr,summarize)
    importFrom(dplyr,ungroup)
    importFrom(moments,kurtosis)
    importFrom(moments,skewness)
    importFrom(purrr,map)
    importFrom(stats,median)
    importFrom(stats,predict)
    importFrom(stats,sd)
    importFrom(stringr,str_detect)
    importFrom(tibble,enframe)
    importFrom(tibble,tibble)
    importFrom(tidyr,spread)
    importFrom(xgboost,xgb.DMatrix)
    importFrom(xgboost,xgb.train)