Re: Is there any restriction on maximum length of a string in prediction tree?

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Peter Kim [MS] (peterkim_at_online.microsoft.com)
Date: 06/18/04


Date: Thu, 17 Jun 2004 17:07:59 -0700

Yes, we have a limitation of 256 chars in any identifier (including tree
name that you observed). Unfortunately, the maximum length is not
adjustable. Sorry for any inconvenience.

-- 
Peter Kim
This posting is provided "AS IS" with no warranties, and confers no rights.
"rajesh" <rajeshsoftdev@rediffmail.com> wrote in message 
news:uLWF8W5UEHA.2944@tk2msftngp13.phx.gbl...
> Is there any restriction on maximum length of a string in prediction tree?
> I have created one decision tree mining model by selecting OLAP data type. 
> But in prediction tree drop down box after 256 characters the statement is 
> truncated.
> e.g.
> "Grouped Items (StoreDay([StoreDay].[All 
> StoreDay].[Store24].[Day28]).Measures.Sales; StoreDay([StoreDay].[All 
> StoreDay].[Store 24].[Day27]).Measures.Sales; StoreDay([StoreDay].[All 
> StoreDay].[Store 24].[Day26]).Measures.Sales; StoreDay([StoreDay].[All 
> Sto"
> Is there any way i can increase maximum length of a string in prediction 
> tree?
> thanks & regards
> Rajesh Desai.
>
> **********************************************************************
> Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
> Comprehensive, categorised, searchable collection of links to ASP & 
> ASP.NET resources... 


Relevant Pages

  • Re: improve strlen
    ... The biggest optimization is that the code is bigger. ... each test string is tested ... The object on right side is type tree, ... The way I see it is that C is portable assembler, ...
    (comp.lang.asm.x86)
  • Re: Three Kinds of Logical Trees
    ... > I think this is just a representation issue. ... > I do have a number, but I am only ttreating as a string. ... I was attempting to isolate the question of tree structure; ... it's not much of an issue; no one uses recursion much. ...
    (comp.databases.theory)
  • Re: Get regular expression
    ... own tree structure. ... Expression compares a string character-by character, ... regular expression solution, which was about as close as one could get to ... the structure of the hierarchy can be inferred by using ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: A lurkers take on C.L.C pedantry
    ... the form of working C code (ISO standard and all) was me. ... typedef struct tree { ... procedure Parenthesize(Expr: in String; ...
    (comp.lang.c)
  • String Concatenation O(n^2) (was: Re: Explaining Implementing a Binary Search Tree.)
    ... Define 1 tree class that is also used for subtrees -- what you did. ... have to check self.value for None even though only possible for root node. ... string appending is an Ooperations. ... def randomStrings: ...
    (comp.lang.python)