Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Emmanuel Hebrard
Blossom
Commits
06d1f7f8
Commit
06d1f7f8
authored
Feb 14, 2021
by
ehebrard
Browse files
ttt
parent
fa9e271d
Changes
2
Hide whitespace changes
Inline
Side-by-side
code/blossom/__init__.py
View file @
06d1f7f8
from
.blossom
import
*
from
.adaboost
import
*
from
.wrapper
import
DTOptions
,
W
ood
,
WeightedDatasetI
,
Tree
,
BacktrackingAlgo
,
Adaboost
from
.wrapper
import
DTOptions
,
W
eightedDatasetI
,
WeightedDataset
D
,
Tree
I
,
Tree
D
,
BacktrackingAlgo
,
BacktrackingAlgo
,
WeightedBacktrackingAlgo
,
WeightedBacktrackingAlgod
,
Adaboost
from
.wrapper
import
parse
,
read_binary
code/blossom/wrapper/swig/blossom.i
View file @
06d1f7f8
...
...
@@ -176,16 +176,14 @@ namespace blossom {
}
;
/* %template(WoodI) Wood<int>;
%template(WoodD) Wood<double>;
%template(WoodD) Wood<double>;
*/
%
template
(
TreeI
)
Tree
<
int
>
;
%template(TreeD) Tree<double>;*/
%
template
(
TreeD
)
Tree
<
double
>
;
%
template
(
WeightedDatasetI
)
WeightedDataset
<
int
>
;
%
template
(
WeightedDatasetD
)
WeightedDataset
<
double
>
;
%
template
(
BacktrackingAlgo
)
BacktrackingAlgorithm
<
CardinalityError
,
int
>
;
%
template
(
WeightedBacktrackingAlgo
)
BacktrackingAlgorithm
<
WeightedError
,
int
>
;
%
template
(
WeightedBacktrackingAlgod
)
BacktrackingAlgorithm
<
WeightedError
,
double
>
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment