Click or drag to resize
Accord.NET (logo)

Nursery Class

Nursery Dataset.
Inheritance Hierarchy
SystemObject
  Accord.DataSets.BaseWebDataSet
    Accord.DataSetsNursery

Namespace:  Accord.DataSets
Assembly:  Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax
public class Nursery : WebDataSet
Request Example View Source

The Nursery type exposes the following members.

Constructors
  NameDescription
Public methodNursery
Prepares the Nursery dataset.
Top
Properties
  NameDescription
Public propertyClassLabels
Gets the class labels associated with each instance in the Nursery dataset.
Public propertyClassNames
Gets the class labels in the Nursery dataset: "not_recom", "recommend", "very_recom", "priority", "spec_prior".
Public propertyInstances
Gets the data instances contained in Fisher's Iris flower dataset.
Public propertyPath
Gets the path to the directory where the datasets will be stored.
(Inherited from WebDataSet.)
Public propertyVariableNames
Gets the variable names in the Nursery dataset.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodHasMethod
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.)
Public Extension MethodIsEqual
Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.)
Public Extension MethodTo(Type)Overloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Public Extension MethodToTOverloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Top
Remarks

The Nursery Database was derived from a hierarchical decision model originally developed to rank applications for nursery schools. It was used during several years in 1980's when there was excessive enrollment to these schools in Ljubljana, Slovenia, and the rejected applications frequently needed an objective explanation. The final decision depended on three subproblems: occupation of parents and child's nursery, family structure and financial standing, and social and health picture of the family. The model was developed within expert system shell for decision making DEX (M. Bohanec, V. Rajkovic: Expert system for decision making. Sistemica 1(1), pp. 145-157, 1990.).

References:

See Also