Class Imbalance in a DatasetWhen a dataset has a predictor variable that contains more instances of one outcome than another, we have […] February 7, 2024 in Machine Learning tagged predictor / variable / class / feature / imbalance by Mike
Python ClassesEverything in the Python language is an object. This includes numbers, strings, data structures, functions, classes, modules and […] May 22, 2023 in Python tagged object / class / classes / oop by Mike
UML Class DiagramsWhat is a UML class diagram? Wikipedia says: “In software engineering, a class diagram in the Unified Modeling […] December 30, 2020 in Programming tagged UML / diagram / class / chart by Mike
WPF The Control ClassAs Microsoft says: “[The control class] represents the base class for user interface (UI) elements that use a […] April 17, 2020 in WPF tagged control / class / controltemplate by Mike
WPF Window ClassWhat is the window class that you get automatically when you create a new WPF application in Visual […] April 3, 2020 in WPF tagged namespace / WPF / window / class / xaml by Mike
Bootstrap ClassesThere is a very good reference over at w3schools.com that lists all of the classes in Bootstrap, in […] March 27, 2019 in Bootstrap tagged Bootstrap / class / classes / Bootstrap by Mike
C# Sealed ClassWhat is a sealed class? Sealed classes are used to restrict the inheritance feature of object oriented programming. […] January 1, 2019 in C# tagged sealed / class / C# Classes Intermediate by Mike
C# Abstract ClassAbstract classes are designed to be inherited from. An abstract class can be used only as the base […] December 12, 2018 in C# tagged class / override / abstract / C# Inheritance by Mike
C# Classes IntermediateThis is our second series of posts on C# Classes. The list of posts is shown on the […] December 9, 2018 in C# tagged class / classes / intermediate / C# Classes Intermediate by Mike
C# WPF Hello World 4In this post we are continuing over from the last post. Here we are going to display some […] September 29, 2018 in WPF tagged class / label / MainWindow / WPF Hello World by Mike
C# CompositionThere are two kinds of relationships between classes: Inheritance (is-a) Composition (has-a) This post is based on an […] August 3, 2018 in C# tagged inheritance / composition / oop / class / C# Inheritance by Mike
C# Class AssociationThe post C# Introduction lists all of the C# series of posts we have at this site. Classes […] May 20, 2018 in C# tagged class / inheritance / classes / association / coupling / composition / C# Class Association by Mike