For issues relating to arranging data and/or resources in a hierarchy.
0
votes
1answer
14 views
SQLalchemy hierarchical hybrid-transformation
BASED on http://docs.sqlalchemy.org/ru/latest/orm/extensions/hybrid.html#hybrid-transformers
Hello fellow sqlalchemy coders!
I have a data of the form:
from sqlalchemy import Column, Integer, ...
0
votes
0answers
26 views
hierarchical pathfinding implementation
I want to divide my map in clusters and implement HPA*. Where do I start, each time I try this I run into problems. I need to implement this on a random and dynamically changing map.
I am unsure how ...
0
votes
0answers
6 views
Order/class a selectOneMenu, hierarchical list
i have folder and subfolder and i want a list who display like that ( this is the code of my list when i press F12 et i look the code of my list) :
<option value="10">┌ Root</option>
...
0
votes
0answers
21 views
Oracle 11g Hierarchical Query Inter-Row Calculations
Is there anyway to have interrow calculations done within a hierarchical query? I have a requirement to explode a BOM, but determine the 'rolled-up' usage of each child component, based on the usage ...
0
votes
0answers
40 views
Zend Rest Route - how to create hierarchical URLs?
I'm developing an API using Zend Framework 1.12.3. I'm using Zend_Rest_Route, but I would like to have hierarchical URLs:
http://api.example.com/professors
...
0
votes
0answers
24 views
Different Results of Optimal Combination of Forecasts in hts R package
Good day.
Why does forecast(Rev, h=5, method="comb", fmethod="ets") give a different result from combinef(FcstMat, Smatrix(Rev), return="matrix")? When I compute for optimal combination as described ...
5
votes
1answer
140 views
SQL Server: querying hierarchical and referenced data
I'm working on an asset database that has a hierarchy. Also, there is a "ReferenceAsset" table, that effectively points back to an asset. The Reference Asset basically functions as an override, but ...
0
votes
1answer
29 views
What is the flow for renderring a hierarchical model in DirectX 11?
I would like to render a hierarchical model in DirectX11 for a Windows Phone app and am not sure about how to render a tree-based hierarchical model.
In OpenGL, the general flow appeared to look ...
0
votes
1answer
32 views
VB. Net and MongoDB
How can I make Hierarchical insert (and retireve the same )in mongoDB using VB.net (without MVC or Linq)?
sample data:
{ "placeName": "Testplace",
"properties": { "property1":"value1", ...
0
votes
1answer
46 views
Query with cycle (Oracle 10 XE and 11 XE)
There is roadmap (list of connected cities):
drop table aaa;
create table aaa(a varchar2(10), b varchar2(10));
insert into aaa values ('Rome','Berlin');
insert into aaa values ('London','Rome');
...
4
votes
1answer
66 views
Creating IP hierarchical list in PHP
I have a database table storing IP adresses, wich look like this:
E_ID IP MASK
I want to make it to look like this:
E_ID Parent_ID IP MASK
So that I can easily get my IP adresses tree:
...
0
votes
1answer
19 views
hierachical listboxes with dictionary as datasource
I have a ditionary with following setup:
Dictionary(of String, List(of MyObject)
I have overwritten the MyObject.toString to display something decent.
I would like to create two listboxes (only for ...
1
vote
2answers
93 views
Mysql sorting Hierarchical data
I have a question and working last week with this and couldnt solve yet.. I can query submenus with join but i cant order it.
I have a table like this
| id | name | parent | order | ...
1
vote
2answers
149 views
Oracle recursive hierarchical query with condition on the leaf level
I want to do a hierarchical query with a condition on the leaf level.
I would like the query to filter all the father - child relationships where the leaf level statisfies the condition : id LIKE ...
0
votes
2answers
126 views
Hierarchical queries in MySQL with Right Left Groups
I have a table with 2 columns username and leader
login_user sponsered_id right_left
test1 admin Right
test2 admin Left
test3 test1 ...
0
votes
1answer
43 views
How to do a complex SQL selection based upon a set of hierarchical rules?
Here is what I have:
T1 is a big selection of IDs and totals from a complex SQL. TA, PF and BL are 3 different tables for holding different address information.
In order to get the right address ...
0
votes
0answers
85 views
Show all terms of a custom taxonomy with subterms and its assigned posts (custom post type) in a hierarchical list for an accordion menu - WordPress
I have created a custom post type "projects" and a custom taxonomy "project-categories" which is hierarchical.
The first level terms of the custom taxonomy are basically project types (let's say ...
0
votes
2answers
90 views
SQL/Coldfusion - Get and Display Full Hierarchical Tree Listing
As an example I have a table like this:
folder_id | parent_folder_id | folder_name
------------------------------------------
1 | null | Main
2 | null | ...
0
votes
0answers
20 views
Hierarchical select module in drupal 6
I am using hierarchical select for selecting country and operator. So if I select a country, it will show me list of operators for selected country. Its all working fine.
Now what I want to acheive ...
1
vote
1answer
183 views
Hierarchical json from flat with parent ID, using javascript
http://jsfiddle.net/eYgGK/
I stole this script from a different post:
function convertToHierarchy() {
var arry = [{ "Id": "1", "Name": "abc", "Parent": "", "attr": "abc" },
{ "Id": ...
0
votes
1answer
102 views
How to differentiate inner and leaf (final) nodes in a D3 dendogram
I used D3.js to generate a dendogram where the user will see the results of a clutering. However, to keep the display clean, I would like the parent nodes to be kept as simple as possible (no text, no ...
0
votes
0answers
125 views
Hierarchical clustering using php for large data set
I am working with large sets of microarray data. My csv file is of the form 5000x7 matrix. I want to do hierarchical clustering on the rows (5000). I know this can be done using R or other statistical ...
1
vote
0answers
84 views
MYSQL query to order Hierarchically data in Adjacency list
I know it looks like a common problem but I need a basic solution. I am trying to to order the parent/child relationships depending on hierarchy by using mysql. I have the table "lists"
...
3
votes
1answer
127 views
pandas dataframe: how to match on multiple index levels when doing arithmetic operations involving two dataframes
I have a DataFrame with three levels on the main index:
from pandas import *
df_multi = DataFrame(np.random.rand(6,2), index = [['CF', 'CF', 'CF', 'DA', 'DA','DA'], ['x', 'y', 'y', 'x', 'y', 'y'], ...
0
votes
1answer
126 views
MySQL Closure table: Tree rendering when using GUID instead of auto-increment
I’ve implemented a closure table system in MySQL for a hierarchy group list.
The groups are in table company_groups with columns ID and Name
The closure table is company_groups_treepaths:
CREATE ...
1
vote
1answer
85 views
RallyDev: ConversationPost- How to query for Discussions in RallyDev Story
I am using the following RallyApi service to communicate with RallyDev:
https://rally1.rallydev.com/slm/webservice/1.40/RallyService
I have the following method:
public HierarchicalRequirement ...
1
vote
3answers
118 views
Constraint Satisfaction (Hierarchical) Solver
I need to model a constraint satisfaction (CSP) problem either in Java or .NET. The problem requires that a hierarchy of variables is represented. So every node of the tree is a variable.
For ...
2
votes
1answer
80 views
How to achive particular hierarchical query in Oracle
I have a table that looks like (Oracle 11.2.0.2.0):
ParentID ID AllowsEntry
NULL A188 N
A188 1881 Y
NULL A189 N
A189 1891 Y
1891 189A Y
...
0
votes
1answer
150 views
Find all parents in Hierarchical Queries in mysql
I need to index a file tree structure.
E.g.
Dir10 is child of D5,
Dir5 is child of Dir2,
Dir2 is child of Dir1,
Dir1 is child of root (nothing)
So my index should return each of the Dirs as one row, ...
0
votes
0answers
27 views
Eclipse SDK and ADT Hierarchical Parent
I have tried at least a dozen different "walkthroughs" to getting a "Hello World!" app going in Eclipse with the Android SDK and ADT on Mac, but nothing has worked. In particular, they say that once ...
0
votes
1answer
104 views
Can i get features of the clusters using hierarchical clustering - numpy
I am trying to do hierarchical clustering on an m*n array.
Input array : 500 * 1000 (1000 features, 500 observations)
Calculate distance matrix using a self-defined pdist function
Feed this distance ...
2
votes
1answer
131 views
Reading from file a hierarchical ascii table using Pandas
My very-first post here, I hope it's not too long or detailed.
I have an issue when I try to read and interpret the following ascii table (simple extract from a much bigger one).
Let's say the file ...
1
vote
2answers
55 views
How to add a Series to a Hierarchical Series
I have a Hierarchical Series as below
data=pd.Series(np.random.randn(10),
index=[['a', 'a', 'a', 'b', 'b', 'b', 'c', 'c', 'd', 'd'],
[1, 3, 4, 1, 2, 3, 1, 2, 2, 3]])
I would like to insert ...
1
vote
1answer
62 views
Find element in hierarchy
I'm trying to create a hierarchical query using WITH of T-SQL. What I want to do is, for example, to find if John is a boss of Ryan, directly or indirectly?
How can I write a query for this?
-2
votes
1answer
39 views
Why my menu is not hierarchical? [closed]
I want to create a hierarchical menu. The function:
/*
* Table has 3 fields: `ID`, `PARENTID` and `NAME`
* `ID` is unique, `PARENTID` showing his parent node id.
* This function will go through it ...
0
votes
0answers
34 views
Django hierarchic objects
I am pretty new to Django. I would like to have a more hierarchic view in the admin site.
We need a model like this:
+ Architecture
+ Language
+ ProductSeries
+ ArchitectureRef (multiple: ...
1
vote
0answers
118 views
Non-parametric counterpart of Nested Anova with unbalanced designed
Is there a non-parametric counterpart of Nested ANOVA with unbalanced designed? My data is not normal even after doing different transformations. Thus i could not use parametric test. I came across ...
1
vote
1answer
226 views
WinRT hierarchical data displaying
I need to display hierarchical data like:
public class Element
{
public string Name { get; private set; }
public Element[] Elements { get; private set; }
}
It would be just vertical panel ...
1
vote
1answer
69 views
How do I add extra space or dashed symbol to select option?
I want to make a select tree for my category. Here is for unordered list.
function generate_menu($parent, $menu_array = null)
{
$has_childs = false;
foreach ($menu_array as $key => $value) ...
11
votes
1answer
414 views
Assertion Error in columns in DataFrame with hierarchical indexing
Another pandas question:
I have this table with hierarchical indexing:
In [51]:
from pandas import DataFrame
f = DataFrame({'a': ['1','2','3'], 'b': ['2','3','4']})
f.columns = [['level1 item1', ...
7
votes
1answer
114 views
Changing data in a dataframe with hierarchical indexing
How can I change every element in a DataFrame with hierarchical indexing? For example, maybe I want to convert strings into floats:
from pandas import DataFrame
f = DataFrame({'a': ...
0
votes
2answers
213 views
MySQL Family Tree: Hierarchy, Marriage ref, and Display
I am building a Family Tree + History [PHP] website to accompany and showcase my mom's genealogy report that she had put together for her parents' Christmas gift. The tree at least will be based upon ...
2
votes
1answer
314 views
hierarchical cluster labeling with plots
I have a distance matrix for ~20 elements, which I am using to do hierarchical clustering in R. Is there a way to label elements with a plot or a picture instead of just numbers, characters, etc?
...
0
votes
2answers
260 views
Data structure for hierarchical members in c#
I'm trying to read data from WSDL file and get stucked, because there could be a big hierarchical tree and i don't know what kind data structure use to get inputs and outputs, because they can have ...
1
vote
1answer
31 views
Regex for a hierarchical text
I have a file like
HEADER foo bar
garbage
SUBHEADER foo foo bar
other garbage
SUBHEADER foo foo bar bar
HEADER foo baz
SUBHEADER foo bar foo foo
SUBHEADER foo foo foo foo
SOMETHING bar bar bar
HEADER ...
1
vote
1answer
296 views
Semi-hierarchical SQL query with multiple tables and possible outer joins
I have products. Each product is made up of items and assemblies. Assemblies themselves can be made up of items too. So it's a hierarchy but limited in depth. What I would like to do is list products ...
1
vote
2answers
82 views
How to build an hierarchical structure in Android?
I'm developing an Android App and one of its feature is that you can navigate through a file server system. I have to build it from an XML file and I can get from it:
Every item with its own ID and ...
1
vote
1answer
208 views
Convert a list of hierachical strings to JSON in C#
I have a list of strings that represent hierarchical data and are hyphen-separated (3 hyphens denote separation). I'm trying to convert this list into a JSON string so that I can bind it to a tree ...
4
votes
2answers
412 views
Single mysql select on join tables to a json hierarchical fragment, how?
What would be the best and most elegant way to retrieve from a single MySQL select query all the information from two joined tables, but in a hierarchical way?
I have those two tables:
...
2
votes
1answer
545 views
Oracle SQL: How to get xml from hierarchical table
id parent_id Name Text
0 ........... body_text
1 ..........0 text....... . something
2 ..........0 blank
3 ..........2 text ........ something
4 ........... info
...



