DayF core  1.2.1.2
DayF (Decision at your Fingertips) is an AutoML freeware development framework that let developers works with Machine Learning models without any idea of AI, simply taking a csv dataset and the objective column
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Ngdayf
 Ncommon
 NarmetadataDefine all objects, functions and structured related to Analysis_Results for one execution (final json structure) on OrderedDict format
 Ndataload
 NdfmetadaDefine all objects, functions and structured related to Data Analysis of input data on OrderedDict format
 Nnormalizationset
 NstoragemetadataDefine all objects, functions and structured related to adding storage information metadata (json structure) on list[OrderedDict] format
 Nconf
 NloadconfigDefine all objects, functions and structs related to load on system all configuration parameter from config.json
 Ncore
 NadviserastarDefine all objects, functions and structured related to manage and execute Smart analysis based on A* Algorithm and defined heuristic Main class AdviserAStarAvg
 NadviserbaseDefine all objects, functions and structured related to manage and execute Smart analysis based on A* Algorithm and defined heuristic Main class Adviser
 NcontrollerDefine all objects, functions and structured related to manage and execute actions over DayF core and expose API to users
 Nexperiment_contextDefine all global objects, functions and structs related with an specific experiment
 Nhandler_metrics
 Nh2oanomaliesmetricmetadataDefine Regression Metric object as OrderedDict() of common measures for all frameworks on an unified way
 Nh2obinomialmetricmetadataDefine Binomial Metric object as OrderedDict() of common measures for all frameworks on an unified way
 Nh2oclusteringmetricmetadataDefine Clustering Metric object as OrderedDict() of common measures for all frameworks on an unified way
 Nh2omultinomialmetricmetadataDefine Multinomial Metric object as OrderedDict() of common measures for all frameworks on an unified way
 Nh2oregressionmetricmetadataDefine Regression Metric object as OrderedDict() of common measures for all frameworks on an unified way
 NsparkanomaliesmetricmetadataDefine Regression Metric object as OrderedDict() of common measures for all frameworks on an unified way
 NsparkbinomialmetricmetadataDefine Binomial Metric object as OrderedDict() of common measures for all frameworks on an unified way
 NsparkclusteringmetricmetadataDefine Regression Metric object as OrderedDict() of common measures for all frameworks on an unified way
 NsparkmultinomialmetricmetadataDefine Multinomial Metric object as OrderedDict() of common measures for all frameworks on an unified way
 NsparkregressionmetricmetadataDefine Regression Metric object as OrderedDict() of common measures for all frameworks on an unified way
 Nhandlers
 Nh2ohandlerDefine all objects, functions and structures related to executing actions or activities over h2o.ai framework
 Ninputhandler
 NsparkhandlerDefine all objects, functions and structures related to executing actions or activities over spark.ai framework
 Nlogs
 NlogshandlerDefine all objects, functions and structures related to logging event on DayF product logs
 Nmetrics
 NanomaliesmetricmetadataDefine Regression Anomalies Metric object as OrderedDict() of common measures for all frameworks on an unified way
 NbinomialmetricmetadataDefine Binomial Metric object as OrderedDict() of common measures for all frameworks on an unified way
 NclusteringmetricmetadataDefine Clustering Metric object as OrderedDict() of common measures for all frameworks on an unified way
 NexecutionmetriccollectionDefine common execution base structure as OrderedDict() of common datasets on an unified way
 NmetricmetadataDefine Base Metric object as OrderedDict() of common measures for all metrics types on an unified way
 NmultinomialmetricmetadataDefine Multinomial Metric object as OrderedDict() of common measures for all frameworks on an unified way
 NregressionmetricmetadataDefine Regression Metric object as OrderedDict() of common measures for all frameworks on an unified way
 Nmodels
 NatypesmetadataDefine Analysis Types for DayF product on an unified way
 NframeworkmetadataDefine Base Framework methods and members on an unified way
 Nh2oframeworkmetadataDefine Base H2OFramework methods and members on an unified way
 Nh2omodelmetadataDefine Base Model for H2OFramework on an unified way
 NmodelmetadataDefine Base Model methods and members on an unified way
 NparametersmetadataDefine all objects, functions and structured related to manage Model Parameters Structure: OrderedDict(): value : Seleccionable: boolean Type: Internal structure and restriction over value as reference
 NsparkframeworkmetadataDefine Base sparkFramework methods and members on an unified way
 NsparkmodelmetadataDefine Base Model for sparkFramework on an unified way
 Nnormalizer
 Nnormalizer
 Noptimizers
 Nh2o_optimizerDefine all objects, functions and structured related to manage and execute Smart analysis based on A* Algorithm and defined heuristic for H2O.ai framework Main class AdviserAStarAvg
 Nspark_optimizerDefine all objects, functions and structured related to manage and execute Smart analysis based on A* Algorithm and defined heuristic for H2O.ai framework Main class AdviserAStarAvg
 Npersistence
 NpersistencehandlerDefine all objects, functions and structures related to physically store information on persistence system on an unified way
 Nworkflow
 NworkflowDefine all objects, functions and structured related to manage and execute actions over DayF core and expose API to users