Add factory of embed string features #4375
Merged
Conversation
src/shogun/util/factory.h
Outdated
@@ -106,6 +106,50 @@ namespace shogun | |||
return result; | |||
} | |||
|
|||
/** Create embed string features from string char features |
karlnapf
Jul 16, 2018
Member
"embedded"
"embedded"
src/shogun/util/factory.h
Outdated
@@ -106,6 +106,50 @@ namespace shogun | |||
return result; | |||
} | |||
|
|||
/** Create embed string features from string char features |
karlnapf
Jul 16, 2018
Member
this is user facing doc, so you need to make it a bit more user friendly
this is user facing doc, so you need to make it a bit more user friendly
Good apart from those docs |
src/shogun/util/factory.h
Outdated
/** Create embed string features from string char features | ||
/** Create embedded string features from string char features. | ||
* The new features has the same alphabet as the original features. Data of | ||
* the new features is obtained by calling `obtain_from_char` with the given |
karlnapf
Jul 18, 2018
Member
Much better. One final thing, could you make doxygen link the class method here?
Much better. One final thing, could you make doxygen link the class method here?
karlnapf
added a commit
to karlnapf/shogun
that referenced
this pull request
Jul 20, 2018
ktiefe
added a commit
to ktiefe/shogun
that referenced
this pull request
Jul 30, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
add another string features factory that calls
obtain_from_char
internally to translate a string features to high order representation