[ifcsoft] push by kyle.tha...@gmail.com - Remove Data pt. Error indicator on SOM. Should be accessible separatel... on 2011-06-06 20:05 GMT

0 views
Skip to first unread message

ifc...@googlecode.com

unread,
Jun 6, 2011, 4:06:39 PM6/6/11
to ifcsoft--a...@googlegroups.com
Revision: 800898438a7d
Author: kthayer
Date: Mon Jun 6 13:05:20 2011
Log: Remove Data pt. Error indicator on SOM. Should be accessible
separately.
http://code.google.com/p/ifcsoft/source/detail?r=800898438a7d

Modified:
/src/ifcSoft/view/som/SOMvc.fx

=======================================
--- /src/ifcSoft/view/som/SOMvc.fx Tue Apr 19 14:14:33 2011
+++ /src/ifcSoft/view/som/SOMvc.fx Mon Jun 6 13:05:20 2011
@@ -300,9 +300,6 @@
function updateDensityProgress():Void{
var placed:Integer = mediator.getDenstiyMapPlaced() +
mediator.getOtherDataSetsPlaced();
var dataLength:Integer = mediator.getDataLength() +
mediator.getOtherDataSetLength();
-
- var avgPlacedError = mediator.getAvfPlacedError();
-

if(placed > lastTotalDenseProgress){
var newPercent:Float;
@@ -328,7 +325,7 @@

if(denseProgress != 100){
checkDenseProgress();
- infoText.content = "Calculating membership: {
Math.round(denseProgress*100)}% Data pt Error: {avgPlacedError}";
+ infoText.content = "Calculating membership: {
Math.round(denseProgress*100)}%";
checkingDense = true;
}else{
checkingDense = false;
@@ -336,7 +333,7 @@
//need to recalculate size
infoText.content = "{clusterSize} of {TotalSize} chosen";
}else{
- infoText.content = "Done. Data pt Error: {avgPlacedError}";
+ infoText.content = "Done";
}
}
}

Reply all
Reply to author
Forward
0 new messages