The mapping is here: https://github.com/numenta/nupic/blob/d36777d8189ad34242b236e85c13e76baa9e066e/nupic/data/fieldmeta.py#L84
Looks like the wiki was incorrect so I updated it. On Mon, Dec 1, 2014 at 10:37 AM, Matthew Taylor <[email protected]> wrote: > That wiki document is still valid. Can you show us your swarm > description JSON file? > --------- > Matt Taylor > OS Community Flag-Bearer > Numenta > > > On Sun, Nov 30, 2014 at 11:02 PM, J <[email protected]> wrote: > > What are the supported fieldtypes? Also are the type names available in > the > > csv identical to the types you would define in the python dict > "fieldType" > > key? > > > > I see this document > > https://github.com/numenta/nupic/wiki/NuPIC-Input-Data-File-Format but > is it > > out of date? > > > > When I tried specifying an "integer" field I got > > > > RuntimeError: Unsupported field type "integer" > > > > Replacing it with int seems to have fixed it. > > > > The document also mentions a boolean type but that also gives: > > > > RuntimeError: Unsupported field type "boolean" > > > > > >
