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

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

Méthodes publiques

Méthode Description
DataSetSpecification ( ) : System
defineNumericAttribute ( String name ) : void
defineStringAttribute ( String name, String attributeValues ) : void
getAttributeNames ( ) : List
getAttributeSpecFor ( String name ) : AttributeSpecification
getNamesOfStringAttributes ( ) : List
getPossibleAttributeValues ( String attributeName ) : List
getTarget ( ) : String
isValid ( List uncheckedAttributes ) : bool
setTarget ( String target ) : void

Method Details

DataSetSpecification() public méthode

public DataSetSpecification ( ) : System
Résultat System

defineNumericAttribute() public méthode

public defineNumericAttribute ( String name ) : void
name String
Résultat void

defineStringAttribute() public méthode

public defineStringAttribute ( String name, String attributeValues ) : void
name String
attributeValues String
Résultat void

getAttributeNames() public méthode

public getAttributeNames ( ) : List
Résultat List

getAttributeSpecFor() public méthode

public getAttributeSpecFor ( String name ) : AttributeSpecification
name String
Résultat AttributeSpecification

getNamesOfStringAttributes() public méthode

public getNamesOfStringAttributes ( ) : List
Résultat List

getPossibleAttributeValues() public méthode

public getPossibleAttributeValues ( String attributeName ) : List
attributeName String
Résultat List

getTarget() public méthode

public getTarget ( ) : String
Résultat String

isValid() public méthode

public isValid ( List uncheckedAttributes ) : bool
uncheckedAttributes List
Résultat bool

setTarget() public méthode

public setTarget ( String target ) : void
target String
Résultat void