Package edu.ucla.sspace.clustering.criterion

Examples of edu.ucla.sspace.clustering.criterion.I1Function


     */
    public static Assignments cluster(Matrix matrix,
                                      int numClusters,
                                      int numRepetitions) {
        return cluster(matrix, numClusters, numRepetitions,
                       new RandomSeed(), new I1Function());
    }
View Full Code Here

TOP

Related Classes of edu.ucla.sspace.clustering.criterion.I1Function

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.