Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MODELS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tadah
MODELS
Merge requests
!16
Main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Main
main
into
develop
Overview
0
Commits
15
Pipelines
1
Changes
1
Merged
Marcin Kirsz
requested to merge
main
into
develop
2 months ago
Overview
0
Commits
15
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
ea785db2
Prev
Next
Show latest version
1 file
+
3
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ea785db2
Update dm_func.h
· ea785db2
Marcin Kirsz
authored
2 months ago
include/tadah/models/descriptors/dm/dm_func.h
+
3
−
3
Options
@@ -14,11 +14,11 @@ public:
@@ -14,11 +14,11 @@ public:
/**
/**
* @class F_RLR
* @class F_RLR
* @brief Implements an embedding function of the form: \
(
s \cdot x \cdot \log(c \cdot x) \
)
* @brief Implements an embedding function of the form: \
f$
s \cdot x \cdot \log(c \cdot x) \
f$
*
*
* This class supports embedding functions characterized by two main parameters:
* This class supports embedding functions characterized by two main parameters:
* - **SEMBFUNC**: Controls the depth of the embedding function.
* - **SEMBFUNC**: Controls the depth
, \f$ s \f$,
of the embedding function.
* - **CEMBFUNC**: Determines the x-intercept, with the x-intercept at \
(
1/c \
)
.
* - **CEMBFUNC**: Determines the x-intercept, with the x-intercept at \
f$
1/c \
f$
.
*
*
* The number of keys for these parameters must match the entries in the mEAD descriptor.
* The number of keys for these parameters must match the entries in the mEAD descriptor.
*
*
Loading