Package edu.udo.cs.ie.cowbots.util.cluster

Package class diagram package edu.udo.cs.ie.cowbots.util.cluster
clustering tools to identify groups of cows as herds

See:
          Description

Interface Summary
IClusterCalculator basic interface for all cluster generator algorithms.
 

Class Summary
ClusterCalculator Utility class for calculating cow clusters identified by one intelligent selected cow for driving.
CowCluster auxiliary class to build cow clusters. a cow cluster is a set of 1 to n cows that stay within a rectangular area of cells of a specific width.
CowPosition auxiliary class used for clustering, it extends a point by adding a string field to it.
NewClusterCalculator another cluster calculator, mainly a speed-up version of the first on.
 

Package edu.udo.cs.ie.cowbots.util.cluster Description

clustering tools to identify groups of cows as herds