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

Datei anzeigen Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method 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 method

public DataSetSpecification ( ) : System
return System

defineNumericAttribute() public method

public defineNumericAttribute ( String name ) : void
name String
return void

defineStringAttribute() public method

public defineStringAttribute ( String name, String attributeValues ) : void
name String
attributeValues String
return void

getAttributeNames() public method

public getAttributeNames ( ) : List
return List

getAttributeSpecFor() public method

public getAttributeSpecFor ( String name ) : AttributeSpecification
name String
return AttributeSpecification

getNamesOfStringAttributes() public method

public getNamesOfStringAttributes ( ) : List
return List

getPossibleAttributeValues() public method

public getPossibleAttributeValues ( String attributeName ) : List
attributeName String
return List

getTarget() public method

public getTarget ( ) : String
return String

isValid() public method

public isValid ( List uncheckedAttributes ) : bool
uncheckedAttributes List
return bool

setTarget() public method

public setTarget ( String target ) : void
target String
return void