mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-25 15:30:13 +00:00
rv::som:: moved SOM to a subdirectory
This commit is contained in:
parent
5e0bd689ef
commit
733d5e5e0e
@ -1,3 +1,6 @@
|
|||||||
|
// here the embeddings used in our experiments are implemented
|
||||||
|
// Copyright (C) 2011-2022 Tehora and Zeno Rogue, see 'hyper.cpp' for details
|
||||||
|
|
||||||
#include "kohonen.h"
|
#include "kohonen.h"
|
||||||
|
|
||||||
namespace rogueviz {
|
namespace rogueviz {
|
@ -1,8 +1,5 @@
|
|||||||
// Hyperbolic Rogue
|
// the general implementation of non-Euclidean self-organizing maps
|
||||||
// Copyright (C) 2011-2018 Zeno and Tehora Rogue, see 'hyper.cpp' for details
|
// Copyright (C) 2011-2022 Tehora and Zeno Rogue, see 'hyper.cpp' for details
|
||||||
|
|
||||||
// Kohonen's self-organizing maps.
|
|
||||||
// This is a part of RogueViz, not a part of HyperRogue.
|
|
||||||
|
|
||||||
#include "kohonen.h"
|
#include "kohonen.h"
|
||||||
|
|
@ -1,8 +1,10 @@
|
|||||||
/* a header file for kohonen and embedding */
|
// a header file for kohonen and embedding
|
||||||
|
// Copyright (C) 2011-2022 Tehora and Zeno Rogue, see 'hyper.cpp' for details
|
||||||
|
|
||||||
#ifndef _KOHONEN_H_
|
#ifndef _KOHONEN_H_
|
||||||
#define _KOHONEN_H_
|
#define _KOHONEN_H_
|
||||||
|
|
||||||
#include "rogueviz.h"
|
#include "../rogueviz.h"
|
||||||
|
|
||||||
namespace rogueviz {
|
namespace rogueviz {
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user