Skip to content

FeatureEncoder

It's FeatureProcessor, which gets existing matrix (MedFeatures) and creates new features Existing subclasses:

  • FeaturePCA - encoding based on PCA
  • AutoEncoder - To be implemented in the future