Vita
Classes | Namespaces | Typedefs | Functions
dataframe.h File Reference

Go to the source code of this file.

Classes

struct  vita::dataframe::columns_info::column_info
 Information about a single column of the dataset. More...
 
class  vita::dataframe::columns_info
 Information about the collection of columns (type, name, output index). More...
 
class  vita::dataframe
 A 2-dimensional labeled data structure with columns of potentially different types. More...
 
struct  vita::dataframe::example
 Stores a single element (row) of the dataset. More...
 
class  vita::dataframe::params
 

Namespaces

namespace  vita
 The main namespace for the project.
 

Typedefs

using vita::class_t = std::size_t
 The type used as class ID in classification tasks. More...
 

Functions

domain_t vita::from_weka (const std::string &n)
 
class_t vita::label (const dataframe::example &e)
 Gets the class_t ID (aka label) for a given example. More...
 
template<class T >
vita::label_as (const dataframe::example &e)
 Get the output value for a given example. More...
 

Detailed Description

Remarks
This file is part of VITA.
License\n
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/

Definition in file dataframe.h.