See: Description
Class | Description |
---|---|
AddPropertyModifier |
Adds properties to a MultiPropertyDataset.
|
BaseDatasetModifier |
Perform some kind of manipulation on a Dataset, and all of the entries.
|
ClassEliminationModifier |
Remove a possible class from a dataset.
|
ClassIntervalModifier |
Transforms a Dataset with a continuous class variable into a dataset with multiple
class based on the value of the class variable.
|
CompositionSetDistanceModifier |
Compute the distance of composition from those in a user-supplied dataset,
store as a property.
|
DiscreteToContinuousModifier |
Convert multiple, discrete class values to single continuous class.
|
ErrorSignalModifier |
Subtract the predicted class from a dataset, leaving only the error signal as the
measured class variable.
|
HHICalculationModifier |
Calculates the Herfindahl-Hirschman Index (HHI) for compounds, stores as property.
|
NaNToMeanModifier |
Replace any attributes that are NaN or infinite with the mean value
for that attribute.
|
NonZeroClassModifier |
Takes a Dataset with a single class and a continuous class variable
and change it into a dataset with two classes.
|
PartitionToClassModifier |
Changes the class variable of an entry to be what partition a BaseDatasetSplitter
assigns it to.
|
SetClassNamesModifier |
Sets the class names of a Dataset.
|
SetPropertyValueModifier |
Set the value of a certain property of each entry.
|
StabilityCalculationModifier |
Use GCLP compute the stability with respect to other phases.
|
VolumeToLatticeParamModifier |
Add a new property to a CompositionDataset that represents a cubic lattice parameter.
|