modeling

Are there good tools for C# reverse engineering? [closed]

﹥>﹥吖頭↗ 提交于 2019-12-03 06:27:50
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. can you say me if there are good tools for reverse-engineering my C# applications. I need UML-class-diagrams of my written software and i don't want to draw these diagrams by myself. I've already tested StarUML but it didn't work because I used generics an something. Would be great if there a some advices. Greetings, Martin Have you checked out .NET reflector? Has a diagram plugin too.. List of Add-Ins Coincidentally

Free/cheap PowerDesigner alternative? [closed]

最后都变了- 提交于 2019-12-03 05:58:55
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . We are using PowerDesigner at work for database modelling. But there is a hell of a price tag on that piece of software. And frankly,

How to build a lift chart (a.k.a gains chart) in Python?

六眼飞鱼酱① 提交于 2019-12-03 05:52:53
问题 I just created a model using scikit-learn which estimates the probability of how likely a client will respond to some offer. Now I'm trying to evaluate my model. For that I want to plot the lift chart. I understand the concept of lift, but I'm struggling to understand how to actually implement it in python. 回答1: Lift/cumulative gains charts aren't a good way to evaluate a model (as it cannot be used for comparison between models), and are instead a means of evaluating the results where your

Modelling / documenting functional programs

二次信任 提交于 2019-12-03 05:02:54
问题 I've found UML useful for documenting various aspects of OO systems, particularly class diagrams for overall architecture and sequence diagrams to illustrate particular routines. I'd like to do the same kind of thing for my clojure applications. I'm not currently interested in Model Driven Development, simply on communicating how applications work. Is UML a common / reasonable approach to modelling functional programming? Is there a better alternative to UML for FP? 回答1: Most functional

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

我的未来我决定 提交于 2019-12-03 04:46:25
问题 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 that they might clarify the difference - but they didn't... A conceptual schema or conceptual data model is a map of concepts and their relationships. Logical Data Modles seem very similar (from this definition): A logical data model (LDM) in systems

How to model in Java EE?

让人想犯罪 __ 提交于 2019-12-03 02:40:48
Let's say, I have decided to go with Java EE stack for my enterprise application. Now, for domain modelling (or: for designing the M of MVC), which APIs can I safely assume and use, and which I should stay away from... say, via a layer of abstraction? For example, Should I go ahead and litter my Model with calls to Hibernate/JPA API? Or, should I build an abstraction... a persistence layer of my own to avoid hard-coding against these two specific persistence APIs? Why I ask this: Few years ago, there was this Kodo API which got superseded by Hibernate. If one had designed a persistence layer

How do I draw a switch statement in a graphical design?

≡放荡痞女 提交于 2019-12-03 02:21:59
Does anyone know how to draw a switch statement in a graphical design? For example: If statement is a diamond shape Loops are a square with a circle inside....? Also is there a technical name for this kind of graphical representation? I have searched the internet and Java graphical designs do not seem to come up at all. Here's how a switch statement is represented. A simple Switch Flowchart search on the internet can give you this result. 来源: https://stackoverflow.com/questions/22067090/how-do-i-draw-a-switch-statement-in-a-graphical-design

How to fit a random effects model with Subject as random in R?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-03 01:45:57
Given data of the following form myDat = structure(list(Score = c(1.84, 2.24, 3.8, 2.3, 3.8, 4.55, 1.13, 2.49, 3.74, 2.84, 3.3, 4.82, 1.74, 2.89, 3.39, 2.08, 3.99, 4.07, 1.93, 2.39, 3.63, 2.55, 3.09, 4.76), Subject = c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L, 5L, 5L, 5L, 6L, 6L, 6L, 7L, 7L, 7L, 8L, 8L, 8L), Condition = c(0L, 0L, 0L, 1L, 1L, 1L, 0L, 0L, 0L, 1L, 1L, 1L, 0L, 0L, 0L, 1L, 1L, 1L, 0L, 0L, 0L, 1L, 1L, 1L), Time = c(1L, 2L, 3L, 1L, 2L, 3L, 1L, 2L, 3L, 1L, 2L, 3L, 1L, 2L, 3L, 1L, 2L, 3L, 1L, 2L, 3L, 1L, 2L, 3L)), .Names = c("Score", "Subject", "Condition", "Time"), class = "data

What are some great online database modeling tools? [closed]

烂漫一生 提交于 2019-12-03 01:18:15
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . What's your favorite open source database design/modeling tool? I'm looking for one that supports several databases, especially

Domain Driven Design vs Model Driven Architecture

久未见 提交于 2019-12-03 00:53:38
问题 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 回答1: Don't disagree with most of the above although it's perhaps worth expanding a little. The single most important concept in DDD is to focus on the problem domain. To put technology obsession to the side and concentrate primarily on modelling the problem you're trying to solve. So put ajax, ORMs, databases,