Skip to content

Index out of Range in BasicMLDataSet #110

@LokiLokus

Description

@LokiLokus

Hi,
i got an Index Out of Range Exception when creating a new BasicMLDataSet through double[][].
The Error is in Line 185.
var tempInput = new double[input[0].Length];
should be
var tempInput = new double[input[i].Length];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions