|
hanaml.AffinityPropagation()
|
Affinity Propagation |
|
hanaml.AgglomerateHierarchical()
|
Agglomerate Hierarchical Clustering |
|
hanaml.DBSCAN()
|
DBSCAN (Density-Based Spatial Clustering of Applications with Noise) |
|
predict(<DBSCAN>)
|
Make Predictions from a "DBSCAN" Object |
|
hanaml.GaussianMixture()
|
Gaussian Mixture Model (GMM) |
|
predict(<GaussianMixture>)
|
Make Predictions from a GaussianMixture Object |
|
hanaml.GeoDBSCAN()
|
Geometry DBSCAN |
|
hanaml.KMeans()
|
KMeans |
|
predict(<KMeans>)
|
Make Predictions from a "KMeans" Object |
|
hanaml.KMedian()
|
K-Medians |
|
hanaml.KMedoid()
|
K-Medoids |
|
hanaml.LatentDirichletAllocation()
|
Latent Dirichlet Allocation |
|
transform(<LatentDirichletAllocation>)
|
Make Inference from a "LatentDirichletAllocation" Object |
|
hanaml.SOM()
|
Self-Organizing Maps |
|
predict(<SOM>)
|
Make Predictions from a "SOM" Object |
|
hanaml.SlightSilhouette()
|
Slight Silhouette |
|
hanaml.AUC()
|
Area Under Curve (AUC) |
|
hanaml.MulticlassAUC()
|
Area Under Curve with Multi-class |
|
hanaml.confusion.matrix()
|
Confusion Matrix |
|
hanaml.CRF()
|
Conditional Random Field |
|
predict(<CRF>)
|
Make Predictions from a "CRF" Object |
|
hanaml.DecisionTreeClassifier()
|
Decision Tree Model for Classficiation |
|
predict(<DecisionTreeClassifier>)
|
Make Predictions from a "DecisionTreeClassifier" Object |
|
hanaml.DiscriminantAnalysis()
|
Linear Discriminant Analysis |
|
predict(<DiscriminantAnalysis>)
|
Make Predictions from a "DiscriminantAnalysis" Object |
|
transform(<DiscriminantAnalysis>)
|
Make Projections from a "DiscriminantAnalysis" Object |
|
hanaml.HGBTClassifier()
|
Hybrid Gradient Boosting (HGBT) Tree Classifier |
|
predict(<HGBTClassifier>)
|
Make Predictions from a "HGBTClassifier" Object |
|
hanaml.KNNClassifier()
|
K-Nearest Neighbor(KNN) Classifier |
|
predict(<KNNClassifier>)
|
Make Predictions from a "KNNClassifier" Object |
|
hanaml.LogisticRegression()
|
Logistic Regression |
|
predict(<LogisticRegression>)
|
Make Predictions from a "LogisticRegression" Object |
|
hanaml.MLPClassifier()
|
Multi-Layer Perceptron (MLP) Classifier |
|
predict(<MLPClassifier>)
|
Make Predictions from a "MLPClassifier" Object |
|
hanaml.NaiveBayes()
|
Naive Bayes |
|
predict(<NaiveBayes>)
|
Make Predictions from a "NaiveBayes" Object |
|
hanaml.OneClassSVM()
|
One Class SVM |
|
predict(<OneClassSVM>)
|
Make Predictions from a "OneClassSVM" Object |
|
hanaml.RDTClassifier()
|
Random Decision Trees for Classification |
|
predict(<RDTClassifier>)
|
Make Predictions from a "RDTClassifier" Object |
|
hanaml.SVC()
|
Support Vector Classification (SVC) |
|
predict(<SVC>)
|
Make Predictions from a "SVC" Object |
|
hanaml.SVRanking()
|
Support Vector Ranking |
|
predict(<SVRanking>)
|
Make Predictions from a "SVRanking" Object |
|
hanaml.CoxProportionalHazard()
|
Cox Proportional Hazard Model |
|
predict(<CoxProportionalHazard>)
|
Make Predictions from a "CoxProportionalHazard" Object |
|
hanaml.DecisionTreeRegressor()
|
Decision Tree Model for Regression |
|
predict(<DecisionTreeRegressor>)
|
Make Predictions from a "DecisionTreeRegressor" Object |
|
hanaml.ExponentialRegression()
|
Exponential Regression |
|
predict(<ExponentialRegression>)
|
Make Predictions from a "ExponentialRegression" Object |
|
hanaml.GeometricRegression()
|
Bi-variate Geometric Regression |
|
predict(<GeometricRegression>)
|
Make Predictions from a "GeometricRegression" Object |
|
hanaml.GLM()
|
Generalized Linear Model |
|
predict(<GLM>)
|
Make Predictions from a "GLM" Object |
|
hanaml.HGBTRegressor()
|
Hybrid Gradient Boosting Tree (HGBT) Regressor |
|
predict(<HGBTRegressor>)
|
Make Predictions from an "HGBTRegressor" Object |
|
hanaml.KNNRegressor()
|
K-Nearest Neighbor(KNN) Regressor |
|
predict(<KNNRegressor>)
|
Make Predictions from a "KNNRegressor" Object |
|
hanaml.LinearRegression()
|
Linear Regression |
|
predict(<LinearRegression>)
|
Make Predictions from a "LinearRegression" Object |
|
hanaml.LogarithmicRegression()
|
Bi-variate Natural Logarithmic Regression |
|
predict(<LogarithmicRegression>)
|
Make Predictions from a "LogarithmicRegression" Object |
|
hanaml.MLPRegressor()
|
Multi-Layer Perceptron (MLP) Regressor |
|
predict(<MLPRegressor>)
|
Make Predictions from a "MLPRegressor" Object |
|
hanaml.OnlineLinearRegression()
|
Online Linear Regression |
|
predict(<OnlineLinearRegression>)
|
Make Predictions from a "OnlineLinearRegression" Object |
|
hanaml.PolynomialRegression()
|
Polynomial Regression |
|
predict(<PolynomialRegression>)
|
Make Predictions from a "PolynomialRegression" Object |
|
hanaml.OnlineMultiLogisticRegression()
|
Online Multi Logistic Regression |
|
predict(<OnlineMultiLogisticRegression>)
|
Make Predictions from a "OnlineMultiLogisticRegression" Object |
|
hanaml.RDTRegressor()
|
Random Decision Trees for Regression |
|
predict(<RDTRegressor>)
|
Make Predictions from a "RDTRegressor" Object |
|
hanaml.SVR()
|
Support Vector Regression (SVR) |
|
predict(<SVR>)
|
Make Predictions from a "SVR" Object |
|
hanaml.AccuracyMeasure()
|
Accuracy Measure |
|
hanaml.AdditiveModelForecast()
|
Additive Model Forecast |
|
predict(<AdditiveModelForecast>)
|
Make Predictions from a "AdditiveModelForecast" Object |
|
hanaml.ARIMA()
|
Autoregressive Integrated Moving Average |
|
predict(<ARIMA>)
|
Make Predictions from a "ARIMA" Object |
|
hanaml.AutoARIMA()
|
Auto Autoregressive Integrated Moving Average |
|
predict(<AutoARIMA>)
|
Make Predictions from a "AutoARIMA" Object |
|
hanaml.AutoExponentialSmoothing()
|
Auto Exponential Smoothing |
|
hanaml.BCPD()
|
Bayesian Change-point Detection |
|
hanaml.BrownExponentialSmoothing()
|
Brown Exponential Smoothing |
|
hanaml.CPD()
|
Change-point Detection |
|
hanaml.Correlation()
|
Correlation |
|
hanaml.Croston()
|
Croston |
|
hanaml.DTW()
|
Generic Dynamic Time Warping |
|
hanaml.FastDTW()
|
Fast Dynamic Time Warping |
|
hanaml.FFT()
|
Fast Fourier Transform |
|
hanaml.LRSeasonalAdjust()
|
Linear Regression with Damped Trend and Seasonal Adjust |
|
hanaml.HierarchicalForecast()
|
Hierarchical Forecast |
|
hanaml.IntermittentForecast()
|
Intermittent Time-Series Forecast |
|
hanaml.SingleExponentialSmoothing()
|
Single Exponential Smoothing |
|
hanaml.DoubleExponentialSmoothing()
|
Double Exponential Smoothing |
|
hanaml.TripleExponentialSmoothing()
|
Triple Exponential Smoothing |
|
hanaml.SeasonalDecompose()
|
Seasonality Test |
|
hanaml.TrendTest()
|
Trend Test |
|
hanaml.WhiteNoiseTest()
|
White Noise Test |
|
hanaml.OnlineARIMA()
|
Online ARIMA |
|
predict(<OnlineARIMA>)
|
Make Predictions from an "OnlineARIMA" Object |
|
hanaml.VectorARIMA()
|
Vector AutoregRessive Moving Average |
|
predict(<VectorARIMA>)
|
Make Predictions from a "VectorARIMA" Object |
|
hanaml.OnewayAnova()
|
One-way Analysis of variance (ANOVA) |
|
hanaml.OnewayAnovaRepeated()
|
Oneway Repeated Analysis of variance (ANOVA) |
|
hanaml.ChisqGoF()
|
Chi-squared Goodness-of-fit(GoF) |
|
hanaml.ChisqIndependence()
|
Chi-squared test of Independence |
|
hanaml.CDF()
|
Cumulative Distribution Function |
|
hanaml.ConditionIndex()
|
Condition Index |
|
hanaml.DistributionFit()
|
Distribution Fitting |
|
hanaml.Quantile()
|
Distribution Quantile |
|
hanaml.Entropy()
|
Entropy |
|
hanaml.ftest.equal.var()
|
Equal Variance Test |
|
hanaml.FactorAnalysis()
|
Factor Analysis |
|
hanaml.GrubbsTest()
|
Grubbs' Test for Outliers |
|
hanaml.kaplan.meier.survival.analysis()
|
Kaplan-Meier Survival Analysis |
|
hanaml.CovarianceMatrix()
|
Computes covariance matrix |
|
hanaml.PearsonrMatrix()
|
Computes correlation matrix using Pearsonr |
|
hanaml.median.test.1samp()
|
One-Sample Median Test |
|
hanaml.TTest1Samp()
|
One Sample T-Test |
|
hanaml.TTestInd()
|
Independent sample TTest |
|
hanaml.TTestPaired()
|
Paired sample TTest |
|
hanaml.UnivariateAnalysis()
|
Univariate Analysis |
|
hanaml.Wilcoxon()
|
Wilcoxon Signed Rank Test |
|
hanaml.Multinomial()
|
Multinomial Distribution |
|
hanaml.bernoulli()
|
Bernoulli Distribution Sampling |
|
hanaml.beta()
|
Beta Distribution Sampling |
|
hanaml.binomial()
|
binomial Distribution Sampling |
|
hanaml.Cauchy()
|
Cauchy Distribution Sampling |
|
hanaml.chisquared()
|
Chisquared Distribution Sampling |
|
hanaml.exponential()
|
Exponential Distribution Sampling |
|
hanaml.gumbel()
|
Gumbel Distribution Sampling |
|
hanaml.fisher.f()
|
fisher.f Distribution Sampling |
|
hanaml.gamma()
|
Gamma Distribution Sampling |
|
hanaml.geometric()
|
Geometric Distribution Sampling |
|
hanaml.lognormal()
|
Lognormal Distribution Sampling |
|
hanaml.negative.binomial()
|
negative.binomial Distribution Sampling |
|
hanaml.normal()
|
Normal Distribution Sampling |
|
hanaml.PERT()
|
PERT Distribution Sampling |
|
hanaml.Poisson()
|
Poisson Distribution Sampling |
|
hanaml.student.t()
|
Student's t Distribution Sampling |
|
hanaml.uniform()
|
Uniform Distribution Sampling |
|
hanaml.weibull()
|
weibull Distribution Sampling |
|
hanaml.KDE()
|
Kernel Density Estimation |
|
predict(<KDE>)
|
apply Kernel Density Estimation analysis |