Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Classification of Systems-I01:26

Classification of Systems-I

169
Linearity is a system property characterized by a direct input-output relationship, combining homogeneity and additivity.
Homogeneity dictates that if an input x(t) is multiplied by a constant c, the output y(t) is multiplied by the same constant. Mathematically, this is expressed as:
169
Classification of Systems-II01:31

Classification of Systems-II

134
Continuous-time systems have continuous input and output signals, with time measured continuously. These systems are generally defined by differential or algebraic equations. For instance, in an RC circuit, the relationship between input and output voltage is expressed through a differential equation derived from Ohm's law and the capacitor relation,
134
Distribution Reliability and Automation01:25

Distribution Reliability and Automation

105
Distribution reliability in electrical power systems is critical for ensuring an uninterrupted power supply to consumers at minimal cost. According to IEEE Standard Terms, reliability is the probability that a device will function without failure over a specified time period or amount of usage. For electric power distribution, this translates to maintaining continuous power supply and addressing customer concerns over power outages. Several indices, as defined by IEEE Standard 1366-2012, are...
105
Aggregates Classification01:29

Aggregates Classification

303
Aggregate classification is generally based on its size, petrographic characteristics, weight, and source. Size classification ranges from coarse to fine aggregates, defined by the size of the particles. Coarse aggregates are particles that do not pass through ASTM sieve No. 4, and aggregates that pass through the sieve are fine aggregates.
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
303
Classification of Signals01:30

Classification of Signals

401
In signal processing, signals are classified based on various characteristics: continuous-time versus discrete-time, periodic versus aperiodic, analog versus digital, and causal versus noncausal. Each category highlights distinct properties crucial for understanding and manipulating signals.
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
401
Methods of Classification and Identification01:28

Methods of Classification and Identification

Bacterial identification relies on a diverse array of techniques to classify and understand microorganisms, each tailored to uncover specific characteristics. Traditional morphological approaches, while still valuable, are limited for closely related or structurally simple organisms. Modern methods integrate biochemical, serological, genetic, and advanced molecular tools to achieve greater accuracy.Morphological and Biochemical TechniquesMorphological characteristics, such as cell shape and...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same journal

DARUMA: a gateway to fast and easy prediction of intrinsically disordered regions.

PeerJ. Computer science·2026
Same journal

Alzheimer's disease detection using a quantum deep neural network with Haralick feature extraction and simulated annealing optimization.

PeerJ. Computer science·2026
Same journal

Network anomaly detection using Deep Autoencoder and parallel Artificial Bee Colony algorithm-trained neural network.

PeerJ. Computer science·2026
Same journal

An anomaly detection model for multivariate time series with anomaly perception.

PeerJ. Computer science·2026
Same journal

Retraction: A wormhole attack detection method for tactical wireless sensor networks.

PeerJ. Computer science·2026
Same journal

Evaluation of mental disorder with prioritization of its type by utilizing the bipolar complex fuzzy decision-making approach based on Schweizer-Sklar prioritized aggregation operators.

PeerJ. Computer science·2026
See all related articles

Related Experiment Video

Updated: Jun 5, 2025

Design and Analysis for Fall Detection System Simplification
08:05

Design and Analysis for Fall Detection System Simplification

Published on: April 6, 2020

10.6K

Classifying software security requirements into confidentiality, integrity, and availability using machine learning

Taghreed Bagies1

  • 1Information Technology, Computing and Information Technology, King Abdulaziz University, Jeddah, Saudi Arabia.

Peerj. Computer Science
|December 9, 2024
PubMed
Summary
This summary is machine-generated.

This study automates the classification of software security requirements into confidentiality, integrity, and availability (CIA) triads. Support Vector Machine with sentence-transformer embedding achieved 87% accuracy, improving requirement traceability.

Keywords:
CIAMachine learningSecurity requirementsSentence-transformerSoftware engineering

More Related Videos

Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines
08:27

Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines

Published on: January 5, 2024

979
A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment
12:18

A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment

Published on: January 11, 2020

7.5K

Related Experiment Videos

Last Updated: Jun 5, 2025

Design and Analysis for Fall Detection System Simplification
08:05

Design and Analysis for Fall Detection System Simplification

Published on: April 6, 2020

10.6K
Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines
08:27

Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines

Published on: January 5, 2024

979
A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment
12:18

A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment

Published on: January 11, 2020

7.5K

Area of Science:

  • Software Engineering
  • Information Security
  • Natural Language Processing

Background:

  • Security requirements are critical non-functional software requirements, often based on the confidentiality, integrity, and availability (CIA) triad.
  • Natural language-based requirements can be ambiguous, making it difficult to distinguish between different security dimensions.
  • Automating the classification of security requirements aids in tracing and ensuring implementation.

Purpose of the Study:

  • To propose and evaluate methods for automatically classifying security requirements into the CIA triad.
  • To compare feature extraction techniques (TF-IDF and sentence-transformer embedding) combined with machine learning algorithms.

Main Methods:

  • Developed five machine learning models (SVM, KNN, RF, GB, BNB) for each feature extraction technique.
  • Utilized Term Frequency-Inverse Document Frequency (TF-IDF) and sentence-transformer embedding for feature extraction.
  • Created a web interface for real-time analysis and classification of security requirements.

Main Results:

  • The Support Vector Machine (SVM) model combined with sentence-transformer embedding achieved the highest accuracy at 87%.
  • This approach demonstrated superior performance in predicting the security dimension of requirements compared to other models.
  • TF-IDF and other machine learning algorithms showed varying degrees of success but were outperformed by the SVM-sentence-transformer combination.

Conclusions:

  • Automated classification of security requirements into the CIA triad is feasible and beneficial for software engineering.
  • Sentence-transformer embedding combined with SVM offers a highly accurate method for this classification task.
  • The developed system can enhance the efficiency and reliability of security requirement management.