Examples of UnionClusterPresenceVectors


Examples of cbcb.kmulus.db.processing.UnionClusterPresenceVectors

        }

        // Generate a union vector as the center for each cluster.
      case UNION_CENTERS:
        result = ToolRunner.run(
            new UnionClusterPresenceVectors(),
            new String[]{clusterOut, centersOut, kmerLen});

        if (result < 0) {
          System.err.println(UnionClusterPresenceVectors.class.getName() + " failed.");
          System.exit(result);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.