kissinference 1.4.x
kiss_vector Struct Reference

A struct containing a named vector. More...

#include <kissinference.h>

Data Fields

const char * name
 Name or description of the data this vector holds.
 
float * values
 The elements of the vector.
 
size_t length
 The number of elements in this vector.
 

Detailed Description

A struct containing a named vector.