Displaying 2 results from an estimated 2 matches for "considert".
Did you mean:
consider
2005 Dec 22
1
Problems with passing ... to a function
...nction for optimizig partition in blockmodeling
M, #matrix
clu, #initial partition
maxiter=50, #maximum number of iterations
trace.iter=FALSE, #save a result of each iteration or only the best
(minimal error)
switch.names=is.null(BLOCKS), #should partitions that only differ in group
names be considert equal (is c(1,1,2)==c(2,2,1))
save.initial.param=TRUE, #should the initial parameters be saved
approach,
... #other arguments to called functions - to 'crit.fun'
){
if(save.initial.param)initial.param<-tryCatch(lapply(as.list(sys.frame(sys.nframe())),eval),error=function(...)return(...
2005 Nov 24
0
model classes into module = superclass mismatch
...| Framework Trace | Full Trace
#{RAILS_ROOT}/app/models/orm.rb:51
#{RAILS_ROOT}/app/controllers/application.rb:4
This error occured while loading the following files:
./app/controllers/application.rb
=> model orm.rb
orm.rb
Any ideas why this might be happening? Are there any special considertations
to be kept in mind if collecting the model classes in a separate module?
Thanks
Luca