Questions tagged [modeling]

Modeling is the constructing and manipulating abstract (mathematical and/or graphical) representations of economic, engineering, manufacturing, social, and other types of situations and natural phenomenon, simulated with the help of a computer system.

Modeling is the construction and manipulation of abstract (mathematical and/or graphical) representations of economic, engineering, manufacturing, social, and other types of situations and natural phenomenon, simulated with the help of a computer system.

1785 questions
489
votes
50 answers

What's the best UML diagramming tool?

I'm trying to choose a tool for creating UML diagrams of all flavours. Usability is a major criteria for me, but I'd still take more power with a steeper learning curve and be happy. Free (as in beer) would be nice, but I'd be willing to pay if the…
eplawless
  • 4,027
  • 6
  • 30
  • 35
176
votes
11 answers

What is the difference between attribute and property?

These seem to mean the same thing. But what term is more appropriate in what context?
caustic
  • 2,428
  • 3
  • 19
  • 13
123
votes
4 answers

Principles for Modeling CouchDB Documents

I have a question that I've been trying to answer for some time now but can't figure out: How do you design, or divide up, CouchDB documents? Take a Blog Post for example. The semi "relational" way to do it would be to create a few…
Lance Pollard
  • 66,757
  • 77
  • 237
  • 416
82
votes
3 answers

Modelling a permissions system

How would you model a system that handles permissions for carrying out certain actions inside an application?
James P.
  • 17,929
  • 27
  • 89
  • 147
70
votes
10 answers

XML Attributes vs Elements

When should you use XML attributes and when should you use XML elements? e.g. or foo
user23726
  • 717
  • 1
  • 5
  • 3
49
votes
2 answers

neo4j - labels vs properties vs relationship + node

Any rule of thumb on where to use label vs node property vs relationship + node. Let's have an example, say I have a store and I want to put my products in neo4j. Their identifier is the product sku, and I also want to have a categorization on them…
villager
  • 5,041
  • 11
  • 45
  • 101
48
votes
4 answers

Domain Driven Design vs Model Driven Architecture

I am curious, what are the differences between Domain Driven Design and Model Driven Architecture? I have the impression they have certain similarities. Could you enlighten me? Thanks
DaJackal
  • 2,007
  • 4
  • 30
  • 47
48
votes
6 answers

What are some great online database modeling tools?

What's your favorite open source database design/modeling tool? I'm looking for one that supports several databases, especially Firebird SQL but I can't find one on Google.
Fredy
43
votes
11 answers

Is there a visual modeling language or style for the functional programming paradigm?

UML is a standard aimed at the modeling of software which will be written in OO languages, and goes hand in hand with Java. Still, could it possibly be used to model software meant to be written in the functional programming paradigm? Which diagrams…
36
votes
4 answers

What's the difference between Data Modelling and Domain Modelling?

By the way - with reference to data modelling I'm referring to logical or conceptual data models - not physical ones. The question came up during a discussion at work; naturally I leapt to Wikipedia to get some basic definitions in place - hoping…
Adrian K
  • 7,874
  • 3
  • 30
  • 53
32
votes
7 answers

How to extract model hyper-parameters from spark.ml in PySpark?

I'm tinkering with some cross-validation code from the PySpark documentation, and trying to get PySpark to tell me what model was selected: from pyspark.ml.classification import LogisticRegression from pyspark.ml.evaluation import…
Paul
  • 2,889
  • 1
  • 26
  • 39
32
votes
12 answers

How to model a Many to many-relationship in code?

Suppose I have 2 tables in a database. eg: Dog & Boss This is a many to many relationship, cause a boss can have more than 1 dog, and a dog can have more than 1 owner. I am the owner of Bobby, but so is my wife. But many to many is not allowed, so…
Natrium
  • 29,076
  • 15
  • 55
  • 71
25
votes
4 answers

What are the key components and functions for standard model objects in R?

I have implemented a new statistical model in R and it works in my sandbox, but I would like to make it more standard. A good comparison is lm(), where I can take a model object and: apply the summary() function extract the coefficients of the…
Iterator
  • 19,577
  • 11
  • 65
  • 109
25
votes
1 answer

Is there a better reference for r formulas than ?formula?

There are many redundant, and sometimes conflicting, ways of specifying formulae in R. Is there a comprehensive yet concise reference for mapping a conceptual models to R syntax than ?formula? I am interested in a broad overview, including the…
Abe
  • 10,626
  • 12
  • 42
  • 70
25
votes
9 answers

Best practices for consistent and comprehensive address storage in a database

Are there any best practices (or even standards) to store addresses in a consistent and comprehensive way in a database ? To be more specific, I believe at this stage that there are two cases for address storage : you just need to associate an…
Mac
  • 7,781
  • 4
  • 36
  • 51
1
2 3
99 100