miml.transformation.mimlTOml.geometric.GeometricTransformation

miml.transformation.mimlTOml.geometric.GeometricTransformation#

class miml.transformation.mimlTOml.geometric.GeometricTransformation#

Class that performs a geometric transformation to convert a MIMLDataset class to numpy ndarray.

__init__()#

Methods

__init__()

transform_bag(bag)

Transform a bag to a multilabel instance

transform_dataset(dataset)

Transform the dataset to multilabel dataset converting each bag into a single instance being the value of each attribute the geometric center of the instances in the bag.