#include <chain_interface.hpp>
template<class KernelCallback>
class tapkee::tapkee_internal::KernelFirstInitializedState< KernelCallback >
Definition at line 204 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 239 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 252 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 218 of file chain_interface.hpp.
Sets features callback.
- Parameters
-
callback | a callback that implements the vector( const RandomAccessIterator::value_type&, DenseVector&)
member function which is used to obtain the feature vector pointed by the first argument. |
Definition at line 229 of file chain_interface.hpp.
The documentation for this class was generated from the following file: