Uses of Class
adams.data.binning.BinnableGroup
-
Packages that use BinnableGroup Package Description adams.data.binning adams.data.binning.operation adams.data.splitgenerator.generic.core weka.classifiers -
-
Uses of BinnableGroup in adams.data.binning
Methods in adams.data.binning with parameters of type BinnableGroup Modifier and Type Method Description int
BinnableGroup. compareTo(BinnableGroup<T> o)
Returns the comparison of the two group IDsdouble
BinnableDataset.GroupedClassValueBinValueExtractor. extractBinValue(BinnableGroup<DataRow> object)
Extracts the numeric value to use for binning from the object.double
BinnableInstances.GroupedClassValueBinValueExtractor. extractBinValue(BinnableGroup<weka.core.Instance> object)
Extracts the numeric value to use for binning from the object.void
BinnableGroup. mergeWith(BinnableGroup<T> other)
Just adds all the members of the other group. -
Uses of BinnableGroup in adams.data.binning.operation
Methods in adams.data.binning.operation that return types with arguments of type BinnableGroup Modifier and Type Method Description protected static <T> com.github.fracpete.javautils.struct.Struct2<List<String>,Map<String,BinnableGroup<T>>>
Grouping. group(List<Binnable<T>> data, Grouping.GroupExtractor<T> extractor)
Combines the binnable items into groups based on the groups extracted.static <T> List<BinnableGroup<T>>
Grouping. groupAsList(List<Binnable<T>> data, Grouping.GroupExtractor<T> extractor)
Combines the binnable items into groups based on the groups extracted.static <T> Map<String,BinnableGroup<T>>
Grouping. groupAsMap(List<Binnable<T>> data, Grouping.GroupExtractor<T> extractor)
Combines the binnable items into groups based on the groups extracted.static <T> com.github.fracpete.javautils.struct.Struct2<List<BinnableGroup<T>>,List<BinnableGroup<T>>>
Split. splitGroups(List<BinnableGroup<T>> data, double percentage)
Splits the grouped data into two, using the percentage for the first lot of data.static <T> com.github.fracpete.javautils.struct.Struct2<List<BinnableGroup<T>>,List<BinnableGroup<T>>>
Split. splitGroups(List<BinnableGroup<T>> data, double percentage)
Splits the grouped data into two, using the percentage for the first lot of data.static <T> List<Binnable<BinnableGroup<T>>>
Wrapping. wrapGroups(Collection<BinnableGroup<T>> values, Wrapping.BinValueExtractor<T> extractor)
Wraps the collection of binnable group objects in binnable objects, using the extractor to determine the value for the binnable object (uses first item of group).Methods in adams.data.binning.operation with parameters of type BinnableGroup Modifier and Type Method Description static <T> List<Binnable<T>>
Grouping. ungroup(BinnableGroup<T> data)
Unravels the grouped binnable items into a single list again.Method parameters in adams.data.binning.operation with type arguments of type BinnableGroup Modifier and Type Method Description static <T> com.github.fracpete.javautils.struct.Struct2<List<BinnableGroup<T>>,List<BinnableGroup<T>>>
Split. splitGroups(List<BinnableGroup<T>> data, double percentage)
Splits the grouped data into two, using the percentage for the first lot of data.static <T> List<Binnable<T>>
Grouping. ungroupMap(Map<String,BinnableGroup<T>> data, boolean sortByGroup)
Unravels the grouped binnable items into a single list again.static <T> List<Binnable<BinnableGroup<T>>>
Wrapping. wrapGroups(Collection<BinnableGroup<T>> values, Wrapping.BinValueExtractor<T> extractor)
Wraps the collection of binnable group objects in binnable objects, using the extractor to determine the value for the binnable object (uses first item of group). -
Uses of BinnableGroup in adams.data.splitgenerator.generic.core
Method parameters in adams.data.splitgenerator.generic.core with type arguments of type BinnableGroup Modifier and Type Method Description static <T> com.github.fracpete.javautils.struct.Struct2<gnu.trove.list.TIntList,List<Binnable<T>>>
Subset. extractIndicesAndBinnable(Subset<Binnable<BinnableGroup<T>>> subset)
Extracts row indices and binnable list from grouped subset. -
Uses of BinnableGroup in weka.classifiers
Fields in weka.classifiers with type parameters of type BinnableGroup Modifier and Type Field Description protected List<Binnable<BinnableGroup<weka.core.Instance>>>
GroupedCrossValidationFoldGenerator. m_BinnableGroups
the collapsed data.protected List<Binnable<BinnableGroup<weka.core.Instance>>>
GroupedCrossValidationFoldGeneratorUsingNumericClassValues. m_BinnableGroups
the collapsed data.protected List<FoldPair<Binnable<BinnableGroup<weka.core.Instance>>>>
GroupedCrossValidationFoldGenerator. m_FoldPairs
the temporary pairs.protected List<FoldPair<Binnable<BinnableGroup<weka.core.Instance>>>>
GroupedCrossValidationFoldGeneratorUsingNumericClassValues. m_FoldPairs
the temporary pairs.
-