Property | Type | Description | |
---|---|---|---|
examples | List |
||
specification | DataSetSpecification |
Method | Description | |
---|---|---|
DataSet ( |
||
Equals ( Object o ) : bool | ||
GetHashCode ( ) : int | ||
add ( |
||
calculateGainFor ( String parameterName ) : double | ||
copy ( ) : |
||
emptyDataSet ( ) : |
||
getAttributeNames ( ) : List |
||
getExample ( int number ) : |
||
getInformationFor ( ) : double | ||
getNonTargetAttributes ( ) : List |
||
getPossibleAttributeValues ( String attributeName ) : List |
||
getTargetAttributeName ( ) : String | ||
iterator ( ) : List |
||
matchingDataSet ( String attributeName, String attributeValue ) : |
||
removeExample ( Example e ) : DataSet | ||
setSpecification ( DataSetSpecification specification ) : void | ||
size ( ) : int | ||
splitByAttribute ( String attributeName ) : DataSet>.Dictionary |
Method | Description | |
---|---|---|
DataSet ( ) : System |
public DataSet ( |
||
spec | ||
return | System |
public calculateGainFor ( String parameterName ) : double | ||
parameterName | String | |
return | double |
public getPossibleAttributeValues ( String attributeName ) : List |
||
attributeName | String | |
return | List |
public matchingDataSet ( String attributeName, String attributeValue ) : |
||
attributeName | String | |
attributeValue | String | |
return |
public setSpecification ( DataSetSpecification specification ) : void | ||
specification | DataSetSpecification | |
return | void |
public splitByAttribute ( String attributeName ) : DataSet>.Dictionary |
||
attributeName | String | |
return | DataSet>.Dictionary |