Giter VIP home page Giter VIP logo

Comments (1)

benfulcher avatar benfulcher commented on May 30, 2024

Thanks @Drodriguez-9,
Easiest is to do a TS_Init with all features as HCTSA.mat, and then subset:

[IDs_lenDep,IDs_notLenDep] = TS_GetIDs('lengthDependent','HCTSA.mat','ops','Keywords');
TS_Subset('HCTSA.mat',[],IDs_notLenDep,true,'HCTSA_lenDepFiltered.mat')

Then you have the full set initialized as HCTSA.mat and the length-dependent-removed as HCTSA_lenDepFiltered.mat. You can then e.g., just work from the lenDepFiltered version for the subsequent calculation.

I typically compute everything and then subset later for flexibility. If you go this route, then the TS_Subset is the command you use, just on the already-computed version of HCTSA.mat, or there is some capability for filtering for analysis without needing to create lots of filtered .mat files (e.g., in the reducedFeatureSet field of the classification parameter structure, cf. GiveMeDefaultClassificationParams).

Hope this helps and good luck with your research.
Ben

from hctsa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.