CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jun 2013
    Posts
    2

    What would be your questions?

    Hey guys,

    I am a student in germany and I give in about four weeks a presentation about fault-prediction with software metrics.

    I am going to present some classification teachniques (Pareto, decision tree, fuzzy, neural network and factor-based discriminant) and one or two metrics. At the end I will present some results of studies done with this.

    If you were my audience, what would you interest? Which questions would you have?

  2. #2
    2kaud's Avatar
    2kaud is online now Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,822

    Re: What would be your questions?

    For many presentations, the two simple questions that often trips up the presenter are why? and how? Why is this important to me? Why should I be concerned about this? How is this going to help me? How can I afford it? etc etc.

    Good luck with the presentation.
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  3. #3
    Join Date
    Jun 2013
    Posts
    2

    Re: What would be your questions?

    Thanks for your answer. In my presentation I will also answer the question why (better management of test resources, softwaretester and reduction development costs).

    And I will also answer the question how on the surface. That means, I am going to explain all differente techniques in some words how they are done ... so that is already part of the presentation.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured