Uses of Interface
adams.data.instances.InstanceGeneratorWithClassLabels
-
Packages that use InstanceGeneratorWithClassLabels Package Description adams.data.instances -
-
Uses of InstanceGeneratorWithClassLabels in adams.data.instances
Classes in adams.data.instances that implement InstanceGeneratorWithClassLabels Modifier and Type Class Description class
AbstractFieldInstanceGeneratorWithClass
Ancestor for generators that use fields and a target to generate the instance.class
AbstractSpectrumInstanceGeneratorWithClass
Abstract base class for schemes that turn spectra/sample data into weka.core.Instance objects (spectra is included).class
FieldInstanceGeneratorWithClass
Turns fields of spectra into weka.core.Instance objects, including class attribute.class
SimpleInstanceGenerator
A simple scheme for turning spectra and fields of the associated sample data into weka.core.Instance objects.
-