CBRBase                 Root class for common functionality of this
                        package
CaseBasedReasoning      Case Based Reasoning
CoxModel                Cox-Beta Model for Case-Based-Reasoning
LinearModel             Linear Regression Model for
                        Case-Based-Reasoning
LogisticModel           Logistic Regression Model for
                        Case-Based-Reasoning
RFModel                 RandomForest Model for Searching Similar Cases
RegressionModel         Root class for Regression Models, e.g., CPH,
                        logistic, and linear regression
asDistObject            Converts a distance vector into an object of
                        class 'dist'
call_function           Call a function by character strings using the
                        namespace and custom parameters.
depth_distance          Depth Distance
distanceRandomForest    Distance calculation based on RandomForest
                        Proximity or Depth
edges_between_terminal_nodes
                        Number of Edges between Terminal Nodes
generate_grid           Generate Grid
proximity_distance      Get proximity matrix of an ranger object
ranger_forests_to_matrix
                        Forest2Matrix
terminalNodes           Get the terminal node id of a RandomForest
                        Object
weightedDistance        Weighted Distance calculation
