|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ClusterableDataSet.Pattern | |
---|---|
net.sourceforge.cilib.functions.clustering | |
net.sourceforge.cilib.math | |
net.sourceforge.cilib.problem.dataset | |
net.sourceforge.cilib.util |
Uses of ClusterableDataSet.Pattern in net.sourceforge.cilib.functions.clustering |
---|
Fields in net.sourceforge.cilib.functions.clustering with type parameters of type ClusterableDataSet.Pattern | |
---|---|
protected ArrayList<Hashtable<Integer,ClusterableDataSet.Pattern>> |
ClusteringFitnessFunction.arrangedClusters
|
Uses of ClusterableDataSet.Pattern in net.sourceforge.cilib.math |
---|
Method parameters in net.sourceforge.cilib.math with type arguments of type ClusterableDataSet.Pattern | |
---|---|
static Vector |
Stats.meanVector(Collection<ClusterableDataSet.Pattern> set)
Calculates the mean Vector of the given set/cluster/collection of ClusterableDataSet.Pattern s. |
static double |
Stats.variance(Collection<ClusterableDataSet.Pattern> set,
Vector center)
Calculates the variance of the given set/cluster/collection of @{link Pattern}s. |
Uses of ClusterableDataSet.Pattern in net.sourceforge.cilib.problem.dataset |
---|
Fields in net.sourceforge.cilib.problem.dataset with type parameters of type ClusterableDataSet.Pattern | |
---|---|
protected ArrayList<ClusterableDataSet.Pattern> |
AssociatedPairDataSetBuilder.patterns
|
Methods in net.sourceforge.cilib.problem.dataset that return ClusterableDataSet.Pattern | |
---|---|
ClusterableDataSet.Pattern |
ClusterableDataSet.Pattern.getClone()
|
ClusterableDataSet.Pattern |
AssociatedPairDataSetBuilder.getPattern(int i)
Get the pattern that is represented by the given index. |
ClusterableDataSet.Pattern |
ClusterableDataSet.getPattern(int index)
|
Methods in net.sourceforge.cilib.problem.dataset that return types with arguments of type ClusterableDataSet.Pattern | |
---|---|
ArrayList<ClusterableDataSet.Pattern> |
DataSetManager.getDataFromSet(LocalDataSet dataset)
Either parse and retrieve or just retrieve the list of patterns that represents the requested dataset. |
ArrayList<ClusterableDataSet.Pattern> |
AssociatedPairDataSetBuilder.getPatterns()
Get all the patterns in this constructed/combined/built dataset. |
ArrayList<ClusterableDataSet.Pattern> |
ClusterableDataSet.getPatterns()
|
ArrayList<ClusterableDataSet.Pattern> |
LocalDataSet.parseDataSet()
Parse the dataset, building up a list containing all the patterns in the dataset. |
Constructors in net.sourceforge.cilib.problem.dataset with parameters of type ClusterableDataSet.Pattern | |
---|---|
ClusterableDataSet.Pattern(ClusterableDataSet.Pattern rhs)
|
Uses of ClusterableDataSet.Pattern in net.sourceforge.cilib.util |
---|
Methods in net.sourceforge.cilib.util that return types with arguments of type ClusterableDataSet.Pattern | |
---|---|
ArrayList<Hashtable<Integer,ClusterableDataSet.Pattern>> |
ClusteringUtils.getArrangedClusters()
Get the structure that represents the seperate clusters after the empty clusters have been removed. |
ArrayList<Hashtable<Integer,ClusterableDataSet.Pattern>> |
ClusteringUtils.getOriginalClusters()
Get the structure that represents the seperate clusters before the empty clusters were removed. |
ArrayList<ClusterableDataSet.Pattern> |
ClusteringUtils.getPatternsInDataSet()
Get the patterns in the ClusteringUtils.clusterableDataSet . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |