Author: scooter
Date: 2011-10-11 12:19:42 -0700 (Tue, 11 Oct 2011)
New Revision: 27123

Modified:
   
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/attributeClusterers/autosome/AutoSOMECluster.java
Log:
Changed default suggestions from Aaron


Modified: 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/attributeClusterers/autosome/AutoSOMECluster.java
===================================================================
--- 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/attributeClusterers/autosome/AutoSOMECluster.java
     2011-10-11 17:51:33 UTC (rev 27122)
+++ 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/attributeClusterers/autosome/AutoSOMECluster.java
     2011-10-11 19:19:42 UTC (rev 27123)
@@ -254,13 +254,13 @@
                                                  new Boolean(false), null, 
Tunable.COLLAPSABLE));
 
                Tunable fcn = new Tunable("enableFCN", "Perform Fuzzy 
Clustering",
-                                                 Tunable.BOOLEAN, new 
Boolean(true));
+                                                 Tunable.BOOLEAN, new 
Boolean(false));
                fcn.addTunableValueListener(this);
                clusterProperties.add(fcn);
 
               fcnInput = new Tunable("FCNInput",
                                                  "Source Data",
-                                                 Tunable.LIST, 0,
+                                                 Tunable.LIST, new Integer(1),
                                                  new Object[]{"Nodes (Genes)", 
"Attributes (Arrays)"}, (Object)null, 0);
               fcnInput.setImmutable(true);
               clusterProperties.add(fcnInput);

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to