Hello

--- Michael Goffioul <[EMAIL PROTECTED]> wrote:
> After doing all this myself last week, I tried some scripts in the test
> directory (within bindings) and it crahsed.
> 
There seems no test script files in the test directies.
I have tested ann_test.exe instead.

HMMMMMMMM???

$ ann_test < test1.in
------------------------------------------------------------
ann_test: Version 1.1.1
    Copyright: David M. Mount and Sunil Arya.
    Latest Revision: Aug 4, 2006.
------------------------------------------------------------

validate = on   (Warning: this may slow execution time.)
stats = query_stats
[Read Data Points:
  data_size  = 20
  file_name  = test1-data.pts
  dim        = 2
]
[Read Query Points:
  query_size = 10
  file_name  = test1-query.pts
  dim        = 2
]
[Build ann-structure:
  split_rule    = suggest
  shrink_rule   = none
  data_size     = 20
  dim           = 2
  bucket_size   = 1
  process_time  = 0 sec
  (Structure Statistics:
    n_nodes          = 39 (opt = 40, best if < 400)
        n_leaves     = 20 (0 contain no points)
        n_splits     = 19
        n_shrinks    = 0
    empty_leaves     = 0 percent (best if < 50 percent)
    depth            = 6 (opt = 4, best if < 17)
    avg_aspect_ratio = 1.48847 (best if < 20)
  )
]
(Computing true nearest neighbors for validation.  This may take time.)
ann_test: ERROR------->INTERNAL ERROR: Actual error exceeds 
epsilon<-------------ERROR

[EMAIL PROTECTED] 
/local/octave-forge-bundle-20080429/main/ann-1.0.s/src/ann/test
$ ann_test < test2.in
------------------------------------------------------------
ann_test: Version 1.1.1
    Copyright: David M. Mount and Sunil Arya.
    Latest Revision: Aug 4, 2006.
------------------------------------------------------------

validate = on   (Warning: this may slow execution time.)
stats = query_stats
[Read Data Points:
  data_size  = 5000
  file_name  = test2-data.pts
  dim        = 8
]
[Read Query Points:
  query_size = 100
  file_name  = test2-query.pts
  dim        = 8
]
[Build ann-structure:
  split_rule    = suggest
  shrink_rule   = none
  data_size     = 5000
  dim           = 8
  bucket_size   = 1
  process_time  = 0.031 sec
  (Structure Statistics:
    n_nodes          = 9999 (opt = 10000, best if < 100000)
        n_leaves     = 5000 (0 contain no points)
        n_splits     = 4999
        n_shrinks    = 0
    empty_leaves     = 0 percent (best if < 50 percent)
    depth            = 17 (opt = 12, best if < 196)
    avg_aspect_ratio = 2.03396 (best if < 20)
  )
]
(Computing true nearest neighbors for validation.  This may take time.)
ann_test: ERROR------->INTERNAL ERROR: Actual error exceeds 
epsilon<-------------ERROR

--------------------------------------
GANBARE! NIPPON! Win your ticket to Olympic Games 2008.
http://pr.mail.yahoo.co.jp/ganbare-nippon/

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to