18 #ifndef __PssmInput_H__
19 #define __PssmInput_H__
21 #include <Substitution.h>
25 namespace Victor {
namespace Align2{
66 double score(
int i,
int j);
69 virtual unsigned int size()
const;
85 vector< vector<T> > data, vector<string> data1, vector<string> data2);
89 vector< vector<T> > &data, vector<string> &data1, vector<string> &data2);
99 vector< vector<double> > residuescores;
100 vector<string> allPosition;
101 vector<string> allAa;
113 return residuescores[i][j];
118 return residuescores.size();