33 #ifndef EIGENABSTRACT_H
34 #define EIGENABSTRACT_H
37 #include "EigenValueVector.hpp"
46 Matrix GetSortedFeatureVectorNumber(
const Matrix & m,
unsigned number)
const;
47 Matrix GetSortedFeatureVectorFactor(
const Matrix & m,
double leaveFactor )
const;
49 std::vector<EigenValueVector> GetEigenValVec(
const Matrix & m,
bool sorted )
const;
52 virtual std::vector<EigenValueVector> GetEigenValVecClient(
const Matrix & m )
const = 0;
58 #endif // EIGENABSTRACT_H