Uses of Package
it.unibz.algorithms.types

Packages that use it.unibz.algorithms.types
it.unibz.algorithms   
it.unibz.algorithms.types   
it.unibz.gui   
 

Classes in it.unibz.algorithms.types used by it.unibz.algorithms
Centroid
          This class represent a centroid.
Cluster
          This class represent a cluster and contains its name, a centroid object, the square sum and the data points
DataSet
          An abstract representation of an arff file.
Instance
          This class is a representation of a clustering point.
 

Classes in it.unibz.algorithms.types used by it.unibz.algorithms.types
Centroid
          This class represent a centroid.
Cluster
          This class represent a cluster and contains its name, a centroid object, the square sum and the data points
Instance
          This class is a representation of a clustering point.
Row
          This class represents both the dataset attributes and the data content of our database.
 

Classes in it.unibz.algorithms.types used by it.unibz.gui
DataSet
          An abstract representation of an arff file.
Instance
          This class is a representation of a clustering point.