OrDB
SQL programs
  Data
number of neuron types in NN models before 20040801
select model.object_name, count(model_neurons.value_) as neurontypes from objects model, eav_objects type, eav_objects model_neurons where model.object_class=19 and model.created < '01-AUG-2004' and model.private=0 and model.object_id=type.object_id and type.attribute_id=112 and type.value_=3536 and model_neurons.object_id(+)=model.object_id and model_neurons.attribute_id=25 group by model.object_name
Other categories referring to number of neuron types in NN models before 20040801
Revisions: 1
Last Time: 5/9/2008 11:34:14 AM
Reviewer: Tom Morse - MoldelDB admin
Owner: Tom Morse - MoldelDB admin