#include <chain_interface.hpp>
template<class FeaturesCallback>
class tapkee::tapkee_internal::FeaturesFirstInitializedState< FeaturesCallback >
Definition at line 320 of file chain_interface.hpp.
TapkeeOutput embedRange |
( |
RandomAccessIterator |
begin, |
|
|
RandomAccessIterator |
end |
|
) |
| const |
Constructs an embedding using the data represented by the begin and end iterators.
- Parameters
-
begin | an iterator that points to the beginning of data container |
end | an iterator that points to the end of data container |
Definition at line 355 of file chain_interface.hpp.
TapkeeOutput embedUsing |
( |
const Container & |
container | ) |
const |
Constructs an embedding using the data represented by the container.
- Parameters
-
container | a container that supports begin() and end() methods to get corresponding iterators |
Definition at line 368 of file chain_interface.hpp.
Sets distance callback.
- Parameters
-
callback | a callback that implements the distance( const RandomAccessIterator::value_type&, const RandomAccessIterator::value_type&)
member function which is used to compute distance (dissimilarity) between two objects pointed by the first and the second arguments. |
Definition at line 345 of file chain_interface.hpp.
Sets kernel callback.
- Parameters
-
callback | a callback that implements the kernel(const RandomAccessIterator::value_type&, const RandomAccessIterator::value_type&)
member function which is used to compute kernel value (similarity) between two objects pointed by the first and the second arguments. |
Definition at line 334 of file chain_interface.hpp.
FeaturesCallback features |
|
private |
The documentation for this class was generated from the following file: