search for: nbid

Displaying 3 results from an estimated 3 matches for "nbid".

Did you mean: nbd
2009 Sep 09
1
Package that does not work until I re write the exactly the same code
...rawing = 20, saveFreq = 100, # maxIt = 200, trajMinSize = 2, print.cal = FALSE, print.traj = FALSE, # imputationMethod = "copyMean", distance, power = 2, centerMethod = meanNA, # startingCond = "allMethods", distanceStartingCond = "euclidean", # ...) #{ # nbIdFull <- nrow(Object["traj"]) # ...... [[[The full code is available below]]] # } # <environment: namespace:kml> # #Signatures: # Object # target "ClusterizLongData" # defined "ClusterizLongData" --- 8< ---- Everything seems fine. The code...
2009 Feb 08
2
Strange behavior of C compiled program
Hi the list, I need to include some C code in R, but the behavior of the C code is strange : Here is my code : --- 8< --- Rprintf("\n XXXX mTraj=%f mClus=%f",mTraj[i+nbId*c],mClustersCenter[j+nbClusters*c]); Rprintf("\nDistA=%d Tmp=%d",dist,tmp); tmp = mTraj[i+nbId* c] - mClustersCenter [j+nbClusters* c]; Rprintf("\nDistB=%d Tmp=%d",dist,tmp); dist += (tmp * tmp); Rprintf("\nDistC=%d Tmp=%d",dist,t...
2009 Oct 06
0
[PATCH server] new host networking wui
....nil? || b[:nic_ids].size == 0 + b[:nics] = [] + else + b[:nics] = b[:nic_ids].collect { |n| Nic.find(n) } + b.delete(:nic_ids) + end + + b[:interface_name] = b[:name] if b[:interface_name].nil? && !b[:name].nil? + } + params[:bondings].delete('NBID') # delete new bonding row + + svc_update_network(params[:id], params[:nics], params[:bondings]) + render :json => { + :object => "host", + :success => true, + :alert => "Host network entities successfully updated." + } + end + def bondings_...