![]() |
slope 0.29.0
|
This is the complete list of members for slope::SlopeFit, including all inherited members.
getAlpha() const | slope::SlopeFit | inline |
getClusters() const | slope::SlopeFit | inline |
getCoefs(const bool original_scale=true) const | slope::SlopeFit | inline |
getDeviance() const | slope::SlopeFit | inline |
getDevianceRatio() const | slope::SlopeFit | inline |
getDuals() const | slope::SlopeFit | inline |
getGaps() const | slope::SlopeFit | inline |
getIntercepts(const bool original_scale=true) const | slope::SlopeFit | inline |
getLambda() const | slope::SlopeFit | inline |
getLossType() const | slope::SlopeFit | inline |
getNullDeviance() const | slope::SlopeFit | inline |
getPasses() const | slope::SlopeFit | inline |
getPrimals() const | slope::SlopeFit | inline |
getTime() const | slope::SlopeFit | inline |
hasIntercept() const | slope::SlopeFit | inline |
predict(T &x, const std::string &type="response") const | slope::SlopeFit | inline |
SlopeFit()=default (defined in slope::SlopeFit) | slope::SlopeFit | |
SlopeFit(const Eigen::VectorXd &intercepts, const Eigen::SparseMatrix< double > &coefs, const Clusters &clusters, const double alpha, const Eigen::ArrayXd &lambda, const double deviance, const double null_deviance, const std::vector< double > &primals, const std::vector< double > &duals, const std::vector< double > &time, const int passes, const std::string ¢ering_type, const std::string &scaling_type, const bool has_intercept, const Eigen::VectorXd &x_centers, const Eigen::VectorXd &x_scales) | slope::SlopeFit | inline |