Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
alta
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alta
alta
Commits
05b3cda2
Commit
05b3cda2
authored
Mar 26, 2015
by
Ludovic Courtès
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
data: Fix typo.
parent
ae9f8bbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sources/core/data.h
sources/core/data.h
+4
-4
No files found.
sources/core/data.h
View file @
05b3cda2
/* ALTA --- Analysis of Bidirectional Reflectance Distribution Functions
Copyright (C) 2013, 2014 Inria
Copyright (C) 2013, 2014
, 2015
Inria
This file is part of ALTA.
...
...
@@ -109,7 +109,7 @@ class data_params : public data
//! that can be applied on the raw data to be clusterized.
//! \note by default we use <em>none</em>, but if the input space
//! dimension is reduced, the program will halt.
enum
clust
r
ering
enum
clustering
{
MEAN
,
MEDIAN
,
...
...
@@ -121,7 +121,7 @@ class data_params : public data
//! \brief contructor requires the definition of a base class that
//! has a parametrization, and a new parametrization.
data_params
(
const
ptr
<
data
>
d
,
params
::
input
new_param
,
data_params
::
clust
r
ering
method
=
data_params
::
NONE
)
:
data_params
::
clustering
method
=
data_params
::
NONE
)
:
_clustering_method
(
method
)
{
setParametrization
(
new_param
);
...
...
@@ -185,7 +185,7 @@ class data_params : public data
protected:
// data
data_params
::
clust
r
ering
_clustering_method
;
data_params
::
clustering
_clustering_method
;
std
::
vector
<
vec
>
_data
;
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment