Uses of Class
dev.brachtendorf.jimagehash.datastructures.ClusterResult
-
Packages that use ClusterResult Package Description dev.brachtendorf.jimagehash.datastructures Datastructures and algorithms which are used by multiple matchers and hashing algorithms to speed up computation.dev.brachtendorf.jimagehash.matcher.categorize The categorization package includes classes to group images into distinct groups based on their similarity. -
-
Uses of ClusterResult in dev.brachtendorf.jimagehash.datastructures
Methods in dev.brachtendorf.jimagehash.datastructures that return ClusterResult Modifier and Type Method Description ClusterResultKMeans. cluster(Hash[] hashes)ClusterResultKMeans. cluster(Hash[] hashes, int maxIter) -
Uses of ClusterResult in dev.brachtendorf.jimagehash.matcher.categorize
Fields in dev.brachtendorf.jimagehash.matcher.categorize declared as ClusterResult Modifier and Type Field Description protected ClusterResult[]WeightedCategoricalMatcher. clusterResult
-