C# Class AIMA.Core.Learning.Framework.NumericAttributeSpecification

Inheritance: AttributeSpecification
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode Description
NumericAttributeSpecification ( String name ) : System
createAttribute ( String rawValue ) : LearningAttribute
getAttributeName ( ) : String
isValid ( String s ) : bool

Method Details

NumericAttributeSpecification() public méthode

public NumericAttributeSpecification ( String name ) : System
name String
Résultat System

createAttribute() public méthode

public createAttribute ( String rawValue ) : LearningAttribute
rawValue String
Résultat LearningAttribute

getAttributeName() public méthode

public getAttributeName ( ) : String
Résultat String

isValid() public méthode

public isValid ( String s ) : bool
s String
Résultat bool