Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Ta-dah.MD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Tadah
Ta-dah.MD
Commits
a899503a
Commit
a899503a
authored
1 year ago
by
mkirsz
Browse files
Options
Downloads
Patches
Plain Diff
Update
parent
fd1b1800
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CORE
+1
-1
1 addition, 1 deletion
CORE
m_blr_md.h
+3
-3
3 additions, 3 deletions
m_blr_md.h
m_krr_md.h
+3
-3
3 additions, 3 deletions
m_krr_md.h
with
7 additions
and
7 deletions
CORE
@
df6c89d0
Compare
753432c0
...
df6c89d0
Subproject commit
753432c0f7fc25aa4c4fe401c42962a91babbc40
Subproject commit
df6c89d0bcb57751edabc8d268eab6e5c48d0cc4
This diff is collapsed.
Click to expand it.
m_blr_md.h
+
3
−
3
View file @
a899503a
...
@@ -25,15 +25,15 @@ class M_BLR_MD: private M_BLR_Core<BF>, public M_MD_Base {
...
@@ -25,15 +25,15 @@ class M_BLR_MD: private M_BLR_Core<BF>, public M_MD_Base {
norm
=
Normaliser_Core
(
c
);
norm
=
Normaliser_Core
(
c
);
}
}
double
epredict
(
const
aed_
rc
type
&
aed
)
{
double
epredict
(
const
aed_type
2
&
aed
)
{
return
M_BLR_Core
<
BF
>::
bf
.
epredict
(
M_BLR_Core
<
BF
>::
weights
,
aed
);
return
M_BLR_Core
<
BF
>::
bf
.
epredict
(
M_BLR_Core
<
BF
>::
weights
,
aed
);
};
};
double
fpredict
(
const
fd_type
&
fdij
,
const
aed_
rc
type
&
aedi
,
const
size_t
k
)
{
double
fpredict
(
const
fd_type
&
fdij
,
const
aed_type
2
&
aedi
,
const
size_t
k
)
{
return
M_BLR_Core
<
BF
>::
bf
.
fpredict
(
M_BLR_Core
<
BF
>::
weights
,
fdij
,
aedi
,
k
);
return
M_BLR_Core
<
BF
>::
bf
.
fpredict
(
M_BLR_Core
<
BF
>::
weights
,
fdij
,
aedi
,
k
);
}
}
force_type
fpredict
(
const
fd_type
&
fdij
,
const
aed_
rc
type
&
aedi
)
{
force_type
fpredict
(
const
fd_type
&
fdij
,
const
aed_type
2
&
aedi
)
{
return
M_BLR_Core
<
BF
>::
bf
.
fpredict
(
M_BLR_Core
<
BF
>::
weights
,
fdij
,
aedi
);
return
M_BLR_Core
<
BF
>::
bf
.
fpredict
(
M_BLR_Core
<
BF
>::
weights
,
fdij
,
aedi
);
}
}
};
};
...
...
This diff is collapsed.
Click to expand it.
m_krr_md.h
+
3
−
3
View file @
a899503a
...
@@ -25,15 +25,15 @@ class M_KRR_MD: private M_KRR_Core<K>, public M_MD_Base {
...
@@ -25,15 +25,15 @@ class M_KRR_MD: private M_KRR_Core<K>, public M_MD_Base {
norm
=
Normaliser_Core
(
c
);
norm
=
Normaliser_Core
(
c
);
}
}
double
epredict
(
const
aed_
rc
type
&
aed
)
{
double
epredict
(
const
aed_type
2
&
aed
)
{
return
M_KRR_Core
<
K
>::
kernel
.
epredict
(
M_KRR_Core
<
K
>::
weights
,
aed
);
return
M_KRR_Core
<
K
>::
kernel
.
epredict
(
M_KRR_Core
<
K
>::
weights
,
aed
);
};
};
double
fpredict
(
const
fd_type
&
fdij
,
const
aed_
rc
type
&
aedi
,
const
size_t
k
)
{
double
fpredict
(
const
fd_type
&
fdij
,
const
aed_type
2
&
aedi
,
const
size_t
k
)
{
return
M_KRR_Core
<
K
>::
kernel
.
fpredict
(
M_KRR_Core
<
K
>::
weights
,
fdij
,
aedi
,
k
);
return
M_KRR_Core
<
K
>::
kernel
.
fpredict
(
M_KRR_Core
<
K
>::
weights
,
fdij
,
aedi
,
k
);
}
}
force_type
fpredict
(
const
fd_type
&
fdij
,
const
aed_
rc
type
&
aedi
)
{
force_type
fpredict
(
const
fd_type
&
fdij
,
const
aed_type
2
&
aedi
)
{
return
M_KRR_Core
<
K
>::
kernel
.
fpredict
(
M_KRR_Core
<
K
>::
weights
,
fdij
,
aedi
);
return
M_KRR_Core
<
K
>::
kernel
.
fpredict
(
M_KRR_Core
<
K
>::
weights
,
fdij
,
aedi
);
}
}
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment