Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120295632
SequenceModelComputer.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 3, 09:07
Size
725 B
Mime Type
text/x-c
Expires
Sat, Jul 5, 09:07 (2 d)
Engine
blob
Format
Raw Data
Handle
27168667
Attached To
R8820 scATAC-seq
SequenceModelComputer.hpp
View Options
#ifndef SEQUENCEMODELCOMPUTER_HPP
#define SEQUENCEMODELCOMPUTER_HPP
#include <ModelComputer.hpp>
#include <matrices.hpp>
class SequenceModelComputer : public ModelComputer
{
public:
/*!
* \brief Constructs an object to retrieve
* the sequence model given the data and their
* classification results.
* \param data the data.
* \param post_prob the data class assignment
* probabilities.
*/
SequenceModelComputer(const matrix2d_i& data,
const matrix4d_d& post_prob) ;
/*!
* \brief Destructor.
*/
virtual ~SequenceModelComputer() override ;
} ;
#endif // SEQUENCEMODELCOMPUTER_HPP
Event Timeline
Log In to Comment